Skip to content

Commit

Permalink
Merge pull request #864 from pasindujw/imp2
Browse files Browse the repository at this point in the history
Removing "depends on" property in EC2 instances of CF script
  • Loading branch information
kasunbg committed Jul 5, 2018
2 parents a80f47a + ce5eee0 commit 01c5e29
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jobs/intg-test-resources/wso2-intg-test-cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ Resources:
WSO2UnixInstance:
Type: 'AWS::EC2::Instance'
Condition: 'IsUnix'
DependsOn:
- WSO2DBInstance
CreationPolicy:
ResourceSignal:
Count: '1'
Expand Down Expand Up @@ -303,8 +301,6 @@ Resources:
WSO2WindowsInstance:
Type: 'AWS::EC2::Instance'
Condition: 'IsWindows'
DependsOn:
- WSO2DBInstance
Properties:
DisableApiTermination: 'false'
InstanceInitiatedShutdownBehavior: stop
Expand Down

0 comments on commit 01c5e29

Please sign in to comment.