Skip to content

Commit

Permalink
Merge pull request #51 from meltwater/ATEAM-12338-1
Browse files Browse the repository at this point in the history
Changed Source Reference on README.md [SKIP CI]
  • Loading branch information
beateguia authored Mar 22, 2022
2 parents 0d7f58d + d9c454e commit ee97aee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ tag {
Once you have your ASG set up, you can just invoke this module and point to it:
```hcl
module "clever_name_autoscale_dns" {
source = "app.terraform.io/meltwater/asg-dns-handler/aws"
version = "2.1.5"
source = registry.terraform.io/modules/meltwater/asg-dns-handler/aws/latest"
version = "2.1.6"
# use_public_ip = true
autoscale_handler_unique_identifier = "clever_name"
autoscale_route53zone_arn = "ABCDEFGHIJ123"
Expand Down Expand Up @@ -113,8 +113,8 @@ resource "aws_autoscaling_group" "my_asg" {
}
module "autoscale_dns" {
source = "app.terraform.io/meltwater/asg-dns-handler/aws"
version = "2.1.5"
source = registry.terraform.io/modules/meltwater/asg-dns-handler/aws/latest"
version = "2.1.6"
autoscale_handler_unique_identifier = "my_asg_handler"
autoscale_route53zone_arn = var.internal_zone_id
Expand Down

0 comments on commit ee97aee

Please sign in to comment.