Commit 4796b24 1 parent fac752f commit 4796b24 Copy full SHA for 4796b24
File tree 2 files changed +4
-36
lines changed
cloudformation/networking
2 files changed +4
-36
lines changed Original file line number Diff line number Diff line change 119
119
"Properties" : {
120
120
"DestinationCidrBlock" : " 0.0.0.0/0" ,
121
121
"GatewayId" : {
122
- "Fn::If" : [
123
- " CreateInternetGateway" ,
124
- {
125
- "Ref" : " InternetGateway"
126
- },
127
- {
128
- "Ref" : " InternetGatewayId"
129
- }
130
- ]
122
+ "Ref" : " InternetGateway"
131
123
},
132
124
"RouteTableId" : {
133
125
"Ref" : " RouteTablePublic"
140
132
"Properties" : {
141
133
"DestinationCidrBlock" : " 0.0.0.0/0" ,
142
134
"GatewayId" : {
143
- "Fn::If" : [
144
- " CreateInternetGateway" ,
145
- {
146
- "Ref" : " InternetGateway"
147
- },
148
- {
149
- "Ref" : " InternetGatewayId"
150
- }
151
- ]
135
+ "Ref" : " InternetGatewayId"
152
136
},
153
137
"RouteTableId" : {
154
138
"Ref" : " RouteTablePublic"
Original file line number Diff line number Diff line change 108
108
"Properties" : {
109
109
"DestinationCidrBlock" : " 0.0.0.0/0" ,
110
110
"GatewayId" : {
111
- "Fn::If" : [
112
- " CreateInternetGateway" ,
113
- {
114
- "Ref" : " InternetGateway"
115
- },
116
- {
117
- "Ref" : " InternetGatewayId"
118
- }
119
- ]
111
+ "Ref" : " InternetGateway"
120
112
},
121
113
"RouteTableId" : {
122
114
"Ref" : " RouteTablePublic"
129
121
"Properties" : {
130
122
"DestinationCidrBlock" : " 0.0.0.0/0" ,
131
123
"GatewayId" : {
132
- "Fn::If" : [
133
- " CreateInternetGateway" ,
134
- {
135
- "Ref" : " InternetGateway"
136
- },
137
- {
138
- "Ref" : " InternetGatewayId"
139
- }
140
- ]
124
+ "Ref" : " InternetGatewayId"
141
125
},
142
126
"RouteTableId" : {
143
127
"Ref" : " RouteTablePublic"
You can’t perform that action at this time.
0 commit comments