Skip to content

Commit

Permalink
Upgrade terraform-provider-google-beta to v5.31.1 (#2043)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-gcp
--kind=provider`.

---

- Upgrading terraform-provider-google-beta from 5.30.0  to 5.31.1.
	Fixes #2035
  • Loading branch information
VenelinMartinov committed Jun 3, 2024
1 parent 56bda60 commit d4d1489
Show file tree
Hide file tree
Showing 584 changed files with 69,279 additions and 2,992 deletions.
393 changes: 393 additions & 0 deletions provider/cmd/pulumi-resource-gcp/bridge-metadata.json

Large diffs are not rendered by default.

2,776 changes: 2,701 additions & 75 deletions provider/cmd/pulumi-resource-gcp/schema.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions provider/provider_yaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ func TestNodePoolGpuAcceleratorPanic(t *testing.T) {
"nodeConfig": {
"advancedMachineFeatures": null,
"bootDiskKmsKey": "",
"containerdConfig": null,
"confidentialNodes": "04da6b54-80e4-46f7-96ec-b56ff0331ba9",
"diskSizeGb": 50,
"diskType": "04da6b54-80e4-46f7-96ec-b56ff0331ba9",
Expand Down
24 changes: 24 additions & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -3342,6 +3342,30 @@ func Provider() tfbridge.ProviderInfo {
Source: "privileged_access_manager_entitlement.html.markdown",
},
},
"google_dataplex_aspect_type_iam_binding": {
Tok: gcpResource(gcpDataPlex, "AspectTypeIamBinding"),
Docs: &tfbridge.DocInfo{Source: "dataplex_aspect_type_iam.html.markdown"},
},
"google_dataplex_aspect_type_iam_member": {
Tok: gcpResource(gcpDataPlex, "AspectTypeIamMember"),
Docs: &tfbridge.DocInfo{Source: "dataplex_aspect_type_iam.html.markdown"},
},
"google_dataplex_aspect_type_iam_policy": {
Tok: gcpResource(gcpDataPlex, "AspectTypeIamPolicy"),
Docs: &tfbridge.DocInfo{Source: "dataplex_aspect_type_iam.html.markdown"},
},
"google_dataplex_entry_group_iam_binding": {
Tok: gcpResource(gcpDataPlex, "EntryGroupIamBinding"),
Docs: &tfbridge.DocInfo{Source: "dataplex_entry_group_iam.html.markdown"},
},
"google_dataplex_entry_group_iam_member": {
Tok: gcpResource(gcpDataPlex, "EntryGroupIamMember"),
Docs: &tfbridge.DocInfo{Source: "dataplex_entry_group_iam.html.markdown"},
},
"google_dataplex_entry_group_iam_policy": {
Tok: gcpResource(gcpDataPlex, "EntryGroupIamPolicy"),
Docs: &tfbridge.DocInfo{Source: "dataplex_entry_group_iam.html.markdown"},
},
},
DataSources: map[string]*tfbridge.DataSourceInfo{
// Access Approval
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/AppEngine/DomainMapping.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions sdk/dotnet/AppEngine/Inputs/FlexibleAppVersionNetworkArgs.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions sdk/dotnet/AppEngine/Outputs/FlexibleAppVersionNetwork.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d4d1489

Please sign in to comment.