Skip to content

Commit 00ee3e1

Browse files
authored
Merge pull request #48 from meltwater/ATEAM-12338
Updated Source Reference in README.md [SKIP CI]
2 parents 7e731da + d741411 commit 00ee3e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ tag {
3636
Once you have your ASG set up, you can just invoke this module and point to it:
3737
```hcl
3838
module "clever_name_autoscale_dns" {
39-
source = "meltwater/asg-dns-handler/aws"
40-
version = "x.y.z"
39+
source = "app.terraform.io/meltwater/asg-dns-handler/aws"
40+
version = "2.1.5"
4141
# use_public_ip = true
4242
autoscale_handler_unique_identifier = "clever_name"
4343
autoscale_route53zone_arn = "ABCDEFGHIJ123"
@@ -113,8 +113,8 @@ resource "aws_autoscaling_group" "my_asg" {
113113
}
114114
115115
module "autoscale_dns" {
116-
source = "meltwater/asg-dns-handler/aws"
117-
version = "x.y.z"
116+
source = "app.terraform.io/meltwater/asg-dns-handler/aws"
117+
version = "2.1.5"
118118
119119
autoscale_handler_unique_identifier = "my_asg_handler"
120120
autoscale_route53zone_arn = var.internal_zone_id
@@ -124,7 +124,7 @@ module "autoscale_dns" {
124124

125125
## Contributing
126126

127-
Please read [CONTRIBUTING.md](CONTRIBUTING.md) to understand how to submit pull requests to us, and also see our [code of conduct](CODE_OF_CONDUCT.md).
127+
Please read [CONTRIBUTING.md](CONTRIBUTING.md) to understand how to submit pull requests to us, and also see our [Code of Conduct](CODE_OF_CONDUCT.md).
128128

129129
## Difference between Lifecycle action
130130

0 commit comments

Comments
 (0)