From 8bb2764f0b2a028995c26d83f156d8fd6c53d49c Mon Sep 17 00:00:00 2001 From: Phil Chen Date: Fri, 24 May 2024 15:18:18 -0700 Subject: [PATCH] Removing unnecessary DependsOn --- elb-to-ec2-target-group-cf-template.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/elb-to-ec2-target-group-cf-template.yml b/elb-to-ec2-target-group-cf-template.yml index 6cce23f..e4ab514 100644 --- a/elb-to-ec2-target-group-cf-template.yml +++ b/elb-to-ec2-target-group-cf-template.yml @@ -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' @@ -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