Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mridehalgh committed Sep 13, 2020
1 parent ec214df commit 6c1eacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6c1eacd

Please sign in to comment.