Skip to content

Commit 4cfe1c3

Browse files
authored
Upgrade pulumi-terraform-bridge to v3.115.0 (#5893)
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.114.0 to v3.115.0.
1 parent 6800a74 commit 4cfe1c3

File tree

12,056 files changed

+75629
-74391
lines changed

Some content is hidden

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

12,056 files changed

+75629
-74391
lines changed

examples/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/aws/aws-sdk-go-v2/service/s3 v1.88.3
1414
github.com/pulumi/providertest v0.3.0
1515
github.com/pulumi/pulumi-aws/provider/v7 v7.0.0-00010101000000-000000000000
16-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.114.0
16+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.115.0
1717
github.com/pulumi/pulumi/pkg/v3 v3.190.0
1818
github.com/pulumi/pulumi/sdk/v3 v3.190.0
1919
github.com/stretchr/testify v1.11.1
@@ -401,7 +401,7 @@ require (
401401
github.com/hashicorp/logutils v1.0.0 // indirect
402402
github.com/hashicorp/terraform-exec v0.24.0 // indirect
403403
github.com/hashicorp/terraform-json v0.27.2 // indirect
404-
github.com/hashicorp/terraform-plugin-framework v1.16.0 // indirect
404+
github.com/hashicorp/terraform-plugin-framework v1.16.1 // indirect
405405
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0 // indirect
406406
github.com/hashicorp/terraform-plugin-framework-timeouts v0.6.0 // indirect
407407
github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0 // indirect

examples/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2572,8 +2572,8 @@ github.com/hashicorp/terraform-json v0.4.0/go.mod h1:eAbqb4w0pSlRmdvl8fOyHAi/+8j
25722572
github.com/hashicorp/terraform-json v0.27.1/go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE=
25732573
github.com/hashicorp/terraform-json v0.27.2 h1:BwGuzM6iUPqf9JYM/Z4AF1OJ5VVJEEzoKST/tRDBJKU=
25742574
github.com/hashicorp/terraform-json v0.27.2/go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE=
2575-
github.com/hashicorp/terraform-plugin-framework v1.16.0 h1:tP0f+yJg0Z672e7levixDe5EpWwrTrNryPM9kDMYIpE=
2576-
github.com/hashicorp/terraform-plugin-framework v1.16.0/go.mod h1:0xFOxLy5lRzDTayc4dzK/FakIgBhNf/lC4499R9cV4Y=
2575+
github.com/hashicorp/terraform-plugin-framework v1.16.1 h1:1+zwFm3MEqd/0K3YBB2v9u9DtyYHyEuhVOfeIXbteWA=
2576+
github.com/hashicorp/terraform-plugin-framework v1.16.1/go.mod h1:0xFOxLy5lRzDTayc4dzK/FakIgBhNf/lC4499R9cV4Y=
25772577
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0 h1:SJXL5FfJJm17554Kpt9jFXngdM6fXbnUnZ6iT2IeiYA=
25782578
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0/go.mod h1:p0phD0IYhsu9bR4+6OetVvvH59I6LwjXGnTVEr8ox6E=
25792579
github.com/hashicorp/terraform-plugin-framework-timeouts v0.6.0 h1:Vv16e7EW4nT9668IV0RhdpEmnLl0im7BZx6J+QMlUkg=
@@ -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.114.0 h1:Ham/ASNvcRrxlxrEraI9uIPo75z9VPRjsf/Ot5sW8cQ=
2957-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.114.0/go.mod h1:wMck+7nC9uOFMSjSilgVifkNWwzpugwGOcs7+45z2xU=
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=
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: 14803 additions & 14803 deletions
Large diffs are not rendered by default.

provider/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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.3.0
19-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.114.0
19+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.115.0
2020
github.com/pulumi/pulumi/pkg/v3 v3.190.0
2121
github.com/pulumi/pulumi/sdk/v3 v3.190.0
2222
github.com/stretchr/testify v1.11.1
@@ -387,7 +387,7 @@ require (
387387
github.com/hashicorp/logutils v1.0.0 // indirect
388388
github.com/hashicorp/terraform-exec v0.24.0 // indirect
389389
github.com/hashicorp/terraform-json v0.27.2 // indirect
390-
github.com/hashicorp/terraform-plugin-framework v1.16.0 // indirect
390+
github.com/hashicorp/terraform-plugin-framework v1.16.1 // indirect
391391
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0 // indirect
392392
github.com/hashicorp/terraform-plugin-framework-timeouts v0.6.0 // indirect
393393
github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0 // indirect

provider/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,8 +2551,8 @@ github.com/hashicorp/terraform-json v0.4.0/go.mod h1:eAbqb4w0pSlRmdvl8fOyHAi/+8j
25512551
github.com/hashicorp/terraform-json v0.27.1/go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE=
25522552
github.com/hashicorp/terraform-json v0.27.2 h1:BwGuzM6iUPqf9JYM/Z4AF1OJ5VVJEEzoKST/tRDBJKU=
25532553
github.com/hashicorp/terraform-json v0.27.2/go.mod h1:GzPLJ1PLdUG5xL6xn1OXWIjteQRT2CNT9o/6A9mi9hE=
2554-
github.com/hashicorp/terraform-plugin-framework v1.16.0 h1:tP0f+yJg0Z672e7levixDe5EpWwrTrNryPM9kDMYIpE=
2555-
github.com/hashicorp/terraform-plugin-framework v1.16.0/go.mod h1:0xFOxLy5lRzDTayc4dzK/FakIgBhNf/lC4499R9cV4Y=
2554+
github.com/hashicorp/terraform-plugin-framework v1.16.1 h1:1+zwFm3MEqd/0K3YBB2v9u9DtyYHyEuhVOfeIXbteWA=
2555+
github.com/hashicorp/terraform-plugin-framework v1.16.1/go.mod h1:0xFOxLy5lRzDTayc4dzK/FakIgBhNf/lC4499R9cV4Y=
25562556
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0 h1:SJXL5FfJJm17554Kpt9jFXngdM6fXbnUnZ6iT2IeiYA=
25572557
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0/go.mod h1:p0phD0IYhsu9bR4+6OetVvvH59I6LwjXGnTVEr8ox6E=
25582558
github.com/hashicorp/terraform-plugin-framework-timeouts v0.6.0 h1:Vv16e7EW4nT9668IV0RhdpEmnLl0im7BZx6J+QMlUkg=
@@ -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.114.0 h1:Ham/ASNvcRrxlxrEraI9uIPo75z9VPRjsf/Ot5sW8cQ=
2928-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.114.0/go.mod h1:wMck+7nC9uOFMSjSilgVifkNWwzpugwGOcs7+45z2xU=
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=
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/AccessAnalyzer/Analyzer.cs

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

sdk/dotnet/AccessAnalyzer/Inputs/AnalyzerConfigurationArgs.cs

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/dotnet/AccessAnalyzer/Inputs/AnalyzerConfigurationGetArgs.cs

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/dotnet/AccessAnalyzer/Inputs/AnalyzerConfigurationInternalAccessAnalysisRuleArgs.cs

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/dotnet/AccessAnalyzer/Inputs/AnalyzerConfigurationInternalAccessAnalysisRuleGetArgs.cs

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)