Skip to content

Commit

Permalink
Merge branch 'develop' into wip/fix-retrieve_supported_regions-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hehe7318 committed Aug 5, 2024
2 parents 70320f6 + 4796b24 commit 60294d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 36 deletions.
20 changes: 2 additions & 18 deletions cloudformation/networking/public-private.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,7 @@
"Properties": {
"DestinationCidrBlock": "0.0.0.0/0",
"GatewayId": {
"Fn::If": [
"CreateInternetGateway",
{
"Ref": "InternetGateway"
},
{
"Ref": "InternetGatewayId"
}
]
"Ref": "InternetGateway"
},
"RouteTableId": {
"Ref": "RouteTablePublic"
Expand All @@ -140,15 +132,7 @@
"Properties": {
"DestinationCidrBlock": "0.0.0.0/0",
"GatewayId": {
"Fn::If": [
"CreateInternetGateway",
{
"Ref": "InternetGateway"
},
{
"Ref": "InternetGatewayId"
}
]
"Ref": "InternetGatewayId"
},
"RouteTableId": {
"Ref": "RouteTablePublic"
Expand Down
20 changes: 2 additions & 18 deletions cloudformation/networking/public.cfn.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,7 @@
"Properties": {
"DestinationCidrBlock": "0.0.0.0/0",
"GatewayId": {
"Fn::If": [
"CreateInternetGateway",
{
"Ref": "InternetGateway"
},
{
"Ref": "InternetGatewayId"
}
]
"Ref": "InternetGateway"
},
"RouteTableId": {
"Ref": "RouteTablePublic"
Expand All @@ -129,15 +121,7 @@
"Properties": {
"DestinationCidrBlock": "0.0.0.0/0",
"GatewayId": {
"Fn::If": [
"CreateInternetGateway",
{
"Ref": "InternetGateway"
},
{
"Ref": "InternetGatewayId"
}
]
"Ref": "InternetGatewayId"
},
"RouteTableId": {
"Ref": "RouteTablePublic"
Expand Down

0 comments on commit 60294d4

Please sign in to comment.