Skip to content

Commit

Permalink
We have to reference .ControllerSubnetIndex here
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-kuoka committed May 13, 2016
1 parent 6c5a02a commit 78e067f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi-node/aws/pkg/config/templates/stack-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
},
"InstanceController": {
"Properties": {
"AvailabilityZone": "{{(index .Subnets 0).AvailabilityZone}}",
"AvailabilityZone": "{{(index .Subnets .ControllerSubnetIndex).AvailabilityZone}}",
"BlockDeviceMappings": [
{
"DeviceName": "/dev/xvda",
Expand Down

0 comments on commit 78e067f

Please sign in to comment.