Skip to content

Commit f2d176f

Browse files
author
Bhavik Kumar
committed
Add depends on to stop cloudformation errors on update
1 parent 043c41f commit f2d176f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ Resources:
155155
Type: forward
156156

157157
InternalTargetGroup:
158-
DependsOn: InternalTargetGroup
159158
Condition: IsInternalFacing
160159
Type: AWS::ElasticLoadBalancingV2::TargetGroup
161160
Properties:
@@ -176,6 +175,7 @@ Resources:
176175
Value: !Ref TaskDeregistrationDelay
177176

178177
InternalHttpsListenerRule:
178+
DependsOn: InternalTargetGroup
179179
Condition: IsInternalFacing
180180
Type: AWS::ElasticLoadBalancingV2::ListenerRule
181181
Properties:

0 commit comments

Comments
 (0)