File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed
pkg/modprovider/module_schema_overrides Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change 75
75
"type" : " string"
76
76
}
77
77
},
78
+ "private_subnet_objects" : {
79
+ "type" : " array" ,
80
+ "items" : {
81
+ "type" : " object" ,
82
+ "additionalProperties" : {
83
+ "$ref" : " pulumi.json#/Any"
84
+ }
85
+ }
86
+ },
78
87
"private_subnet_arns" : {
79
88
"type" : " array" ,
80
89
"items" : {
99
108
"type" : " string"
100
109
}
101
110
},
111
+ "public_subnet_objects" : {
112
+ "type" : " array" ,
113
+ "items" : {
114
+ "type" : " object" ,
115
+ "additionalProperties" : {
116
+ "$ref" : " pulumi.json#/Any"
117
+ }
118
+ }
119
+ },
102
120
"public_subnet_arns" : {
103
121
"type" : " array" ,
104
122
"items" : {
129
147
"type" : " string"
130
148
}
131
149
},
150
+ "outpost_subnet_objects" : {
151
+ "type" : " array" ,
152
+ "items" : {
153
+ "type" : " object" ,
154
+ "additionalProperties" : {
155
+ "$ref" : " pulumi.json#/Any"
156
+ }
157
+ }
158
+ },
132
159
"outpost_subnets_cidr_blocks" : {
133
160
"type" : " array" ,
134
161
"items" : {
165
192
"type" : " string"
166
193
}
167
194
},
195
+ "database_subnet_objects" : {
196
+ "type" : " array" ,
197
+ "items" : {
198
+ "type" : " object" ,
199
+ "additionalProperties" : {
200
+ "$ref" : " pulumi.json#/Any"
201
+ }
202
+ }
203
+ },
168
204
"database_subnet_group" : {
169
205
"type" : " string"
170
206
},
177
213
"type" : " string"
178
214
}
179
215
},
216
+ "redshift_subnet_objects" : {
217
+ "type" : " array" ,
218
+ "items" : {
219
+ "type" : " object" ,
220
+ "additionalProperties" : {
221
+ "$ref" : " pulumi.json#/Any"
222
+ }
223
+ }
224
+ },
180
225
"redshift_subnet_arns" : {
181
226
"type" : " array" ,
182
227
"items" : {
204
249
"type" : " string"
205
250
}
206
251
},
252
+ "elasticache_subnet_objects" : {
253
+ "type" : " array" ,
254
+ "items" : {
255
+ "type" : " object" ,
256
+ "additionalProperties" : {
257
+ "$ref" : " pulumi.json#/Any"
258
+ }
259
+ }
260
+ },
207
261
"elasticache_subnet_arns" : {
208
262
"type" : " array" ,
209
263
"items" : {
234
288
"type" : " string"
235
289
}
236
290
},
291
+ "intra_subnet_objects" : {
292
+ "type" : " array" ,
293
+ "items" : {
294
+ "type" : " object" ,
295
+ "additionalProperties" : {
296
+ "$ref" : " pulumi.json#/Any"
297
+ }
298
+ }
299
+ },
237
300
"intra_subnet_arns" : {
238
301
"type" : " array" ,
239
302
"items" : {
You can’t perform that action at this time.
0 commit comments