Skip to content

Commit cc6c201

Browse files
authored
Upgrade pulumi-terraform-bridge to v3.108.0 (#910)
This PR was generated via `$ upgrade-provider pulumi/pulumi-linode --kind=bridge --pr-reviewers=t0yv0 --allow-missing-docs=false`. --- - Upgrading pulumi-terraform-bridge from v3.107.0 to v3.108.0.
1 parent a4762e5 commit cc6c201

Some content is hidden

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

51 files changed

+179
-143
lines changed

examples/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22
44

55
toolchain go1.22.11
66

7-
require github.com/pulumi/pulumi/pkg/v3 v3.163.0
7+
require github.com/pulumi/pulumi/pkg/v3 v3.166.0
88

99
require (
1010
cloud.google.com/go v0.112.1 // indirect
@@ -125,7 +125,7 @@ require (
125125
github.com/pmezard/go-difflib v1.0.0 // indirect
126126
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
127127
github.com/pulumi/esc v0.13.0 // indirect
128-
github.com/pulumi/pulumi/sdk/v3 v3.163.0 // indirect
128+
github.com/pulumi/pulumi/sdk/v3 v3.166.0 // indirect
129129
github.com/rivo/uniseg v0.4.4 // indirect
130130
github.com/rogpeppe/go-internal v1.12.0 // indirect
131131
github.com/ryanuber/go-glob v1.0.0 // indirect

examples/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,10 @@ github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 h1:vkHw5I/plNdTr435
337337
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231/go.mod h1:murToZ2N9hNJzewjHBgfFdXhZKjY3z5cYC1VXk+lbFE=
338338
github.com/pulumi/esc v0.13.0 h1:O2MPR2koScaQ2fXwyer8Q3Dd7z+DCnaDfsgNl5mVNMk=
339339
github.com/pulumi/esc v0.13.0/go.mod h1:IIQo6W6Uzajt6f1RW4QvNxIRDlbK3TNQysnrwBHNo3U=
340-
github.com/pulumi/pulumi/pkg/v3 v3.163.0 h1:b9cwzffrRTWgawIkUdKfRqIyajAm4gdwHbYTJrpisms=
341-
github.com/pulumi/pulumi/pkg/v3 v3.163.0/go.mod h1:/wRipYO0ZGehdQqTcT2t32gfYO95QvJCgN/hC0VXeGQ=
342-
github.com/pulumi/pulumi/sdk/v3 v3.163.0 h1:yiT1nPelxXILVrN0yRn0I3NO8Yybba2IvWArYBstZJ8=
343-
github.com/pulumi/pulumi/sdk/v3 v3.163.0/go.mod h1:GAaHrdv3kWJHbzkFFFflGbTBQXUYu6SF1ZCo+O9jo44=
340+
github.com/pulumi/pulumi/pkg/v3 v3.166.0 h1:Mb8nEQqwWExQZGWafSlcuYXz6lUmnYJhD1hHoK6Q++Y=
341+
github.com/pulumi/pulumi/pkg/v3 v3.166.0/go.mod h1:Kwtx+6b15jsx80iAozbpVMkXR7VjQX5LPm3VK1cAuPM=
342+
github.com/pulumi/pulumi/sdk/v3 v3.166.0 h1:E4aPBudMp3TmdbFs6x5JFLRfxLNfU1TfDXk9eSHySs0=
343+
github.com/pulumi/pulumi/sdk/v3 v3.166.0/go.mod h1:GAaHrdv3kWJHbzkFFFflGbTBQXUYu6SF1ZCo+O9jo44=
344344
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
345345
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
346346
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=

provider/cmd/pulumi-resource-linode/schema.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9708,6 +9708,9 @@
97089708
]
97099709
}
97109710
}
9711+
},
9712+
"methods": {
9713+
"terraformConfig": "pulumi:providers:linode/terraformConfig"
97119714
}
97129715
},
97139716
"resources": {
@@ -21784,6 +21787,35 @@
2178421787
],
2178521788
"type": "object"
2178621789
}
21790+
},
21791+
"pulumi:providers:linode/terraformConfig": {
21792+
"description": "This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.",
21793+
"inputs": {
21794+
"properties": {
21795+
"__self__": {
21796+
"type": "ref",
21797+
"$ref": "#/resources/pulumi:providers:linode"
21798+
}
21799+
},
21800+
"type": "pulumi:providers:linode/terraformConfig",
21801+
"required": [
21802+
"__self__"
21803+
]
21804+
},
21805+
"outputs": {
21806+
"properties": {
21807+
"result": {
21808+
"additionalProperties": {
21809+
"$ref": "pulumi.json#/Any"
21810+
},
21811+
"type": "object"
21812+
}
21813+
},
21814+
"required": [
21815+
"result"
21816+
],
21817+
"type": "object"
21818+
}
2178721819
}
2178821820
}
2178921821
}

provider/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ toolchain go1.23.5
66

77
require (
88
github.com/linode/terraform-provider-linode/v2 v2.39.0
9-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.107.0
10-
github.com/pulumi/pulumi/sdk/v3 v3.163.0
9+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.108.0
10+
github.com/pulumi/pulumi/sdk/v3 v3.166.0
1111
)
1212

1313
replace (
@@ -175,9 +175,9 @@ require (
175175
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
176176
github.com/pulumi/esc v0.13.0 // indirect
177177
github.com/pulumi/inflector v0.1.1 // indirect
178-
github.com/pulumi/pulumi-java/pkg v1.8.0 // indirect
178+
github.com/pulumi/pulumi-java/pkg v1.10.1-0.20250501085720-de3b4406576e // indirect
179179
github.com/pulumi/pulumi-yaml v1.15.1 // indirect
180-
github.com/pulumi/pulumi/pkg/v3 v3.163.0 // indirect
180+
github.com/pulumi/pulumi/pkg/v3 v3.166.0 // indirect
181181
github.com/pulumi/schema-tools v0.1.2 // indirect
182182
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
183183
github.com/rivo/uniseg v0.4.4 // indirect

provider/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2209,16 +2209,16 @@ github.com/pulumi/inflector v0.1.1 h1:dvlxlWtXwOJTUUtcYDvwnl6Mpg33prhK+7mzeF+Sob
22092209
github.com/pulumi/inflector v0.1.1/go.mod h1:HUFCjcPTz96YtTuUlwG3i3EZG4WlniBvR9bd+iJxCUY=
22102210
github.com/pulumi/providertest v0.3.0 h1:Dv10aoFaNQBDRtK8cRbd2uk9vEhpC/NryN+0y7NX4/o=
22112211
github.com/pulumi/providertest v0.3.0/go.mod h1:aTxVfdxP/Pe0iPbokjBp99x0XaY4fkZB2CjIS5wysMs=
2212-
github.com/pulumi/pulumi-java/pkg v1.8.0 h1:xCTQqTGxDj1f+VmCR//V0x355rAkc2b2VCIig1Ln/n8=
2213-
github.com/pulumi/pulumi-java/pkg v1.8.0/go.mod h1:VH4YGMcPEYuMyOJjohMTepAqPSFPgmz4I3U4q5sJ89o=
2214-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.107.0 h1:Q3f7dOCUlmEu6Xvlt7ZOFKMusKx0wQmNyrwJrtNW0cY=
2215-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.107.0/go.mod h1:lEAsf7+525OpQXYl1BAJGTJCnn3izvpRJZGP/K1wsUQ=
2212+
github.com/pulumi/pulumi-java/pkg v1.10.1-0.20250501085720-de3b4406576e h1:lpJHE6mK3bRgd1SyWHzphFN4lV4nyIR/Y/OY61WO+Tw=
2213+
github.com/pulumi/pulumi-java/pkg v1.10.1-0.20250501085720-de3b4406576e/go.mod h1:V3PTL13P6Rv6coFbAF7/NG71IAaMga4vG4NVYjVYuFY=
2214+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.108.0 h1:ypXrqGaIe652X51dTlJSVW9JdzNYsns3yKp+6C+KF5w=
2215+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.108.0/go.mod h1:OURQCCIz/jBcXs1oUsL38P5SamBGc2HJBCcmva4LJi4=
22162216
github.com/pulumi/pulumi-yaml v1.15.1 h1:4T36uwbJlQMbcK/X3U9BuqMZFEN4lnAIysPtqDvm0Tg=
22172217
github.com/pulumi/pulumi-yaml v1.15.1/go.mod h1:J3HzbFVhR7sOsZQT7nztBgetcCbxFkOeOMvZDkQs0IU=
2218-
github.com/pulumi/pulumi/pkg/v3 v3.163.0 h1:b9cwzffrRTWgawIkUdKfRqIyajAm4gdwHbYTJrpisms=
2219-
github.com/pulumi/pulumi/pkg/v3 v3.163.0/go.mod h1:/wRipYO0ZGehdQqTcT2t32gfYO95QvJCgN/hC0VXeGQ=
2220-
github.com/pulumi/pulumi/sdk/v3 v3.163.0 h1:yiT1nPelxXILVrN0yRn0I3NO8Yybba2IvWArYBstZJ8=
2221-
github.com/pulumi/pulumi/sdk/v3 v3.163.0/go.mod h1:GAaHrdv3kWJHbzkFFFflGbTBQXUYu6SF1ZCo+O9jo44=
2218+
github.com/pulumi/pulumi/pkg/v3 v3.166.0 h1:Mb8nEQqwWExQZGWafSlcuYXz6lUmnYJhD1hHoK6Q++Y=
2219+
github.com/pulumi/pulumi/pkg/v3 v3.166.0/go.mod h1:Kwtx+6b15jsx80iAozbpVMkXR7VjQX5LPm3VK1cAuPM=
2220+
github.com/pulumi/pulumi/sdk/v3 v3.166.0 h1:E4aPBudMp3TmdbFs6x5JFLRfxLNfU1TfDXk9eSHySs0=
2221+
github.com/pulumi/pulumi/sdk/v3 v3.166.0/go.mod h1:GAaHrdv3kWJHbzkFFFflGbTBQXUYu6SF1ZCo+O9jo44=
22222222
github.com/pulumi/schema-tools v0.1.2 h1:Fd9xvUjgck4NA+7/jSk7InqCUT4Kj940+EcnbQKpfZo=
22232223
github.com/pulumi/schema-tools v0.1.2/go.mod h1:62lgj52Tzq11eqWTIaKd+EVyYAu5dEcDJxMhTjvMO/k=
22242224
github.com/pulumi/terraform-diff-reader v0.0.2 h1:kTE4nEXU3/SYXESvAIem+wyHMI3abqkI3OhJ0G04LLI=

sdk/dotnet/Provider.cs

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/go.mod

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/go/linode/provider.go

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/nodejs/index.ts

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)