File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
Once you have your ASG set up, you can just invoke this module and point to it:
37
37
``` hcl
38
38
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 "
41
41
# use_public_ip = true
42
42
autoscale_handler_unique_identifier = "clever_name"
43
43
autoscale_route53zone_arn = "ABCDEFGHIJ123"
@@ -113,8 +113,8 @@ resource "aws_autoscaling_group" "my_asg" {
113
113
}
114
114
115
115
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 "
118
118
119
119
autoscale_handler_unique_identifier = "my_asg_handler"
120
120
autoscale_route53zone_arn = var.internal_zone_id
You can’t perform that action at this time.
0 commit comments