demo-15 updates

This commit is contained in:
Edward Viaene
2016-10-20 10:45:33 +00:00
parent b099fde213
commit bacc4ad45f
3 changed files with 17 additions and 31 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ resource "aws_autoscaling_group" "example-autoscaling" {
tag {
key = "Name"
value = "ec2-container"
value = "ec2 instance"
propagate_at_launch = true
}
}