Skip to content

Commit

Permalink
Upgrade terraform-provider-google-beta to v5.28.0 (#1987)
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.27.0  to 5.28.0.
	Fixes #1975
  • Loading branch information
VenelinMartinov committed May 13, 2024
1 parent 9be2850 commit 40fc87e
Show file tree
Hide file tree
Showing 264 changed files with 18,606 additions and 2,530 deletions.
136 changes: 136 additions & 0 deletions provider/cmd/pulumi-resource-gcp/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,23 @@
"initial_user": {
"maxItemsOne": true
},
"maintenance_update_policy": {
"maxItemsOne": true,
"elem": {
"fields": {
"maintenance_windows": {
"maxItemsOne": false,
"elem": {
"fields": {
"start_time": {
"maxItemsOne": true
}
}
}
}
}
}
},
"migration_source": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -9361,6 +9378,9 @@
"sandbox_config": {
"maxItemsOne": true
},
"secondary_boot_disks": {
"maxItemsOne": false
},
"shielded_instance_config": {
"maxItemsOne": true
},
Expand Down Expand Up @@ -9500,6 +9520,9 @@
"sandbox_config": {
"maxItemsOne": true
},
"secondary_boot_disks": {
"maxItemsOne": false
},
"shielded_instance_config": {
"maxItemsOne": true
},
Expand Down Expand Up @@ -9779,6 +9802,9 @@
"sandbox_config": {
"maxItemsOne": true
},
"secondary_boot_disks": {
"maxItemsOne": false
},
"shielded_instance_config": {
"maxItemsOne": true
},
Expand Down Expand Up @@ -22089,6 +22115,99 @@
"current": "gcp:certificateauthority/certificateTemplateIamPolicy:CertificateTemplateIamPolicy",
"majorVersion": 7
},
"google_privileged_access_manager_entitlement": {
"current": "gcp:privilegedaccessmanager/entitlement:entitlement",
"majorVersion": 7,
"fields": {
"additional_notification_targets": {
"maxItemsOne": true,
"elem": {
"fields": {
"admin_email_recipients": {
"maxItemsOne": false
},
"requester_email_recipients": {
"maxItemsOne": false
}
}
}
},
"approval_workflow": {
"maxItemsOne": true,
"elem": {
"fields": {
"manual_approvals": {
"maxItemsOne": true,
"elem": {
"fields": {
"steps": {
"maxItemsOne": false,
"elem": {
"fields": {
"approver_email_recipients": {
"maxItemsOne": false
},
"approvers": {
"maxItemsOne": true,
"elem": {
"fields": {
"principals": {
"maxItemsOne": false
}
}
}
}
}
}
}
}
}
}
}
}
},
"eligible_users": {
"maxItemsOne": false,
"elem": {
"fields": {
"principals": {
"maxItemsOne": false
}
}
}
},
"privileged_access": {
"maxItemsOne": true,
"elem": {
"fields": {
"gcp_iam_access": {
"maxItemsOne": true,
"elem": {
"fields": {
"role_bindings": {
"maxItemsOne": false
}
}
}
}
}
}
},
"requester_justification_config": {
"maxItemsOne": true,
"elem": {
"fields": {
"not_mandatory": {
"maxItemsOne": true
},
"unstructured": {
"maxItemsOne": true
}
}
}
}
}
},
"google_project": {
"current": "gcp:organizations/project:Project",
"majorVersion": 7
Expand Down Expand Up @@ -27687,6 +27806,9 @@
"sandbox_config": {
"maxItemsOne": false
},
"secondary_boot_disks": {
"maxItemsOne": false
},
"shielded_instance_config": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -27826,6 +27948,9 @@
"sandbox_config": {
"maxItemsOne": false
},
"secondary_boot_disks": {
"maxItemsOne": false
},
"shielded_instance_config": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -29636,6 +29761,15 @@
}
}
},
"google_storage_buckets": {
"current": "gcp:storage/getBuckets:getBuckets",
"majorVersion": 7,
"fields": {
"buckets": {
"maxItemsOne": false
}
}
},
"google_storage_object_signed_url": {
"current": "gcp:storage/getObjectSignedUrl:getObjectSignedUrl",
"majorVersion": 7
Expand Down Expand Up @@ -31499,6 +31633,7 @@
"gcp:osconfig/patchDeployment:PatchDeployment": 0,
"gcp:oslogin/sshPublicKey:SshPublicKey": 0,
"gcp:parallelstore/instance:Instance": 0,
"gcp:privilegedaccessmanager/entitlement:entitlement": 0,
"gcp:projects/accessApprovalSettings:AccessApprovalSettings": 0,
"gcp:projects/apiKey:ApiKey": 0,
"gcp:projects/defaultServiceAccounts:DefaultServiceAccounts": 0,
Expand Down Expand Up @@ -31933,6 +32068,7 @@
"gcp:storage/getBucketObject:getBucketObject": 0,
"gcp:storage/getBucketObjectContent:getBucketObjectContent": 0,
"gcp:storage/getBucketObjects:getBucketObjects": 0,
"gcp:storage/getBuckets:getBuckets": 0,
"gcp:storage/getObjectSignedUrl:getObjectSignedUrl": 0,
"gcp:storage/getProjectServiceAccount:getProjectServiceAccount": 0,
"gcp:storage/getTransferProjectServiceAccount:getTransferProjectServiceAccount": 0,
Expand Down
Loading

0 comments on commit 40fc87e

Please sign in to comment.