We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fc264 commit 8e00b6bCopy full SHA for 8e00b6b
README.md
@@ -52,7 +52,7 @@ The following example show how the module can be used. In this example release 1
52
53
```console
54
module "kinesis-firehose-elasticsearch" {
55
- source = "github.com/cxcloud/terraform-kinesis-firehose-elasticsearch?ref=1.0.0"
+ source = "github.com/cxcloud/terraform-kinesis-firehose-elasticsearch?ref=v1.0.0"
56
region = "eu-west-1"
57
es_name = "cxcloud"
58
es_ver = 6.5
0 commit comments