Skip to content

Commit ee97aee

Browse files
authored
Merge pull request #51 from meltwater/ATEAM-12338-1
Changed Source Reference on README.md [SKIP CI]
2 parents 0d7f58d + d9c454e commit ee97aee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 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 = "app.terraform.io/meltwater/asg-dns-handler/aws"
40-
version = "2.1.5"
39+
source = registry.terraform.io/modules/meltwater/asg-dns-handler/aws/latest"
40+
version = "2.1.6"
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 = "app.terraform.io/meltwater/asg-dns-handler/aws"
117-
version = "2.1.5"
116+
source = registry.terraform.io/modules/meltwater/asg-dns-handler/aws/latest"
117+
version = "2.1.6"
118118
119119
autoscale_handler_unique_identifier = "my_asg_handler"
120120
autoscale_route53zone_arn = var.internal_zone_id

0 commit comments

Comments
 (0)