Skip to content

Commit

Permalink
Removing unnecessary DependsOn
Browse files Browse the repository at this point in the history
  • Loading branch information
nethacker committed May 24, 2024
1 parent 833072e commit 8bb2764
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions elb-to-ec2-target-group-cf-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ Resources:

# Route traffic through the internet gateway
RoutePubZoneA:
DependsOn:
- InternetGateway
Type: AWS::EC2::Route
Properties:
DestinationCidrBlock: '0.0.0.0/0'
Expand All @@ -199,8 +197,6 @@ Resources:

# Route traffic through the internet gateway
RoutePubZoneB:
DependsOn:
- InternetGateway
Type: AWS::EC2::Route
Properties:
DestinationCidrBlock: 0.0.0.0/0
Expand Down

0 comments on commit 8bb2764

Please sign in to comment.