Skip to content

Commit

Permalink
Remove AvailabilityZones output, it breaks when Subnets are provided
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Aug 17, 2017
1 parent 6db688d commit d8344f1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions templates/buildkite-elastic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,18 +238,6 @@ Parameters:
Default: "true"

Outputs:
AvailabilityZones:
Value:
"Fn::If":
- UseSpecifiedAvailabilityZones
- "Fn::Join":
- ":"
- { Ref: AvailabilityZones }
- "Fn::Join":
- ":"
- - { "Fn::GetAtt" : [ "Subnet0", "AvailabilityZone" ] }
- { "Fn::GetAtt" : [ "Subnet1", "AvailabilityZone" ] }

ManagedSecretsBucket:
Value:
"Fn::If": [CreateSecretsBucket, { Ref: ManagedSecretsBucket }, "" ]
Expand Down

0 comments on commit d8344f1

Please sign in to comment.