Skip to content

Commit 211e8aa

Browse files
ringodspulumi-bot
andauthored
Upgrade terraform-provider-scaleway to v2.58.0 (#424)
* make tfgen * make generate_sdks --------- Co-authored-by: pulumi-bot <[email protected]>
1 parent fbed9c6 commit 211e8aa

File tree

165 files changed

+6148
-987
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+6148
-987
lines changed

provider/cmd/pulumi-resource-scaleway/bridge-metadata.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@
155155
}
156156
],
157157
"fields": {
158+
"export": {
159+
"maxItemsOne": true
160+
},
158161
"import": {
159162
"maxItemsOne": true
160163
},
@@ -1325,6 +1328,17 @@
13251328
}
13261329
}
13271330
},
1331+
"scaleway_key_manager_key": {
1332+
"current": "scaleway:index/keyManagerKey:KeyManagerKey",
1333+
"fields": {
1334+
"rotation_policy": {
1335+
"maxItemsOne": true
1336+
},
1337+
"tags": {
1338+
"maxItemsOne": false
1339+
}
1340+
}
1341+
},
13281342
"scaleway_lb": {
13291343
"current": "scaleway:loadbalancers/loadBalancer:LoadBalancer",
13301344
"past": [
@@ -2410,6 +2424,9 @@
24102424
}
24112425
],
24122426
"fields": {
2427+
"export": {
2428+
"maxItemsOne": false
2429+
},
24132430
"import": {
24142431
"maxItemsOne": false
24152432
},
@@ -4278,7 +4295,10 @@
42784295
"scaleway_lb": {
42794296
"aliases": [
42804297
"scaleway:index/loadbalancer:Loadbalancer"
4281-
]
4298+
],
4299+
"maxItemsOneOverrides": {
4300+
"private_network.$.static_config": true
4301+
}
42824302
},
42834303
"scaleway_lb_acl": {
42844304
"aliases": [

0 commit comments

Comments
 (0)