pulumi-gcp 7.18.0a1712687150__py3-none-any.whl → 7.19.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +11 -0
- pulumi_gcp/accesscontextmanager/access_policy.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +136 -47
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +136 -47
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +90 -84
- pulumi_gcp/apigateway/api_config_iam_binding.py +147 -52
- pulumi_gcp/apigateway/api_config_iam_member.py +147 -52
- pulumi_gcp/apigateway/api_config_iam_policy.py +96 -84
- pulumi_gcp/apigateway/api_iam_binding.py +147 -52
- pulumi_gcp/apigateway/api_iam_member.py +147 -52
- pulumi_gcp/apigateway/api_iam_policy.py +96 -84
- pulumi_gcp/apigateway/gateway_iam_binding.py +153 -52
- pulumi_gcp/apigateway/gateway_iam_member.py +153 -52
- pulumi_gcp/apigateway/gateway_iam_policy.py +102 -84
- pulumi_gcp/apigee/environment_iam_binding.py +139 -44
- pulumi_gcp/apigee/environment_iam_member.py +139 -44
- pulumi_gcp/apigee/environment_iam_policy.py +96 -84
- pulumi_gcp/apigee/sync_authorization.py +4 -4
- pulumi_gcp/applicationintegration/client.py +22 -14
- pulumi_gcp/artifactregistry/repository_iam_binding.py +156 -55
- pulumi_gcp/artifactregistry/repository_iam_member.py +156 -55
- pulumi_gcp/artifactregistry/repository_iam_policy.py +102 -84
- pulumi_gcp/bigquery/connection_iam_binding.py +158 -57
- pulumi_gcp/bigquery/connection_iam_member.py +158 -57
- pulumi_gcp/bigquery/connection_iam_policy.py +102 -84
- pulumi_gcp/bigquery/dataset_iam_binding.py +135 -40
- pulumi_gcp/bigquery/dataset_iam_member.py +135 -40
- pulumi_gcp/bigquery/dataset_iam_policy.py +96 -70
- pulumi_gcp/bigquery/iam_binding.py +283 -54
- pulumi_gcp/bigquery/iam_member.py +283 -54
- pulumi_gcp/bigquery/iam_policy.py +230 -84
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +155 -54
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +155 -54
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +102 -84
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +161 -54
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +161 -54
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +108 -84
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +155 -54
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +155 -54
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +102 -84
- pulumi_gcp/bigtable/instance_iam_binding.py +123 -32
- pulumi_gcp/bigtable/instance_iam_member.py +123 -32
- pulumi_gcp/bigtable/instance_iam_policy.py +92 -63
- pulumi_gcp/bigtable/table_iam_binding.py +160 -63
- pulumi_gcp/bigtable/table_iam_member.py +160 -63
- pulumi_gcp/bigtable/table_iam_policy.py +98 -63
- pulumi_gcp/billing/account_iam_binding.py +120 -31
- pulumi_gcp/billing/account_iam_member.py +120 -31
- pulumi_gcp/billing/account_iam_policy.py +90 -49
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +147 -52
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +147 -52
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +96 -84
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +262 -57
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +262 -57
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +206 -84
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +259 -54
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +259 -54
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +206 -84
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +161 -60
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +161 -60
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +102 -84
- pulumi_gcp/cloudfunctions/function_iam_binding.py +153 -52
- pulumi_gcp/cloudfunctions/function_iam_member.py +153 -52
- pulumi_gcp/cloudfunctions/function_iam_policy.py +102 -84
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +154 -53
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +154 -53
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +102 -84
- pulumi_gcp/cloudrun/iam_binding.py +155 -54
- pulumi_gcp/cloudrun/iam_member.py +155 -54
- pulumi_gcp/cloudrun/iam_policy.py +102 -84
- pulumi_gcp/cloudrunv2/_inputs.py +73 -0
- pulumi_gcp/cloudrunv2/job_iam_binding.py +161 -60
- pulumi_gcp/cloudrunv2/job_iam_member.py +161 -60
- pulumi_gcp/cloudrunv2/job_iam_policy.py +102 -84
- pulumi_gcp/cloudrunv2/outputs.py +126 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +161 -60
- pulumi_gcp/cloudrunv2/service_iam_member.py +161 -60
- pulumi_gcp/cloudrunv2/service_iam_policy.py +102 -84
- pulumi_gcp/cloudtasks/queue_iam_binding.py +161 -60
- pulumi_gcp/cloudtasks/queue_iam_member.py +161 -60
- pulumi_gcp/cloudtasks/queue_iam_policy.py +102 -84
- pulumi_gcp/compute/_inputs.py +24 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +58 -59
- pulumi_gcp/compute/backend_bucket_iam_member.py +58 -59
- pulumi_gcp/compute/backend_bucket_iam_policy.py +0 -84
- pulumi_gcp/compute/backend_service_iam_binding.py +60 -61
- pulumi_gcp/compute/backend_service_iam_member.py +60 -61
- pulumi_gcp/compute/backend_service_iam_policy.py +0 -84
- pulumi_gcp/compute/disk_iam_binding.py +160 -59
- pulumi_gcp/compute/disk_iam_member.py +160 -59
- pulumi_gcp/compute/disk_iam_policy.py +102 -84
- pulumi_gcp/compute/get_router_nat.py +11 -1
- pulumi_gcp/compute/image_iam_binding.py +271 -54
- pulumi_gcp/compute/image_iam_member.py +271 -54
- pulumi_gcp/compute/image_iam_policy.py +218 -84
- pulumi_gcp/compute/instance_iam_binding.py +283 -54
- pulumi_gcp/compute/instance_iam_member.py +283 -54
- pulumi_gcp/compute/instance_iam_policy.py +230 -84
- pulumi_gcp/compute/instance_settings.py +16 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +271 -54
- pulumi_gcp/compute/machine_image_iam_member.py +271 -54
- pulumi_gcp/compute/machine_image_iam_policy.py +218 -84
- pulumi_gcp/compute/outputs.py +41 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +60 -61
- pulumi_gcp/compute/region_backend_service_iam_member.py +60 -61
- pulumi_gcp/compute/region_backend_service_iam_policy.py +0 -84
- pulumi_gcp/compute/region_disk_iam_binding.py +160 -59
- pulumi_gcp/compute/region_disk_iam_member.py +160 -59
- pulumi_gcp/compute/region_disk_iam_policy.py +102 -84
- pulumi_gcp/compute/router_interface.py +47 -0
- pulumi_gcp/compute/router_nat.py +68 -0
- pulumi_gcp/compute/router_peer.py +141 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +154 -59
- pulumi_gcp/compute/snapshot_iam_member.py +154 -59
- pulumi_gcp/compute/snapshot_iam_policy.py +96 -84
- pulumi_gcp/compute/subnetwork_iam_binding.py +284 -55
- pulumi_gcp/compute/subnetwork_iam_member.py +284 -55
- pulumi_gcp/compute/subnetwork_iam_policy.py +230 -84
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +65 -8
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +11 -1
- pulumi_gcp/container/outputs.py +94 -10
- pulumi_gcp/containeranalysis/note_iam_binding.py +154 -59
- pulumi_gcp/containeranalysis/note_iam_member.py +154 -59
- pulumi_gcp/containeranalysis/note_iam_policy.py +96 -84
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +141 -52
- pulumi_gcp/datacatalog/entry_group_iam_member.py +141 -52
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +90 -84
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +133 -44
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +133 -44
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +90 -84
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +142 -53
- pulumi_gcp/datacatalog/tag_template_iam_member.py +142 -53
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +90 -84
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +142 -53
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +142 -53
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +90 -84
- pulumi_gcp/dataplex/asset_iam_binding.py +165 -52
- pulumi_gcp/dataplex/asset_iam_member.py +165 -52
- pulumi_gcp/dataplex/asset_iam_policy.py +114 -84
- pulumi_gcp/dataplex/datascan_iam_binding.py +155 -54
- pulumi_gcp/dataplex/datascan_iam_member.py +155 -54
- pulumi_gcp/dataplex/datascan_iam_policy.py +102 -84
- pulumi_gcp/dataplex/lake_iam_binding.py +153 -52
- pulumi_gcp/dataplex/lake_iam_member.py +153 -52
- pulumi_gcp/dataplex/lake_iam_policy.py +102 -84
- pulumi_gcp/dataplex/task_iam_binding.py +161 -54
- pulumi_gcp/dataplex/task_iam_member.py +161 -54
- pulumi_gcp/dataplex/task_iam_policy.py +108 -84
- pulumi_gcp/dataplex/zone_iam_binding.py +159 -52
- pulumi_gcp/dataplex/zone_iam_member.py +159 -52
- pulumi_gcp/dataplex/zone_iam_policy.py +108 -84
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +173 -72
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +173 -72
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +102 -84
- pulumi_gcp/dataproc/cluster_iam_binding.py +130 -37
- pulumi_gcp/dataproc/cluster_iam_member.py +130 -37
- pulumi_gcp/dataproc/cluster_iam_policy.py +94 -63
- pulumi_gcp/dataproc/job_iam_binding.py +156 -0
- pulumi_gcp/dataproc/job_iam_member.py +156 -0
- pulumi_gcp/dataproc/job_iam_policy.py +94 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +53 -54
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +53 -54
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +0 -84
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +156 -55
- pulumi_gcp/dataproc/metastore_service_iam_member.py +156 -55
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +102 -84
- pulumi_gcp/datastore/data_store_index.py +14 -0
- pulumi_gcp/dns/_inputs.py +22 -22
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +147 -52
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +147 -52
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +96 -84
- pulumi_gcp/dns/outputs.py +22 -22
- pulumi_gcp/endpoints/consumers_iam_binding.py +83 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +83 -0
- pulumi_gcp/endpoints/service_iam_binding.py +173 -0
- pulumi_gcp/endpoints/service_iam_member.py +173 -0
- pulumi_gcp/endpoints/service_iam_policy.py +90 -0
- pulumi_gcp/firestore/_inputs.py +80 -11
- pulumi_gcp/firestore/backup_schedule.py +9 -9
- pulumi_gcp/firestore/document.py +0 -4
- pulumi_gcp/firestore/index.py +116 -42
- pulumi_gcp/firestore/outputs.py +70 -11
- pulumi_gcp/folder/iam_audit_config.py +270 -0
- pulumi_gcp/folder/iam_member.py +318 -0
- pulumi_gcp/folder/iam_policy.py +270 -0
- pulumi_gcp/gkebackup/_inputs.py +358 -3
- pulumi_gcp/gkebackup/backup_plan.py +294 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +162 -61
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +162 -61
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +102 -84
- pulumi_gcp/gkebackup/outputs.py +353 -3
- pulumi_gcp/gkehub/feature_iam_binding.py +161 -60
- pulumi_gcp/gkehub/feature_iam_member.py +161 -60
- pulumi_gcp/gkehub/feature_iam_policy.py +102 -84
- pulumi_gcp/gkehub/membership_iam_binding.py +159 -58
- pulumi_gcp/gkehub/membership_iam_member.py +159 -58
- pulumi_gcp/gkehub/membership_iam_policy.py +102 -84
- pulumi_gcp/gkehub/scope_iam_binding.py +147 -52
- pulumi_gcp/gkehub/scope_iam_member.py +147 -52
- pulumi_gcp/gkehub/scope_iam_policy.py +96 -84
- pulumi_gcp/gkeonprem/v_mware_cluster.py +49 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +139 -44
- pulumi_gcp/healthcare/consent_store_iam_member.py +139 -44
- pulumi_gcp/healthcare/consent_store_iam_policy.py +96 -84
- pulumi_gcp/healthcare/dataset_iam_binding.py +126 -37
- pulumi_gcp/healthcare/dataset_iam_member.py +126 -37
- pulumi_gcp/healthcare/dataset_iam_policy.py +90 -63
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +126 -37
- pulumi_gcp/healthcare/dicom_store_iam_member.py +126 -37
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +90 -63
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +121 -32
- pulumi_gcp/healthcare/fhir_store_iam_member.py +121 -32
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +90 -63
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +121 -32
- pulumi_gcp/healthcare/hl7_store_iam_member.py +121 -32
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +90 -63
- pulumi_gcp/iap/app_engine_service_iam_binding.py +284 -55
- pulumi_gcp/iap/app_engine_service_iam_member.py +284 -55
- pulumi_gcp/iap/app_engine_service_iam_policy.py +230 -84
- pulumi_gcp/iap/app_engine_version_iam_binding.py +297 -56
- pulumi_gcp/iap/app_engine_version_iam_member.py +297 -56
- pulumi_gcp/iap/app_engine_version_iam_policy.py +242 -84
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +283 -54
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +283 -54
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +230 -84
- pulumi_gcp/iap/tunnel_iam_binding.py +259 -54
- pulumi_gcp/iap/tunnel_iam_member.py +259 -54
- pulumi_gcp/iap/tunnel_iam_policy.py +206 -84
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +283 -54
- pulumi_gcp/iap/tunnel_instance_iam_member.py +283 -54
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +230 -84
- pulumi_gcp/iap/web_backend_service_iam_binding.py +272 -55
- pulumi_gcp/iap/web_backend_service_iam_member.py +272 -55
- pulumi_gcp/iap/web_backend_service_iam_policy.py +218 -84
- pulumi_gcp/iap/web_iam_binding.py +259 -54
- pulumi_gcp/iap/web_iam_member.py +259 -54
- pulumi_gcp/iap/web_iam_policy.py +206 -84
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +284 -55
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +284 -55
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +230 -84
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +271 -54
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +271 -54
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +218 -84
- pulumi_gcp/iap/web_type_compute_iam_binding.py +259 -54
- pulumi_gcp/iap/web_type_compute_iam_member.py +259 -54
- pulumi_gcp/iap/web_type_compute_iam_policy.py +206 -84
- pulumi_gcp/kms/crypto_key_iam_binding.py +36 -37
- pulumi_gcp/kms/crypto_key_iam_member.py +36 -37
- pulumi_gcp/kms/crypto_key_iam_policy.py +0 -63
- pulumi_gcp/kms/key_ring_iam_binding.py +253 -32
- pulumi_gcp/kms/key_ring_iam_member.py +253 -32
- pulumi_gcp/kms/key_ring_iam_policy.py +222 -63
- pulumi_gcp/looker/instance.py +20 -30
- pulumi_gcp/networksecurity/address_group_iam_policy.py +0 -84
- pulumi_gcp/networksecurity/firewall_endpoint.py +2 -0
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +61 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +154 -53
- pulumi_gcp/notebooks/instance_iam_member.py +154 -53
- pulumi_gcp/notebooks/instance_iam_policy.py +102 -84
- pulumi_gcp/notebooks/runtime_iam_binding.py +155 -54
- pulumi_gcp/notebooks/runtime_iam_member.py +155 -54
- pulumi_gcp/notebooks/runtime_iam_policy.py +102 -84
- pulumi_gcp/organizations/iam_member.py +330 -0
- pulumi_gcp/organizations/iam_policy.py +282 -0
- pulumi_gcp/parallelstore/__init__.py +8 -0
- pulumi_gcp/parallelstore/instance.py +1128 -0
- pulumi_gcp/projects/iam_audit_config.py +270 -0
- pulumi_gcp/projects/iam_binding.py +318 -0
- pulumi_gcp/projects/iam_member.py +318 -0
- pulumi_gcp/projects/iam_policy.py +270 -0
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +148 -53
- pulumi_gcp/pubsub/schema_iam_member.py +148 -53
- pulumi_gcp/pubsub/schema_iam_policy.py +96 -84
- pulumi_gcp/pubsub/subscription_iam_binding.py +146 -57
- pulumi_gcp/pubsub/subscription_iam_member.py +146 -57
- pulumi_gcp/pubsub/subscription_iam_policy.py +90 -63
- pulumi_gcp/pubsub/topic_iam_binding.py +148 -53
- pulumi_gcp/pubsub/topic_iam_member.py +148 -53
- pulumi_gcp/pubsub/topic_iam_policy.py +96 -84
- pulumi_gcp/redis/cluster.py +91 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +51 -52
- pulumi_gcp/runtimeconfig/config_iam_member.py +51 -52
- pulumi_gcp/runtimeconfig/config_iam_policy.py +0 -84
- pulumi_gcp/secretmanager/secret_iam_binding.py +147 -52
- pulumi_gcp/secretmanager/secret_iam_member.py +147 -52
- pulumi_gcp/secretmanager/secret_iam_policy.py +96 -84
- pulumi_gcp/serviceaccount/iam_binding.py +262 -51
- pulumi_gcp/serviceaccount/iam_member.py +262 -51
- pulumi_gcp/serviceaccount/iam_policy.py +212 -63
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +136 -47
- pulumi_gcp/servicedirectory/namespace_iam_member.py +136 -47
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +90 -84
- pulumi_gcp/servicedirectory/service_iam_binding.py +136 -47
- pulumi_gcp/servicedirectory/service_iam_member.py +136 -47
- pulumi_gcp/servicedirectory/service_iam_policy.py +90 -84
- pulumi_gcp/sourcerepo/repository_iam_binding.py +147 -52
- pulumi_gcp/sourcerepo/repository_iam_member.py +147 -52
- pulumi_gcp/sourcerepo/repository_iam_policy.py +96 -84
- pulumi_gcp/spanner/database_iam_binding.py +253 -32
- pulumi_gcp/spanner/database_iam_member.py +253 -32
- pulumi_gcp/spanner/database_iam_policy.py +222 -63
- pulumi_gcp/spanner/instance_iam_binding.py +121 -32
- pulumi_gcp/spanner/instance_iam_member.py +121 -32
- pulumi_gcp/spanner/instance_iam_policy.py +90 -63
- pulumi_gcp/sql/_inputs.py +16 -0
- pulumi_gcp/sql/outputs.py +36 -0
- pulumi_gcp/storage/bucket.py +28 -0
- pulumi_gcp/storage/bucket_iam_binding.py +255 -50
- pulumi_gcp/storage/bucket_iam_member.py +255 -50
- pulumi_gcp/storage/bucket_iam_policy.py +206 -84
- pulumi_gcp/storage/get_bucket.py +17 -2
- pulumi_gcp/tags/__init__.py +2 -0
- pulumi_gcp/tags/get_tag_keys.py +101 -0
- pulumi_gcp/tags/get_tag_values.py +101 -0
- pulumi_gcp/tags/outputs.py +200 -0
- pulumi_gcp/tags/tag_key_iam_binding.py +149 -60
- pulumi_gcp/tags/tag_key_iam_member.py +149 -60
- pulumi_gcp/tags/tag_key_iam_policy.py +90 -84
- pulumi_gcp/tags/tag_value_iam_binding.py +149 -60
- pulumi_gcp/tags/tag_value_iam_member.py +149 -60
- pulumi_gcp/tags/tag_value_iam_policy.py +90 -84
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +33 -34
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +33 -34
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +0 -84
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +51 -52
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +51 -52
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +0 -84
- pulumi_gcp/vmwareengine/get_private_cloud.py +21 -1
- pulumi_gcp/vmwareengine/private_cloud.py +101 -7
- pulumi_gcp/workstations/workstation_config_iam_binding.py +53 -54
- pulumi_gcp/workstations/workstation_config_iam_member.py +53 -54
- pulumi_gcp/workstations/workstation_config_iam_policy.py +0 -84
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -54
- pulumi_gcp/workstations/workstation_iam_member.py +53 -54
- pulumi_gcp/workstations/workstation_iam_policy.py +0 -84
- {pulumi_gcp-7.18.0a1712687150.dist-info → pulumi_gcp-7.19.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.18.0a1712687150.dist-info → pulumi_gcp-7.19.0.dist-info}/RECORD +343 -339
- {pulumi_gcp-7.18.0a1712687150.dist-info → pulumi_gcp-7.19.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.18.0a1712687150.dist-info → pulumi_gcp-7.19.0.dist-info}/top_level.txt +0 -0
@@ -20,18 +20,6 @@ class EnvironmentIamPolicyArgs:
|
|
20
20
|
"""
|
21
21
|
The set of arguments for constructing a EnvironmentIamPolicy resource.
|
22
22
|
:param pulumi.Input[str] env_id: Used to find the parent resource to bind the IAM policy to
|
23
|
-
|
24
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
25
|
-
Each entry can have one of the following values:
|
26
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
27
|
-
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
28
|
-
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
29
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
30
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
31
|
-
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
32
|
-
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
33
|
-
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
34
|
-
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
35
23
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
36
24
|
a `organizations_get_iam_policy` data source.
|
37
25
|
"""
|
@@ -44,18 +32,6 @@ class EnvironmentIamPolicyArgs:
|
|
44
32
|
def env_id(self) -> pulumi.Input[str]:
|
45
33
|
"""
|
46
34
|
Used to find the parent resource to bind the IAM policy to
|
47
|
-
|
48
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
49
|
-
Each entry can have one of the following values:
|
50
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
51
|
-
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
52
|
-
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
53
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
54
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
55
|
-
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
56
|
-
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
57
|
-
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
58
|
-
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
59
35
|
"""
|
60
36
|
return pulumi.get(self, "env_id")
|
61
37
|
|
@@ -96,18 +72,6 @@ class _EnvironmentIamPolicyState:
|
|
96
72
|
"""
|
97
73
|
Input properties used for looking up and filtering EnvironmentIamPolicy resources.
|
98
74
|
:param pulumi.Input[str] env_id: Used to find the parent resource to bind the IAM policy to
|
99
|
-
|
100
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
101
|
-
Each entry can have one of the following values:
|
102
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
103
|
-
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
104
|
-
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
105
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
106
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
107
|
-
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
108
|
-
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
109
|
-
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
110
|
-
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
111
75
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
112
76
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
113
77
|
a `organizations_get_iam_policy` data source.
|
@@ -126,18 +90,6 @@ class _EnvironmentIamPolicyState:
|
|
126
90
|
def env_id(self) -> Optional[pulumi.Input[str]]:
|
127
91
|
"""
|
128
92
|
Used to find the parent resource to bind the IAM policy to
|
129
|
-
|
130
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
131
|
-
Each entry can have one of the following values:
|
132
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
133
|
-
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
134
|
-
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
135
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
136
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
137
|
-
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
138
|
-
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
139
|
-
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
140
|
-
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
141
93
|
"""
|
142
94
|
return pulumi.get(self, "env_id")
|
143
95
|
|
@@ -252,6 +204,54 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
252
204
|
```
|
253
205
|
<!--End PulumiCodeChooser -->
|
254
206
|
|
207
|
+
## google\\_apigee\\_environment\\_iam\\_policy
|
208
|
+
|
209
|
+
<!--Start PulumiCodeChooser -->
|
210
|
+
```python
|
211
|
+
import pulumi
|
212
|
+
import pulumi_gcp as gcp
|
213
|
+
|
214
|
+
admin = gcp.organizations.get_iam_policy(bindings=[gcp.organizations.GetIAMPolicyBindingArgs(
|
215
|
+
role="roles/viewer",
|
216
|
+
members=["user:jane@example.com"],
|
217
|
+
)])
|
218
|
+
policy = gcp.apigee.EnvironmentIamPolicy("policy",
|
219
|
+
org_id=apigee_environment["orgId"],
|
220
|
+
env_id=apigee_environment["name"],
|
221
|
+
policy_data=admin.policy_data)
|
222
|
+
```
|
223
|
+
<!--End PulumiCodeChooser -->
|
224
|
+
|
225
|
+
## google\\_apigee\\_environment\\_iam\\_binding
|
226
|
+
|
227
|
+
<!--Start PulumiCodeChooser -->
|
228
|
+
```python
|
229
|
+
import pulumi
|
230
|
+
import pulumi_gcp as gcp
|
231
|
+
|
232
|
+
binding = gcp.apigee.EnvironmentIamBinding("binding",
|
233
|
+
org_id=apigee_environment["orgId"],
|
234
|
+
env_id=apigee_environment["name"],
|
235
|
+
role="roles/viewer",
|
236
|
+
members=["user:jane@example.com"])
|
237
|
+
```
|
238
|
+
<!--End PulumiCodeChooser -->
|
239
|
+
|
240
|
+
## google\\_apigee\\_environment\\_iam\\_member
|
241
|
+
|
242
|
+
<!--Start PulumiCodeChooser -->
|
243
|
+
```python
|
244
|
+
import pulumi
|
245
|
+
import pulumi_gcp as gcp
|
246
|
+
|
247
|
+
member = gcp.apigee.EnvironmentIamMember("member",
|
248
|
+
org_id=apigee_environment["orgId"],
|
249
|
+
env_id=apigee_environment["name"],
|
250
|
+
role="roles/viewer",
|
251
|
+
member="user:jane@example.com")
|
252
|
+
```
|
253
|
+
<!--End PulumiCodeChooser -->
|
254
|
+
|
255
255
|
## Import
|
256
256
|
|
257
257
|
For all import syntaxes, the "resource in question" can take any of the following forms:
|
@@ -289,18 +289,6 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
289
289
|
:param str resource_name: The name of the resource.
|
290
290
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
291
291
|
:param pulumi.Input[str] env_id: Used to find the parent resource to bind the IAM policy to
|
292
|
-
|
293
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
294
|
-
Each entry can have one of the following values:
|
295
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
296
|
-
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
297
|
-
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
298
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
299
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
300
|
-
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
301
|
-
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
302
|
-
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
303
|
-
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
304
292
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
305
293
|
a `organizations_get_iam_policy` data source.
|
306
294
|
"""
|
@@ -373,6 +361,54 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
373
361
|
```
|
374
362
|
<!--End PulumiCodeChooser -->
|
375
363
|
|
364
|
+
## google\\_apigee\\_environment\\_iam\\_policy
|
365
|
+
|
366
|
+
<!--Start PulumiCodeChooser -->
|
367
|
+
```python
|
368
|
+
import pulumi
|
369
|
+
import pulumi_gcp as gcp
|
370
|
+
|
371
|
+
admin = gcp.organizations.get_iam_policy(bindings=[gcp.organizations.GetIAMPolicyBindingArgs(
|
372
|
+
role="roles/viewer",
|
373
|
+
members=["user:jane@example.com"],
|
374
|
+
)])
|
375
|
+
policy = gcp.apigee.EnvironmentIamPolicy("policy",
|
376
|
+
org_id=apigee_environment["orgId"],
|
377
|
+
env_id=apigee_environment["name"],
|
378
|
+
policy_data=admin.policy_data)
|
379
|
+
```
|
380
|
+
<!--End PulumiCodeChooser -->
|
381
|
+
|
382
|
+
## google\\_apigee\\_environment\\_iam\\_binding
|
383
|
+
|
384
|
+
<!--Start PulumiCodeChooser -->
|
385
|
+
```python
|
386
|
+
import pulumi
|
387
|
+
import pulumi_gcp as gcp
|
388
|
+
|
389
|
+
binding = gcp.apigee.EnvironmentIamBinding("binding",
|
390
|
+
org_id=apigee_environment["orgId"],
|
391
|
+
env_id=apigee_environment["name"],
|
392
|
+
role="roles/viewer",
|
393
|
+
members=["user:jane@example.com"])
|
394
|
+
```
|
395
|
+
<!--End PulumiCodeChooser -->
|
396
|
+
|
397
|
+
## google\\_apigee\\_environment\\_iam\\_member
|
398
|
+
|
399
|
+
<!--Start PulumiCodeChooser -->
|
400
|
+
```python
|
401
|
+
import pulumi
|
402
|
+
import pulumi_gcp as gcp
|
403
|
+
|
404
|
+
member = gcp.apigee.EnvironmentIamMember("member",
|
405
|
+
org_id=apigee_environment["orgId"],
|
406
|
+
env_id=apigee_environment["name"],
|
407
|
+
role="roles/viewer",
|
408
|
+
member="user:jane@example.com")
|
409
|
+
```
|
410
|
+
<!--End PulumiCodeChooser -->
|
411
|
+
|
376
412
|
## Import
|
377
413
|
|
378
414
|
For all import syntaxes, the "resource in question" can take any of the following forms:
|
@@ -466,18 +502,6 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
466
502
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
467
503
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
468
504
|
:param pulumi.Input[str] env_id: Used to find the parent resource to bind the IAM policy to
|
469
|
-
|
470
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
471
|
-
Each entry can have one of the following values:
|
472
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
473
|
-
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
474
|
-
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
475
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
476
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
477
|
-
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
478
|
-
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
479
|
-
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
480
|
-
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
481
505
|
:param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
|
482
506
|
:param pulumi.Input[str] policy_data: The policy data generated by
|
483
507
|
a `organizations_get_iam_policy` data source.
|
@@ -497,18 +521,6 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
497
521
|
def env_id(self) -> pulumi.Output[str]:
|
498
522
|
"""
|
499
523
|
Used to find the parent resource to bind the IAM policy to
|
500
|
-
|
501
|
-
* `member/members` - (Required) Identities that will be granted the privilege in `role`.
|
502
|
-
Each entry can have one of the following values:
|
503
|
-
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
504
|
-
* **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
|
505
|
-
* **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
|
506
|
-
* **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
|
507
|
-
* **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
|
508
|
-
* **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
|
509
|
-
* **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
|
510
|
-
* **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
|
511
|
-
* **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
|
512
524
|
"""
|
513
525
|
return pulumi.get(self, "env_id")
|
514
526
|
|
@@ -173,10 +173,10 @@ class SyncAuthorization(pulumi.CustomResource):
|
|
173
173
|
service_account = gcp.serviceaccount.Account("service_account",
|
174
174
|
account_id="my-account",
|
175
175
|
display_name="Service Account")
|
176
|
-
synchronizer_iam = gcp.projects.
|
176
|
+
synchronizer_iam = gcp.projects.IAMMember("synchronizer-iam",
|
177
177
|
project=project.project_id,
|
178
178
|
role="roles/apigee.synchronizerManager",
|
179
|
-
|
179
|
+
member=service_account.email.apply(lambda email: f"serviceAccount:{email}"))
|
180
180
|
apigee_sync_authorization = gcp.apigee.SyncAuthorization("apigee_sync_authorization",
|
181
181
|
name=apigee_org.name,
|
182
182
|
identities=[service_account.email.apply(lambda email: f"serviceAccount:{email}")])
|
@@ -251,10 +251,10 @@ class SyncAuthorization(pulumi.CustomResource):
|
|
251
251
|
service_account = gcp.serviceaccount.Account("service_account",
|
252
252
|
account_id="my-account",
|
253
253
|
display_name="Service Account")
|
254
|
-
synchronizer_iam = gcp.projects.
|
254
|
+
synchronizer_iam = gcp.projects.IAMMember("synchronizer-iam",
|
255
255
|
project=project.project_id,
|
256
256
|
role="roles/apigee.synchronizerManager",
|
257
|
-
|
257
|
+
member=service_account.email.apply(lambda email: f"serviceAccount:{email}"))
|
258
258
|
apigee_sync_authorization = gcp.apigee.SyncAuthorization("apigee_sync_authorization",
|
259
259
|
name=apigee_org.name,
|
260
260
|
identities=[service_account.email.apply(lambda email: f"serviceAccount:{email}")])
|
@@ -271,7 +271,9 @@ class Client(pulumi.CustomResource):
|
|
271
271
|
import pulumi
|
272
272
|
import pulumi_gcp as gcp
|
273
273
|
|
274
|
-
example = gcp.applicationintegration.Client("example",
|
274
|
+
example = gcp.applicationintegration.Client("example",
|
275
|
+
location="us-central1",
|
276
|
+
provision_gmek=True)
|
275
277
|
```
|
276
278
|
<!--End PulumiCodeChooser -->
|
277
279
|
### Integrations Client Advance
|
@@ -284,23 +286,25 @@ class Client(pulumi.CustomResource):
|
|
284
286
|
test_project = gcp.organizations.get_project()
|
285
287
|
keyring = gcp.kms.KeyRing("keyring",
|
286
288
|
name="my-keyring",
|
287
|
-
location="us-
|
289
|
+
location="us-east1")
|
288
290
|
cryptokey = gcp.kms.CryptoKey("cryptokey",
|
289
291
|
name="crypto-key-example",
|
290
292
|
key_ring=keyring.id,
|
291
293
|
rotation_period="7776000s")
|
292
294
|
test_key = gcp.kms.CryptoKeyVersion("test_key", crypto_key=cryptokey.id)
|
295
|
+
service_account = gcp.serviceaccount.Account("service_account",
|
296
|
+
account_id="service-account-id",
|
297
|
+
display_name="Service Account")
|
293
298
|
example = gcp.applicationintegration.Client("example",
|
294
|
-
location="us-
|
299
|
+
location="us-east1",
|
295
300
|
create_sample_workflows=True,
|
296
|
-
|
297
|
-
run_as_service_account="radndom-service-account",
|
301
|
+
run_as_service_account=service_account.email,
|
298
302
|
cloud_kms_config=gcp.applicationintegration.ClientCloudKmsConfigArgs(
|
299
|
-
kms_location="us-
|
303
|
+
kms_location="us-east1",
|
300
304
|
kms_ring=keyring.id,
|
301
305
|
key=cryptokey.id,
|
302
306
|
key_version=test_key.id,
|
303
|
-
kms_project_id=test_project.
|
307
|
+
kms_project_id=test_project.project_id,
|
304
308
|
))
|
305
309
|
```
|
306
310
|
<!--End PulumiCodeChooser -->
|
@@ -368,7 +372,9 @@ class Client(pulumi.CustomResource):
|
|
368
372
|
import pulumi
|
369
373
|
import pulumi_gcp as gcp
|
370
374
|
|
371
|
-
example = gcp.applicationintegration.Client("example",
|
375
|
+
example = gcp.applicationintegration.Client("example",
|
376
|
+
location="us-central1",
|
377
|
+
provision_gmek=True)
|
372
378
|
```
|
373
379
|
<!--End PulumiCodeChooser -->
|
374
380
|
### Integrations Client Advance
|
@@ -381,23 +387,25 @@ class Client(pulumi.CustomResource):
|
|
381
387
|
test_project = gcp.organizations.get_project()
|
382
388
|
keyring = gcp.kms.KeyRing("keyring",
|
383
389
|
name="my-keyring",
|
384
|
-
location="us-
|
390
|
+
location="us-east1")
|
385
391
|
cryptokey = gcp.kms.CryptoKey("cryptokey",
|
386
392
|
name="crypto-key-example",
|
387
393
|
key_ring=keyring.id,
|
388
394
|
rotation_period="7776000s")
|
389
395
|
test_key = gcp.kms.CryptoKeyVersion("test_key", crypto_key=cryptokey.id)
|
396
|
+
service_account = gcp.serviceaccount.Account("service_account",
|
397
|
+
account_id="service-account-id",
|
398
|
+
display_name="Service Account")
|
390
399
|
example = gcp.applicationintegration.Client("example",
|
391
|
-
location="us-
|
400
|
+
location="us-east1",
|
392
401
|
create_sample_workflows=True,
|
393
|
-
|
394
|
-
run_as_service_account="radndom-service-account",
|
402
|
+
run_as_service_account=service_account.email,
|
395
403
|
cloud_kms_config=gcp.applicationintegration.ClientCloudKmsConfigArgs(
|
396
|
-
kms_location="us-
|
404
|
+
kms_location="us-east1",
|
397
405
|
kms_ring=keyring.id,
|
398
406
|
key=cryptokey.id,
|
399
407
|
key_version=test_key.id,
|
400
|
-
kms_project_id=test_project.
|
408
|
+
kms_project_id=test_project.project_id,
|
401
409
|
))
|
402
410
|
```
|
403
411
|
<!--End PulumiCodeChooser -->
|