pulumi-gcp 8.8.0a1730615974__py3-none-any.whl → 8.8.0a1730856812__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 +8 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
- pulumi_gcp/apigateway/api_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_iam_policy.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
- pulumi_gcp/apigee/environment_iam_binding.py +4 -4
- pulumi_gcp/apigee/environment_iam_member.py +4 -4
- pulumi_gcp/apigee/environment_iam_policy.py +4 -4
- pulumi_gcp/appengine/engine_split_traffic.py +4 -4
- pulumi_gcp/apphub/_inputs.py +6 -3
- pulumi_gcp/apphub/application.py +30 -4
- pulumi_gcp/apphub/outputs.py +8 -4
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +37 -0
- pulumi_gcp/assuredworkloads/workload.py +56 -3
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
- pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
- pulumi_gcp/biglake/table.py +12 -12
- pulumi_gcp/bigquery/_inputs.py +60 -0
- pulumi_gcp/bigquery/connection.py +2 -2
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
- pulumi_gcp/bigquery/connection_iam_member.py +2 -2
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/dataset.py +99 -2
- pulumi_gcp/bigquery/dataset_access.py +2 -2
- pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
- pulumi_gcp/bigquery/get_dataset.py +12 -1
- pulumi_gcp/bigquery/iam_binding.py +2 -2
- pulumi_gcp/bigquery/iam_member.py +2 -2
- pulumi_gcp/bigquery/iam_policy.py +2 -2
- pulumi_gcp/bigquery/outputs.py +87 -0
- pulumi_gcp/bigquery/routine.py +6 -6
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
- pulumi_gcp/cloudbuild/trigger.py +18 -18
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function.py +22 -22
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/iam_binding.py +2 -2
- pulumi_gcp/cloudrun/iam_member.py +2 -2
- pulumi_gcp/cloudrun/iam_policy.py +2 -2
- pulumi_gcp/cloudrun/service.py +24 -24
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/service.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
- pulumi_gcp/cloudscheduler/job.py +4 -4
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +182 -50
- pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
- pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/disk_iam_binding.py +2 -2
- pulumi_gcp/compute/disk_iam_member.py +2 -2
- pulumi_gcp/compute/disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
- pulumi_gcp/compute/image.py +76 -22
- pulumi_gcp/compute/image_iam_binding.py +2 -2
- pulumi_gcp/compute/image_iam_member.py +2 -2
- pulumi_gcp/compute/image_iam_policy.py +2 -2
- pulumi_gcp/compute/instance_iam_binding.py +2 -2
- pulumi_gcp/compute/instance_iam_member.py +2 -2
- pulumi_gcp/compute/instance_iam_policy.py +2 -2
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
- pulumi_gcp/compute/machine_image_iam_member.py +2 -2
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
- pulumi_gcp/compute/outputs.py +197 -30
- pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
- pulumi_gcp/compute/region_disk_iam_member.py +2 -2
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +74 -0
- pulumi_gcp/compute/security_policy_rule.py +111 -13
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
- pulumi_gcp/compute/snapshot_iam_member.py +2 -2
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/url_map.py +10 -10
- pulumi_gcp/container/aws_node_pool.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
- pulumi_gcp/dataplex/asset_iam_member.py +2 -2
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
- pulumi_gcp/dataplex/lake_iam_member.py +2 -2
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/task.py +4 -4
- pulumi_gcp/dataplex/task_iam_binding.py +2 -2
- pulumi_gcp/dataplex/task_iam_member.py +2 -2
- pulumi_gcp/dataplex/task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
- pulumi_gcp/dataplex/zone_iam_member.py +2 -2
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/batch.py +24 -24
- pulumi_gcp/dataproc/cluster.py +2 -2
- pulumi_gcp/dataproc/job.py +4 -4
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +4 -4
- pulumi_gcp/diagflow/cx_page.py +10 -10
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
- pulumi_gcp/endpoints/service_iam_binding.py +4 -4
- pulumi_gcp/endpoints/service_iam_member.py +4 -4
- pulumi_gcp/endpoints/service_iam_policy.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +24 -24
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/restore_plan.py +18 -18
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +21 -21
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
- pulumi_gcp/gkehub/feature_iam_member.py +2 -2
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
- pulumi_gcp/gkehub/membership_iam_member.py +2 -2
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/outputs.py +13 -13
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
- pulumi_gcp/gkehub/scope_iam_member.py +2 -2
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
- pulumi_gcp/iap/__init__.py +1 -0
- pulumi_gcp/iap/_inputs.py +1002 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/outputs.py +827 -0
- pulumi_gcp/iap/settings.py +546 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_iam_binding.py +2 -2
- pulumi_gcp/iap/web_iam_member.py +2 -2
- pulumi_gcp/iap/web_iam_policy.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/identityplatform/config.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/log_view_iam_binding.py +4 -4
- pulumi_gcp/logging/log_view_iam_member.py +4 -4
- pulumi_gcp/logging/log_view_iam_policy.py +4 -4
- pulumi_gcp/memorystore/_inputs.py +117 -4
- pulumi_gcp/memorystore/instance.py +105 -0
- pulumi_gcp/memorystore/outputs.py +80 -4
- pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
- pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
- pulumi_gcp/networkservices/edge_cache_service.py +2 -2
- pulumi_gcp/networkservices/http_route.py +4 -4
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
- pulumi_gcp/notebooks/instance_iam_member.py +2 -2
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
- pulumi_gcp/pubsub/schema_iam_member.py +2 -2
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/subscription.py +18 -66
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
- pulumi_gcp/pubsub/topic_iam_member.py +2 -2
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
- pulumi_gcp/serviceaccount/__init__.py +1 -0
- pulumi_gcp/serviceaccount/get_account.py +15 -1
- pulumi_gcp/serviceaccount/get_s.py +132 -0
- pulumi_gcp/serviceaccount/outputs.py +89 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/_inputs.py +208 -12
- pulumi_gcp/spanner/outputs.py +287 -9
- pulumi_gcp/sql/_inputs.py +6 -3
- pulumi_gcp/sql/outputs.py +4 -2
- pulumi_gcp/storage/_inputs.py +3 -6
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/bucket_iam_binding.py +2 -2
- pulumi_gcp/storage/bucket_iam_member.py +2 -2
- pulumi_gcp/storage/bucket_iam_policy.py +2 -2
- pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
- pulumi_gcp/storage/outputs.py +4 -6
- pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_key_iam_member.py +4 -4
- pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
- pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_value_iam_member.py +4 -4
- pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +472 -6
- pulumi_gcp/vmwareengine/outputs.py +668 -22
- pulumi_gcp/vmwareengine/private_cloud.py +44 -0
- pulumi_gcp/workstations/workstation_config.py +6 -6
- pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
- pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
- {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/RECORD +347 -344
- {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/top_level.txt +0 -0
@@ -579,7 +579,7 @@ class TunnelInstanceIAMBinding(pulumi.CustomResource):
|
|
579
579
|
$ pulumi import gcp:iap/tunnelInstanceIAMBinding:TunnelInstanceIAMBinding editor projects/{{project}}/iap_tunnel/zones/{{zone}}/instances/{{tunnel_instance}}
|
580
580
|
```
|
581
581
|
|
582
|
-
-> **Custom Roles
|
582
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
583
583
|
|
584
584
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
585
585
|
|
@@ -891,7 +891,7 @@ class TunnelInstanceIAMBinding(pulumi.CustomResource):
|
|
891
891
|
$ pulumi import gcp:iap/tunnelInstanceIAMBinding:TunnelInstanceIAMBinding editor projects/{{project}}/iap_tunnel/zones/{{zone}}/instances/{{tunnel_instance}}
|
892
892
|
```
|
893
893
|
|
894
|
-
-> **Custom Roles
|
894
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
895
895
|
|
896
896
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
897
897
|
|
@@ -579,7 +579,7 @@ class TunnelInstanceIAMMember(pulumi.CustomResource):
|
|
579
579
|
$ pulumi import gcp:iap/tunnelInstanceIAMMember:TunnelInstanceIAMMember editor projects/{{project}}/iap_tunnel/zones/{{zone}}/instances/{{tunnel_instance}}
|
580
580
|
```
|
581
581
|
|
582
|
-
-> **Custom Roles
|
582
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
583
583
|
|
584
584
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
585
585
|
|
@@ -891,7 +891,7 @@ class TunnelInstanceIAMMember(pulumi.CustomResource):
|
|
891
891
|
$ pulumi import gcp:iap/tunnelInstanceIAMMember:TunnelInstanceIAMMember editor projects/{{project}}/iap_tunnel/zones/{{zone}}/instances/{{tunnel_instance}}
|
892
892
|
```
|
893
893
|
|
894
|
-
-> **Custom Roles
|
894
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
895
895
|
|
896
896
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
897
897
|
|
@@ -464,7 +464,7 @@ class TunnelInstanceIAMPolicy(pulumi.CustomResource):
|
|
464
464
|
$ pulumi import gcp:iap/tunnelInstanceIAMPolicy:TunnelInstanceIAMPolicy editor projects/{{project}}/iap_tunnel/zones/{{zone}}/instances/{{tunnel_instance}}
|
465
465
|
```
|
466
466
|
|
467
|
-
-> **Custom Roles
|
467
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
468
468
|
|
469
469
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
470
470
|
|
@@ -762,7 +762,7 @@ class TunnelInstanceIAMPolicy(pulumi.CustomResource):
|
|
762
762
|
$ pulumi import gcp:iap/tunnelInstanceIAMPolicy:TunnelInstanceIAMPolicy editor projects/{{project}}/iap_tunnel/zones/{{zone}}/instances/{{tunnel_instance}}
|
763
763
|
```
|
764
764
|
|
765
|
-
-> **Custom Roles
|
765
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
766
766
|
|
767
767
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
768
768
|
|
@@ -538,7 +538,7 @@ class WebBackendServiceIamBinding(pulumi.CustomResource):
|
|
538
538
|
$ pulumi import gcp:iap/webBackendServiceIamBinding:WebBackendServiceIamBinding editor projects/{{project}}/iap_web/compute/services/{{web_backend_service}}
|
539
539
|
```
|
540
540
|
|
541
|
-
-> **Custom Roles
|
541
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
542
542
|
|
543
543
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
544
544
|
|
@@ -834,7 +834,7 @@ class WebBackendServiceIamBinding(pulumi.CustomResource):
|
|
834
834
|
$ pulumi import gcp:iap/webBackendServiceIamBinding:WebBackendServiceIamBinding editor projects/{{project}}/iap_web/compute/services/{{web_backend_service}}
|
835
835
|
```
|
836
836
|
|
837
|
-
-> **Custom Roles
|
837
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
838
838
|
|
839
839
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
840
840
|
|
@@ -538,7 +538,7 @@ class WebBackendServiceIamMember(pulumi.CustomResource):
|
|
538
538
|
$ pulumi import gcp:iap/webBackendServiceIamMember:WebBackendServiceIamMember editor projects/{{project}}/iap_web/compute/services/{{web_backend_service}}
|
539
539
|
```
|
540
540
|
|
541
|
-
-> **Custom Roles
|
541
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
542
542
|
|
543
543
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
544
544
|
|
@@ -834,7 +834,7 @@ class WebBackendServiceIamMember(pulumi.CustomResource):
|
|
834
834
|
$ pulumi import gcp:iap/webBackendServiceIamMember:WebBackendServiceIamMember editor projects/{{project}}/iap_web/compute/services/{{web_backend_service}}
|
835
835
|
```
|
836
836
|
|
837
|
-
-> **Custom Roles
|
837
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
838
838
|
|
839
839
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
840
840
|
|
@@ -423,7 +423,7 @@ class WebBackendServiceIamPolicy(pulumi.CustomResource):
|
|
423
423
|
$ pulumi import gcp:iap/webBackendServiceIamPolicy:WebBackendServiceIamPolicy editor projects/{{project}}/iap_web/compute/services/{{web_backend_service}}
|
424
424
|
```
|
425
425
|
|
426
|
-
-> **Custom Roles
|
426
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
427
427
|
|
428
428
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
429
429
|
|
@@ -705,7 +705,7 @@ class WebBackendServiceIamPolicy(pulumi.CustomResource):
|
|
705
705
|
$ pulumi import gcp:iap/webBackendServiceIamPolicy:WebBackendServiceIamPolicy editor projects/{{project}}/iap_web/compute/services/{{web_backend_service}}
|
706
706
|
```
|
707
707
|
|
708
|
-
-> **Custom Roles
|
708
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
709
709
|
|
710
710
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
711
711
|
|
@@ -492,7 +492,7 @@ class WebIamBinding(pulumi.CustomResource):
|
|
492
492
|
$ pulumi import gcp:iap/webIamBinding:WebIamBinding editor projects/{{project}}/iap_web
|
493
493
|
```
|
494
494
|
|
495
|
-
-> **Custom Roles
|
495
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
496
496
|
|
497
497
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
498
498
|
|
@@ -773,7 +773,7 @@ class WebIamBinding(pulumi.CustomResource):
|
|
773
773
|
$ pulumi import gcp:iap/webIamBinding:WebIamBinding editor projects/{{project}}/iap_web
|
774
774
|
```
|
775
775
|
|
776
|
-
-> **Custom Roles
|
776
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
777
777
|
|
778
778
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
779
779
|
|
pulumi_gcp/iap/web_iam_member.py
CHANGED
@@ -492,7 +492,7 @@ class WebIamMember(pulumi.CustomResource):
|
|
492
492
|
$ pulumi import gcp:iap/webIamMember:WebIamMember editor projects/{{project}}/iap_web
|
493
493
|
```
|
494
494
|
|
495
|
-
-> **Custom Roles
|
495
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
496
496
|
|
497
497
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
498
498
|
|
@@ -773,7 +773,7 @@ class WebIamMember(pulumi.CustomResource):
|
|
773
773
|
$ pulumi import gcp:iap/webIamMember:WebIamMember editor projects/{{project}}/iap_web
|
774
774
|
```
|
775
775
|
|
776
|
-
-> **Custom Roles
|
776
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
777
777
|
|
778
778
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
779
779
|
|
pulumi_gcp/iap/web_iam_policy.py
CHANGED
@@ -377,7 +377,7 @@ class WebIamPolicy(pulumi.CustomResource):
|
|
377
377
|
$ pulumi import gcp:iap/webIamPolicy:WebIamPolicy editor projects/{{project}}/iap_web
|
378
378
|
```
|
379
379
|
|
380
|
-
-> **Custom Roles
|
380
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
381
381
|
|
382
382
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
383
383
|
|
@@ -644,7 +644,7 @@ class WebIamPolicy(pulumi.CustomResource):
|
|
644
644
|
$ pulumi import gcp:iap/webIamPolicy:WebIamPolicy editor projects/{{project}}/iap_web
|
645
645
|
```
|
646
646
|
|
647
|
-
-> **Custom Roles
|
647
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
648
648
|
|
649
649
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
650
650
|
|
@@ -577,7 +577,7 @@ class WebRegionBackendServiceIamBinding(pulumi.CustomResource):
|
|
577
577
|
$ pulumi import gcp:iap/webRegionBackendServiceIamBinding:WebRegionBackendServiceIamBinding editor projects/{{project}}/iap_web/compute-{{region}}/services/{{web_region_backend_service}}
|
578
578
|
```
|
579
579
|
|
580
|
-
-> **Custom Roles
|
580
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
581
581
|
|
582
582
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
583
583
|
|
@@ -887,7 +887,7 @@ class WebRegionBackendServiceIamBinding(pulumi.CustomResource):
|
|
887
887
|
$ pulumi import gcp:iap/webRegionBackendServiceIamBinding:WebRegionBackendServiceIamBinding editor projects/{{project}}/iap_web/compute-{{region}}/services/{{web_region_backend_service}}
|
888
888
|
```
|
889
889
|
|
890
|
-
-> **Custom Roles
|
890
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
891
891
|
|
892
892
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
893
893
|
|
@@ -577,7 +577,7 @@ class WebRegionBackendServiceIamMember(pulumi.CustomResource):
|
|
577
577
|
$ pulumi import gcp:iap/webRegionBackendServiceIamMember:WebRegionBackendServiceIamMember editor projects/{{project}}/iap_web/compute-{{region}}/services/{{web_region_backend_service}}
|
578
578
|
```
|
579
579
|
|
580
|
-
-> **Custom Roles
|
580
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
581
581
|
|
582
582
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
583
583
|
|
@@ -887,7 +887,7 @@ class WebRegionBackendServiceIamMember(pulumi.CustomResource):
|
|
887
887
|
$ pulumi import gcp:iap/webRegionBackendServiceIamMember:WebRegionBackendServiceIamMember editor projects/{{project}}/iap_web/compute-{{region}}/services/{{web_region_backend_service}}
|
888
888
|
```
|
889
889
|
|
890
|
-
-> **Custom Roles
|
890
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
891
891
|
|
892
892
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
893
893
|
|
@@ -462,7 +462,7 @@ class WebRegionBackendServiceIamPolicy(pulumi.CustomResource):
|
|
462
462
|
$ pulumi import gcp:iap/webRegionBackendServiceIamPolicy:WebRegionBackendServiceIamPolicy editor projects/{{project}}/iap_web/compute-{{region}}/services/{{web_region_backend_service}}
|
463
463
|
```
|
464
464
|
|
465
|
-
-> **Custom Roles
|
465
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
466
466
|
|
467
467
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
468
468
|
|
@@ -758,7 +758,7 @@ class WebRegionBackendServiceIamPolicy(pulumi.CustomResource):
|
|
758
758
|
$ pulumi import gcp:iap/webRegionBackendServiceIamPolicy:WebRegionBackendServiceIamPolicy editor projects/{{project}}/iap_web/compute-{{region}}/services/{{web_region_backend_service}}
|
759
759
|
```
|
760
760
|
|
761
|
-
-> **Custom Roles
|
761
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
762
762
|
|
763
763
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
764
764
|
|
@@ -538,7 +538,7 @@ class WebTypeAppEngingIamBinding(pulumi.CustomResource):
|
|
538
538
|
$ pulumi import gcp:iap/webTypeAppEngingIamBinding:WebTypeAppEngingIamBinding editor projects/{{project}}/iap_web/appengine-{{appId}}
|
539
539
|
```
|
540
540
|
|
541
|
-
-> **Custom Roles
|
541
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
542
542
|
|
543
543
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
544
544
|
|
@@ -834,7 +834,7 @@ class WebTypeAppEngingIamBinding(pulumi.CustomResource):
|
|
834
834
|
$ pulumi import gcp:iap/webTypeAppEngingIamBinding:WebTypeAppEngingIamBinding editor projects/{{project}}/iap_web/appengine-{{appId}}
|
835
835
|
```
|
836
836
|
|
837
|
-
-> **Custom Roles
|
837
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
838
838
|
|
839
839
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
840
840
|
|
@@ -538,7 +538,7 @@ class WebTypeAppEngingIamMember(pulumi.CustomResource):
|
|
538
538
|
$ pulumi import gcp:iap/webTypeAppEngingIamMember:WebTypeAppEngingIamMember editor projects/{{project}}/iap_web/appengine-{{appId}}
|
539
539
|
```
|
540
540
|
|
541
|
-
-> **Custom Roles
|
541
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
542
542
|
|
543
543
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
544
544
|
|
@@ -834,7 +834,7 @@ class WebTypeAppEngingIamMember(pulumi.CustomResource):
|
|
834
834
|
$ pulumi import gcp:iap/webTypeAppEngingIamMember:WebTypeAppEngingIamMember editor projects/{{project}}/iap_web/appengine-{{appId}}
|
835
835
|
```
|
836
836
|
|
837
|
-
-> **Custom Roles
|
837
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
838
838
|
|
839
839
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
840
840
|
|
@@ -423,7 +423,7 @@ class WebTypeAppEngingIamPolicy(pulumi.CustomResource):
|
|
423
423
|
$ pulumi import gcp:iap/webTypeAppEngingIamPolicy:WebTypeAppEngingIamPolicy editor projects/{{project}}/iap_web/appengine-{{appId}}
|
424
424
|
```
|
425
425
|
|
426
|
-
-> **Custom Roles
|
426
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
427
427
|
|
428
428
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
429
429
|
|
@@ -705,7 +705,7 @@ class WebTypeAppEngingIamPolicy(pulumi.CustomResource):
|
|
705
705
|
$ pulumi import gcp:iap/webTypeAppEngingIamPolicy:WebTypeAppEngingIamPolicy editor projects/{{project}}/iap_web/appengine-{{appId}}
|
706
706
|
```
|
707
707
|
|
708
|
-
-> **Custom Roles
|
708
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
709
709
|
|
710
710
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
711
711
|
|
@@ -492,7 +492,7 @@ class WebTypeComputeIamBinding(pulumi.CustomResource):
|
|
492
492
|
$ pulumi import gcp:iap/webTypeComputeIamBinding:WebTypeComputeIamBinding editor projects/{{project}}/iap_web/compute
|
493
493
|
```
|
494
494
|
|
495
|
-
-> **Custom Roles
|
495
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
496
496
|
|
497
497
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
498
498
|
|
@@ -773,7 +773,7 @@ class WebTypeComputeIamBinding(pulumi.CustomResource):
|
|
773
773
|
$ pulumi import gcp:iap/webTypeComputeIamBinding:WebTypeComputeIamBinding editor projects/{{project}}/iap_web/compute
|
774
774
|
```
|
775
775
|
|
776
|
-
-> **Custom Roles
|
776
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
777
777
|
|
778
778
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
779
779
|
|
@@ -492,7 +492,7 @@ class WebTypeComputeIamMember(pulumi.CustomResource):
|
|
492
492
|
$ pulumi import gcp:iap/webTypeComputeIamMember:WebTypeComputeIamMember editor projects/{{project}}/iap_web/compute
|
493
493
|
```
|
494
494
|
|
495
|
-
-> **Custom Roles
|
495
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
496
496
|
|
497
497
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
498
498
|
|
@@ -773,7 +773,7 @@ class WebTypeComputeIamMember(pulumi.CustomResource):
|
|
773
773
|
$ pulumi import gcp:iap/webTypeComputeIamMember:WebTypeComputeIamMember editor projects/{{project}}/iap_web/compute
|
774
774
|
```
|
775
775
|
|
776
|
-
-> **Custom Roles
|
776
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
777
777
|
|
778
778
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
779
779
|
|
@@ -377,7 +377,7 @@ class WebTypeComputeIamPolicy(pulumi.CustomResource):
|
|
377
377
|
$ pulumi import gcp:iap/webTypeComputeIamPolicy:WebTypeComputeIamPolicy editor projects/{{project}}/iap_web/compute
|
378
378
|
```
|
379
379
|
|
380
|
-
-> **Custom Roles
|
380
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
381
381
|
|
382
382
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
383
383
|
|
@@ -644,7 +644,7 @@ class WebTypeComputeIamPolicy(pulumi.CustomResource):
|
|
644
644
|
$ pulumi import gcp:iap/webTypeComputeIamPolicy:WebTypeComputeIamPolicy editor projects/{{project}}/iap_web/compute
|
645
645
|
```
|
646
646
|
|
647
|
-
-> **Custom Roles
|
647
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
648
648
|
|
649
649
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
650
650
|
|
@@ -505,7 +505,7 @@ class Config(pulumi.CustomResource):
|
|
505
505
|
"phone_number": {
|
506
506
|
"enabled": True,
|
507
507
|
"test_phone_numbers": {
|
508
|
-
"
|
508
|
+
"+11231231234": "000000",
|
509
509
|
},
|
510
510
|
},
|
511
511
|
},
|
@@ -645,7 +645,7 @@ class Config(pulumi.CustomResource):
|
|
645
645
|
"phone_number": {
|
646
646
|
"enabled": True,
|
647
647
|
"test_phone_numbers": {
|
648
|
-
"
|
648
|
+
"+11231231234": "000000",
|
649
649
|
},
|
650
650
|
},
|
651
651
|
},
|
@@ -600,7 +600,7 @@ class EkmConnectionIamBinding(pulumi.CustomResource):
|
|
600
600
|
$ pulumi import gcp:kms/ekmConnectionIamBinding:EkmConnectionIamBinding editor projects/{{project}}/locations/{{location}}/ekmConnections/{{ekm_connection}}
|
601
601
|
```
|
602
602
|
|
603
|
-
-> **Custom Roles
|
603
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
604
604
|
|
605
605
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
606
606
|
|
@@ -913,7 +913,7 @@ class EkmConnectionIamBinding(pulumi.CustomResource):
|
|
913
913
|
$ pulumi import gcp:kms/ekmConnectionIamBinding:EkmConnectionIamBinding editor projects/{{project}}/locations/{{location}}/ekmConnections/{{ekm_connection}}
|
914
914
|
```
|
915
915
|
|
916
|
-
-> **Custom Roles
|
916
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
917
917
|
|
918
918
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
919
919
|
|
@@ -600,7 +600,7 @@ class EkmConnectionIamMember(pulumi.CustomResource):
|
|
600
600
|
$ pulumi import gcp:kms/ekmConnectionIamMember:EkmConnectionIamMember editor projects/{{project}}/locations/{{location}}/ekmConnections/{{ekm_connection}}
|
601
601
|
```
|
602
602
|
|
603
|
-
-> **Custom Roles
|
603
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
604
604
|
|
605
605
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
606
606
|
|
@@ -913,7 +913,7 @@ class EkmConnectionIamMember(pulumi.CustomResource):
|
|
913
913
|
$ pulumi import gcp:kms/ekmConnectionIamMember:EkmConnectionIamMember editor projects/{{project}}/locations/{{location}}/ekmConnections/{{ekm_connection}}
|
914
914
|
```
|
915
915
|
|
916
|
-
-> **Custom Roles
|
916
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
917
917
|
|
918
918
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
919
919
|
|
@@ -485,7 +485,7 @@ class EkmConnectionIamPolicy(pulumi.CustomResource):
|
|
485
485
|
$ pulumi import gcp:kms/ekmConnectionIamPolicy:EkmConnectionIamPolicy editor projects/{{project}}/locations/{{location}}/ekmConnections/{{ekm_connection}}
|
486
486
|
```
|
487
487
|
|
488
|
-
-> **Custom Roles
|
488
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
489
489
|
|
490
490
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
491
491
|
|
@@ -784,7 +784,7 @@ class EkmConnectionIamPolicy(pulumi.CustomResource):
|
|
784
784
|
$ pulumi import gcp:kms/ekmConnectionIamPolicy:EkmConnectionIamPolicy editor projects/{{project}}/locations/{{location}}/ekmConnections/{{ekm_connection}}
|
785
785
|
```
|
786
786
|
|
787
|
-
-> **Custom Roles
|
787
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
788
788
|
|
789
789
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
790
790
|
|
@@ -469,7 +469,7 @@ class LogViewIamBinding(pulumi.CustomResource):
|
|
469
469
|
})
|
470
470
|
```
|
471
471
|
|
472
|
-
## > **Custom Roles
|
472
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
473
473
|
|
474
474
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
475
475
|
---
|
@@ -630,7 +630,7 @@ class LogViewIamBinding(pulumi.CustomResource):
|
|
630
630
|
$ pulumi import gcp:logging/logViewIamBinding:LogViewIamBinding editor {{parent}}/locations/{{location}}/buckets/{{bucket}}/views/{{log_view}}
|
631
631
|
```
|
632
632
|
|
633
|
-
-> **Custom Roles
|
633
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
634
634
|
|
635
635
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
636
636
|
|
@@ -791,7 +791,7 @@ class LogViewIamBinding(pulumi.CustomResource):
|
|
791
791
|
})
|
792
792
|
```
|
793
793
|
|
794
|
-
## > **Custom Roles
|
794
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
795
795
|
|
796
796
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
797
797
|
---
|
@@ -952,7 +952,7 @@ class LogViewIamBinding(pulumi.CustomResource):
|
|
952
952
|
$ pulumi import gcp:logging/logViewIamBinding:LogViewIamBinding editor {{parent}}/locations/{{location}}/buckets/{{bucket}}/views/{{log_view}}
|
953
953
|
```
|
954
954
|
|
955
|
-
-> **Custom Roles
|
955
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
956
956
|
|
957
957
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
958
958
|
|
@@ -469,7 +469,7 @@ class LogViewIamMember(pulumi.CustomResource):
|
|
469
469
|
})
|
470
470
|
```
|
471
471
|
|
472
|
-
## > **Custom Roles
|
472
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
473
473
|
|
474
474
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
475
475
|
---
|
@@ -630,7 +630,7 @@ class LogViewIamMember(pulumi.CustomResource):
|
|
630
630
|
$ pulumi import gcp:logging/logViewIamMember:LogViewIamMember editor {{parent}}/locations/{{location}}/buckets/{{bucket}}/views/{{log_view}}
|
631
631
|
```
|
632
632
|
|
633
|
-
-> **Custom Roles
|
633
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
634
634
|
|
635
635
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
636
636
|
|
@@ -791,7 +791,7 @@ class LogViewIamMember(pulumi.CustomResource):
|
|
791
791
|
})
|
792
792
|
```
|
793
793
|
|
794
|
-
## > **Custom Roles
|
794
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
795
795
|
|
796
796
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
797
797
|
---
|
@@ -952,7 +952,7 @@ class LogViewIamMember(pulumi.CustomResource):
|
|
952
952
|
$ pulumi import gcp:logging/logViewIamMember:LogViewIamMember editor {{parent}}/locations/{{location}}/buckets/{{bucket}}/views/{{log_view}}
|
953
953
|
```
|
954
954
|
|
955
|
-
-> **Custom Roles
|
955
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
956
956
|
|
957
957
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
958
958
|
|
@@ -354,7 +354,7 @@ class LogViewIamPolicy(pulumi.CustomResource):
|
|
354
354
|
})
|
355
355
|
```
|
356
356
|
|
357
|
-
## > **Custom Roles
|
357
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
358
358
|
|
359
359
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
360
360
|
---
|
@@ -515,7 +515,7 @@ class LogViewIamPolicy(pulumi.CustomResource):
|
|
515
515
|
$ pulumi import gcp:logging/logViewIamPolicy:LogViewIamPolicy editor {{parent}}/locations/{{location}}/buckets/{{bucket}}/views/{{log_view}}
|
516
516
|
```
|
517
517
|
|
518
|
-
-> **Custom Roles
|
518
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
519
519
|
|
520
520
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
521
521
|
|
@@ -662,7 +662,7 @@ class LogViewIamPolicy(pulumi.CustomResource):
|
|
662
662
|
})
|
663
663
|
```
|
664
664
|
|
665
|
-
## > **Custom Roles
|
665
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
666
666
|
|
667
667
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
668
668
|
---
|
@@ -823,7 +823,7 @@ class LogViewIamPolicy(pulumi.CustomResource):
|
|
823
823
|
$ pulumi import gcp:logging/logViewIamPolicy:LogViewIamPolicy editor {{parent}}/locations/{{location}}/buckets/{{bucket}}/views/{{log_view}}
|
824
824
|
```
|
825
825
|
|
826
|
-
-> **Custom Roles
|
826
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
827
827
|
|
828
828
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
829
829
|
|