From 6c1eacd9481314bb1189feb73382e2f0adf5bf15 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 13 Sep 2020 19:27:02 +0100 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a00a47..44dd5e5 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ It works by consuming lifecyle events from an autoscaling group. When an `autosc data "aws_region" "current" {} module "example_module_test" { - source = "git::https://github.com/edispark/terraform-ecs-container-instance-draining?ref=master" + source = "git::https://github.com/edispark/terraform-ecs-container-instance-draining" autoscaling_group_name = "arn:partition:service:region:account-id:autoScalingGroupName/XXX" autoscaling_group_arn = "my-asg-name"