From 5377773163ba211a52b4d9b9c2d064c396019935 Mon Sep 17 00:00:00 2001 From: Kenny Adetutu <96803223+kadetutu@users.noreply.github.com> Date: Mon, 21 Mar 2022 10:37:31 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b56765..4c81d02 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,9 @@ resource "aws_autoscaling_group" "my_asg" { } module "autoscale_dns" { - source = "github.com/meltwater/terraform-aws-asg-dns-handler" + source = "meltwater/asg-dns-handler/aws" + + version = "1.1.1" autoscale_update_name = "my_asg_handler"