From d9c454e890a28213fe407d8f54ed57d21679d4b3 Mon Sep 17 00:00:00 2001 From: beateguia <70489000+beateguia@users.noreply.github.com> Date: Tue, 22 Mar 2022 14:55:39 -0400 Subject: [PATCH] Changed Source Reference on README.md [SKIP CI] --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00a20ec..9959f70 100644 --- a/README.md +++ b/README.md @@ -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" @@ -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