Skip to content

Commit e3b560d

Browse files
authored
Upgrade pulumi-terraform-bridge to v3.116.0 (#5916)
This PR was generated via `$ upgrade-provider pulumi/pulumi-aws --kind=bridge --pr-reviewers=guineveresaenger --allow-missing-docs=false`. --- - Upgrading pulumi-terraform-bridge from v3.115.0 to v3.116.0.
1 parent 14807eb commit e3b560d

File tree

11 files changed

+47
-11
lines changed

11 files changed

+47
-11
lines changed

.config/mise.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ size = 128439774
5757
url = "https://github.com/gradle/gradle-distributions/releases/download/v7.6.6/gradle-7.6.6-bin.zip"
5858

5959
[[tools.java]]
60-
version = "corretto-11.0.28.6.1"
60+
version = "corretto-11.0.29.7.1"
6161
backend = "core:java"
6262

6363
[tools.java.platforms.linux-x64]
64-
checksum = "sha256:70734c46e0bbeb7f45b721756ba0b2f1f1e1ef85a11e10d5a488f06b257dadd9"
65-
size = 195648709
66-
url = "https://corretto.aws/downloads/resources/11.0.28.6.1/amazon-corretto-11.0.28.6.1-linux-x64.tar.gz"
64+
checksum = "sha256:279c6d3124f8b0251b16297b16687fe8b3946410b05ed27de1259b5e5cea02ba"
65+
size = 195379320
66+
url = "https://corretto.aws/downloads/resources/11.0.29.7.1/amazon-corretto-11.0.29.7.1-linux-x64.tar.gz"
6767

6868
[[tools.node]]
6969
version = "20.19.5"

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/aws/aws-sdk-go-v2/service/s3 v1.88.4
1616
github.com/pulumi/providertest v0.3.0
1717
github.com/pulumi/pulumi-aws/provider/v7 v7.0.0-00010101000000-000000000000
18-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.115.0
18+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.116.0
1919
github.com/pulumi/pulumi/pkg/v3 v3.190.0
2020
github.com/pulumi/pulumi/sdk/v3 v3.190.0
2121
github.com/stretchr/testify v1.11.1

examples/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2953,8 +2953,8 @@ github.com/pulumi/providertest v0.3.0 h1:Dv10aoFaNQBDRtK8cRbd2uk9vEhpC/NryN+0y7N
29532953
github.com/pulumi/providertest v0.3.0/go.mod h1:aTxVfdxP/Pe0iPbokjBp99x0XaY4fkZB2CjIS5wysMs=
29542954
github.com/pulumi/pulumi-java/pkg v1.12.0 h1:T7yFnFr0bgqy6huVUANMyUeGO1/Y3r2CJJ6S5YQDQCU=
29552955
github.com/pulumi/pulumi-java/pkg v1.12.0/go.mod h1:g8QQjEgB5wTsZptyf1vbIcI/pgYEGJObnihAEgymkAo=
2956-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.115.0 h1:UH3zhpp3mcufk3BQW1l6S57umjEnnqW0DPdDNA/zpdw=
2957-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.115.0/go.mod h1:JFSUy/LtBs5glDWDM4oVoyEleJY+wXJKIrushUd80dw=
2956+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.116.0 h1:2PWpxcEZHmlUxKk4BHlLMVkw3MHpsY1OQ3X4wIGqExA=
2957+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.116.0/go.mod h1:JFSUy/LtBs5glDWDM4oVoyEleJY+wXJKIrushUd80dw=
29582958
github.com/pulumi/pulumi-yaml v1.19.1 h1:Y92eTQv07p5RbbNj6s/54+ibdPgvndLJ2Lb1IjYffng=
29592959
github.com/pulumi/pulumi-yaml v1.19.1/go.mod h1:n1JTtfUXR1IWVJ86HvMvQglK5mrDeDduxsLifGW1WIA=
29602960
github.com/pulumi/pulumi/pkg/v3 v3.190.0 h1:CJi5NW2ckBgB32m60rhWH8VXFxIhL2cyXy+eAGBqoww=

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

provider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/hashicorp/terraform-provider-aws v1.60.1-0.20220923175450-ca71523cdc36
2020
github.com/mitchellh/go-homedir v1.1.0
2121
github.com/pulumi/providertest v0.3.0
22-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.115.0
22+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.116.0
2323
github.com/pulumi/pulumi/pkg/v3 v3.190.0
2424
github.com/pulumi/pulumi/sdk/v3 v3.190.0
2525
github.com/stretchr/testify v1.11.1

provider/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2924,8 +2924,8 @@ github.com/pulumi/providertest v0.3.0 h1:Dv10aoFaNQBDRtK8cRbd2uk9vEhpC/NryN+0y7N
29242924
github.com/pulumi/providertest v0.3.0/go.mod h1:aTxVfdxP/Pe0iPbokjBp99x0XaY4fkZB2CjIS5wysMs=
29252925
github.com/pulumi/pulumi-java/pkg v1.12.0 h1:T7yFnFr0bgqy6huVUANMyUeGO1/Y3r2CJJ6S5YQDQCU=
29262926
github.com/pulumi/pulumi-java/pkg v1.12.0/go.mod h1:g8QQjEgB5wTsZptyf1vbIcI/pgYEGJObnihAEgymkAo=
2927-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.115.0 h1:UH3zhpp3mcufk3BQW1l6S57umjEnnqW0DPdDNA/zpdw=
2928-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.115.0/go.mod h1:JFSUy/LtBs5glDWDM4oVoyEleJY+wXJKIrushUd80dw=
2927+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.116.0 h1:2PWpxcEZHmlUxKk4BHlLMVkw3MHpsY1OQ3X4wIGqExA=
2928+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.116.0/go.mod h1:JFSUy/LtBs5glDWDM4oVoyEleJY+wXJKIrushUd80dw=
29292929
github.com/pulumi/pulumi-yaml v1.19.1 h1:Y92eTQv07p5RbbNj6s/54+ibdPgvndLJ2Lb1IjYffng=
29302930
github.com/pulumi/pulumi-yaml v1.19.1/go.mod h1:n1JTtfUXR1IWVJ86HvMvQglK5mrDeDduxsLifGW1WIA=
29312931
github.com/pulumi/pulumi/pkg/v3 v3.190.0 h1:CJi5NW2ckBgB32m60rhWH8VXFxIhL2cyXy+eAGBqoww=

sdk/dotnet/Ec2/Route.cs

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

sdk/go/aws/ec2/route.go

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

sdk/java/src/main/java/com/pulumi/aws/ec2/Route.java

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

sdk/nodejs/ec2/route.ts

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

0 commit comments

Comments
 (0)