Skip to content

Commit 2ffc2e0

Browse files
pulumi-bott0yv0
andauthored
Upgrade pulumi-terraform-bridge to v3.105.0 (#5298)
This PR was generated via `$ upgrade-provider pulumi/pulumi-aws --kind=bridge --pr-reviewers=t0yv0 --allow-missing-docs=false`. --- - Updating Java Gen version from 1.5.0 to 1.6.0. - Upgrading pulumi-terraform-bridge from v3.104.0 to v3.105.0. --------- Co-authored-by: Anton Tayanovskyy <[email protected]>
1 parent 7760e7f commit 2ffc2e0

File tree

8 files changed

+113
-50
lines changed

8 files changed

+113
-50
lines changed

.pulumi-java-gen.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.6.0

examples/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ require (
1313
github.com/aws/aws-sdk-go-v2/service/s3 v1.78.1
1414
github.com/pulumi/providertest v0.1.3
1515
github.com/pulumi/pulumi-aws/provider/v6 v6.0.0-00010101000000-000000000000
16-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.104.0
17-
github.com/pulumi/pulumi/pkg/v3 v3.153.1
18-
github.com/pulumi/pulumi/sdk/v3 v3.153.1
16+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.105.0
17+
github.com/pulumi/pulumi/pkg/v3 v3.156.0
18+
github.com/pulumi/pulumi/sdk/v3 v3.156.0
1919
github.com/stretchr/testify v1.10.0
2020
)
2121

2222
// Replace to allow for correctly linking the aws provider.
2323
//
2424
// We use this for gRPC based testing.
2525
replace (
26-
github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250124205414-92ccb3765401
26+
github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250221232320-8d4cfd37a3cd
2727

2828
github.com/hashicorp/terraform-provider-aws => ../upstream
2929
github.com/pulumi/pulumi-aws/provider/v6 => ../provider

examples/go.sum

Lines changed: 95 additions & 32 deletions
Large diffs are not rendered by default.

provider/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ require (
1616
github.com/hashicorp/terraform-provider-aws v1.60.1-0.20220923175450-ca71523cdc36
1717
github.com/mitchellh/go-homedir v1.1.0
1818
github.com/pulumi/providertest v0.1.3
19-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.104.0
20-
github.com/pulumi/pulumi/pkg/v3 v3.153.1
21-
github.com/pulumi/pulumi/sdk/v3 v3.153.1
19+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.105.0
20+
github.com/pulumi/pulumi/pkg/v3 v3.156.0
21+
github.com/pulumi/pulumi/sdk/v3 v3.156.0
2222
github.com/stretchr/testify v1.10.0
2323
pgregory.net/rapid v0.6.1
2424
)

provider/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2708,14 +2708,14 @@ github.com/pulumi/providertest v0.1.3 h1:GpNKRy/haNjRHiUA9bi4diU4Op2zf3axYXbga5A
27082708
github.com/pulumi/providertest v0.1.3/go.mod h1:GcsqEGgSngwaNOD+kICJPIUQlnA911fGBU8HDlJvVL0=
27092709
github.com/pulumi/pulumi-java/pkg v0.19.0 h1:T9kkGUQJV7UTxenw08m3txsgQkNVnZZxvn1zCcNjaE8=
27102710
github.com/pulumi/pulumi-java/pkg v0.19.0/go.mod h1:YKYYFEb3Jvzf/dDJo0xOeEkIfBAMkkkdhXulauvEjmc=
2711-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.104.0 h1:e/ZRsVFRf3cLXY5ek2GEEn1mDLm0JLtd19kZmj1qvO8=
2712-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.104.0/go.mod h1:xeJKtT/2joUusDPykq47DblGfCPX3d0g72Jeuai/tMM=
2711+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.105.0 h1:UOn1CZ8b3ioFkGUMs3bsd6go0/lQknOMakcpbwkwQiw=
2712+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.105.0/go.mod h1:SL50It3HAZml1nRcUN/fD8eL+LosDMLYLV/hY6zCAOM=
27132713
github.com/pulumi/pulumi-yaml v1.12.0 h1:ThJP+EBqeJyCnS6w6/PwcEFOT5o112qv0lObhefmFCk=
27142714
github.com/pulumi/pulumi-yaml v1.12.0/go.mod h1:EhZd1XDfuLa15O51qVVE16U6r8ldK9mLIBclqWCX27Y=
2715-
github.com/pulumi/pulumi/pkg/v3 v3.153.1 h1:8P3ryrJP0TwGG5qA20jJxuXRRcepj+pxGjPjGZQlbPE=
2716-
github.com/pulumi/pulumi/pkg/v3 v3.153.1/go.mod h1:aO7FkJVEBP3l9DgSNSPT4/P6b/XG5QD2OqvizvRahrg=
2717-
github.com/pulumi/pulumi/sdk/v3 v3.153.1 h1:qlkttqvoPcuxbMZd1ZfwairuYAZ68izqRnCWmpA9p84=
2718-
github.com/pulumi/pulumi/sdk/v3 v3.153.1/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA=
2715+
github.com/pulumi/pulumi/pkg/v3 v3.156.0 h1:N3K8uCBAPP/QUJJQ/I1AnhpfOQ9rPgcu35WTW7CD3Tg=
2716+
github.com/pulumi/pulumi/pkg/v3 v3.156.0/go.mod h1:6JPziW0rWnmSDQ/5M0Py2VBHtO22NiZG8GldSNlZPic=
2717+
github.com/pulumi/pulumi/sdk/v3 v3.156.0 h1:C4l4Z89EDft6aKe/ZmQYkZ8/7FUh/YvbKD4huIW4PoA=
2718+
github.com/pulumi/pulumi/sdk/v3 v3.156.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA=
27192719
github.com/pulumi/schema-tools v0.1.2 h1:Fd9xvUjgck4NA+7/jSk7InqCUT4Kj940+EcnbQKpfZo=
27202720
github.com/pulumi/schema-tools v0.1.2/go.mod h1:62lgj52Tzq11eqWTIaKd+EVyYAu5dEcDJxMhTjvMO/k=
27212721
github.com/pulumi/terraform-diff-reader v0.0.2 h1:kTE4nEXU3/SYXESvAIem+wyHMI3abqkI3OhJ0G04LLI=

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/java/build.gradle

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

0 commit comments

Comments
 (0)