Skip to content

Commit

Permalink
Validate CoreNetworkArn for a valid EC2 Route descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Feb 12, 2024
1 parent 862825d commit 459609a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/validators/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def validate_route(self):
]
gateway_conds = [
"CarrierGatewayId",
"CoreNetworkArn",
"EgressOnlyInternetGatewayId",
"GatewayId",
"InstanceId",
Expand Down

0 comments on commit 459609a

Please sign in to comment.