Skip to content

Commit

Permalink
Merge pull request #19 from lcc2207/master
Browse files Browse the repository at this point in the history
remove AZ function
  • Loading branch information
Irving Popovetsky authored Sep 11, 2017
2 parents 876c0e7 + d8f018d commit cfc12b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backendless_chef.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: AWS Native Chef Server v2.4.3
Description: AWS Native Chef Server v2.4.4

Parameters:
ChefServerPackage:
Expand Down Expand Up @@ -163,7 +163,6 @@ Resources:
- DBPostgres
- ElasticsearchDomain
Properties:
AvailabilityZones: {"Fn::GetAZs": ""}
LaunchConfigurationName: !Ref ServerLaunchConfig
TargetGroupARNs:
- !Ref ChefTargetGroup
Expand Down Expand Up @@ -191,7 +190,6 @@ Resources:
- BootstrapAutoScaleGroup
- WaitCondition
Properties:
AvailabilityZones: {"Fn::GetAZs": ""}
LaunchConfigurationName: !Ref ServerLaunchConfig
TargetGroupARNs:
- !Ref ChefTargetGroup
Expand Down

0 comments on commit cfc12b5

Please sign in to comment.