Skip to content

Commit ab24b1a

Browse files
author
Jim Sheldon
authored
fix example in README [SKIP CI]
1 parent 24e9bd8 commit ab24b1a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,12 @@ resource "aws_autoscaling_group" "my_asg" {
105105
}
106106
107107
module "autoscale_dns" {
108-
source = "/Users/jimsheldon/git/meltwater/terraform-aws-asg-dns-handler"
109-
110-
autoscale_update_name = "my_asg_handler"
111-
108+
source = "meltwater/asg-dns-handler/aws"
109+
version = "x.y.z"
110+
111+
autoscale_update_name = "my_asg_handler"
112112
autoscale_route53zone_arn = var.internal_zone_id
113-
114-
vpc_name = var.vpc_name
113+
vpc_name = var.vpc_name
115114
}
116115
```
117116

0 commit comments

Comments
 (0)