Skip to content

Commit

Permalink
Added support for conditional placement groups
Browse files Browse the repository at this point in the history
  • Loading branch information
arehmandev committed Mar 8, 2017
1 parent 3a9bd95 commit 08fe39d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/kubernetes/kubenode/01-kubenodeasg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ resource "aws_autoscaling_group" "kubenode_noplacementgroup" {
tag {
key = "Name"
value = "kubenode"
placementgroup = "${var.placement_group}"
propagate_at_launch = true
}

Expand Down

0 comments on commit 08fe39d

Please sign in to comment.