Update README.md (#436)

fix Error
This commit is contained in:
mandarin801
2019-07-17 13:56:54 +03:00
committed by Max Williams
parent 34b74518e8
commit ec64a74019

View File

@@ -32,11 +32,11 @@ module "my-cluster" {
{ {
instance_type = "m4.large" instance_type = "m4.large"
asg_max_size = 5 asg_max_size = 5
tags = { tags = [{
key = "foo" key = "foo"
value = "bar" value = "bar"
propagate_at_launch = true propagate_at_launch = true
} }]
} }
] ]