pulumi-gcp 8.8.0a1730788810__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.0a1730788810.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.8.0a1730788810.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/RECORD +347 -344
- {pulumi_gcp-8.8.0a1730788810.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.8.0a1730788810.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -5419,6 +5419,14 @@ _utilities.register(
|
|
5419
5419
|
"gcp:iap/client:Client": "Client"
|
5420
5420
|
}
|
5421
5421
|
},
|
5422
|
+
{
|
5423
|
+
"pkg": "gcp",
|
5424
|
+
"mod": "iap/settings",
|
5425
|
+
"fqn": "pulumi_gcp.iap",
|
5426
|
+
"classes": {
|
5427
|
+
"gcp:iap/settings:Settings": "Settings"
|
5428
|
+
}
|
5429
|
+
},
|
5422
5430
|
{
|
5423
5431
|
"pkg": "gcp",
|
5424
5432
|
"mod": "iap/tunnelDestGroup",
|
@@ -280,7 +280,7 @@ class AccessPolicyIamBinding(pulumi.CustomResource):
|
|
280
280
|
member="user:jane@example.com")
|
281
281
|
```
|
282
282
|
|
283
|
-
## > **Custom Roles
|
283
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
284
284
|
|
285
285
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
286
286
|
---
|
@@ -369,7 +369,7 @@ class AccessPolicyIamBinding(pulumi.CustomResource):
|
|
369
369
|
$ pulumi import gcp:accesscontextmanager/accessPolicyIamBinding:AccessPolicyIamBinding editor accessPolicies/{{access_policy}}
|
370
370
|
```
|
371
371
|
|
372
|
-
-> **Custom Roles
|
372
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
373
373
|
|
374
374
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
375
375
|
|
@@ -451,7 +451,7 @@ class AccessPolicyIamBinding(pulumi.CustomResource):
|
|
451
451
|
member="user:jane@example.com")
|
452
452
|
```
|
453
453
|
|
454
|
-
## > **Custom Roles
|
454
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
455
455
|
|
456
456
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
457
457
|
---
|
@@ -540,7 +540,7 @@ class AccessPolicyIamBinding(pulumi.CustomResource):
|
|
540
540
|
$ pulumi import gcp:accesscontextmanager/accessPolicyIamBinding:AccessPolicyIamBinding editor accessPolicies/{{access_policy}}
|
541
541
|
```
|
542
542
|
|
543
|
-
-> **Custom Roles
|
543
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
544
544
|
|
545
545
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
546
546
|
|
@@ -280,7 +280,7 @@ class AccessPolicyIamMember(pulumi.CustomResource):
|
|
280
280
|
member="user:jane@example.com")
|
281
281
|
```
|
282
282
|
|
283
|
-
## > **Custom Roles
|
283
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
284
284
|
|
285
285
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
286
286
|
---
|
@@ -369,7 +369,7 @@ class AccessPolicyIamMember(pulumi.CustomResource):
|
|
369
369
|
$ pulumi import gcp:accesscontextmanager/accessPolicyIamMember:AccessPolicyIamMember editor accessPolicies/{{access_policy}}
|
370
370
|
```
|
371
371
|
|
372
|
-
-> **Custom Roles
|
372
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
373
373
|
|
374
374
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
375
375
|
|
@@ -451,7 +451,7 @@ class AccessPolicyIamMember(pulumi.CustomResource):
|
|
451
451
|
member="user:jane@example.com")
|
452
452
|
```
|
453
453
|
|
454
|
-
## > **Custom Roles
|
454
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
455
455
|
|
456
456
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
457
457
|
---
|
@@ -540,7 +540,7 @@ class AccessPolicyIamMember(pulumi.CustomResource):
|
|
540
540
|
$ pulumi import gcp:accesscontextmanager/accessPolicyIamMember:AccessPolicyIamMember editor accessPolicies/{{access_policy}}
|
541
541
|
```
|
542
542
|
|
543
|
-
-> **Custom Roles
|
543
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
544
544
|
|
545
545
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
546
546
|
|
@@ -177,7 +177,7 @@ class AccessPolicyIamPolicy(pulumi.CustomResource):
|
|
177
177
|
member="user:jane@example.com")
|
178
178
|
```
|
179
179
|
|
180
|
-
## > **Custom Roles
|
180
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
181
181
|
|
182
182
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
183
183
|
---
|
@@ -266,7 +266,7 @@ class AccessPolicyIamPolicy(pulumi.CustomResource):
|
|
266
266
|
$ pulumi import gcp:accesscontextmanager/accessPolicyIamPolicy:AccessPolicyIamPolicy editor accessPolicies/{{access_policy}}
|
267
267
|
```
|
268
268
|
|
269
|
-
-> **Custom Roles
|
269
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
270
270
|
|
271
271
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
272
272
|
|
@@ -336,7 +336,7 @@ class AccessPolicyIamPolicy(pulumi.CustomResource):
|
|
336
336
|
member="user:jane@example.com")
|
337
337
|
```
|
338
338
|
|
339
|
-
## > **Custom Roles
|
339
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
340
340
|
|
341
341
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
342
342
|
---
|
@@ -425,7 +425,7 @@ class AccessPolicyIamPolicy(pulumi.CustomResource):
|
|
425
425
|
$ pulumi import gcp:accesscontextmanager/accessPolicyIamPolicy:AccessPolicyIamPolicy editor accessPolicies/{{access_policy}}
|
426
426
|
```
|
427
427
|
|
428
|
-
-> **Custom Roles
|
428
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
429
429
|
|
430
430
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
431
431
|
|
@@ -442,7 +442,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
442
442
|
$ pulumi import gcp:apigateway/apiConfigIamBinding:ApiConfigIamBinding editor projects/{{project}}/locations/global/apis/{{api}}/configs/{{api_config}}
|
443
443
|
```
|
444
444
|
|
445
|
-
-> **Custom Roles
|
445
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
446
446
|
|
447
447
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
448
448
|
|
@@ -625,7 +625,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
|
|
625
625
|
$ pulumi import gcp:apigateway/apiConfigIamBinding:ApiConfigIamBinding editor projects/{{project}}/locations/global/apis/{{api}}/configs/{{api_config}}
|
626
626
|
```
|
627
627
|
|
628
|
-
-> **Custom Roles
|
628
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
629
629
|
|
630
630
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
631
631
|
|
@@ -442,7 +442,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
442
442
|
$ pulumi import gcp:apigateway/apiConfigIamMember:ApiConfigIamMember editor projects/{{project}}/locations/global/apis/{{api}}/configs/{{api_config}}
|
443
443
|
```
|
444
444
|
|
445
|
-
-> **Custom Roles
|
445
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
446
446
|
|
447
447
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
448
448
|
|
@@ -625,7 +625,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
|
|
625
625
|
$ pulumi import gcp:apigateway/apiConfigIamMember:ApiConfigIamMember editor projects/{{project}}/locations/global/apis/{{api}}/configs/{{api_config}}
|
626
626
|
```
|
627
627
|
|
628
|
-
-> **Custom Roles
|
628
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
629
629
|
|
630
630
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
631
631
|
|
@@ -339,7 +339,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
|
|
339
339
|
$ pulumi import gcp:apigateway/apiConfigIamPolicy:ApiConfigIamPolicy editor projects/{{project}}/locations/global/apis/{{api}}/configs/{{api_config}}
|
340
340
|
```
|
341
341
|
|
342
|
-
-> **Custom Roles
|
342
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
343
343
|
|
344
344
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
345
345
|
|
@@ -510,7 +510,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
|
|
510
510
|
$ pulumi import gcp:apigateway/apiConfigIamPolicy:ApiConfigIamPolicy editor projects/{{project}}/locations/global/apis/{{api}}/configs/{{api_config}}
|
511
511
|
```
|
512
512
|
|
513
|
-
-> **Custom Roles
|
513
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
514
514
|
|
515
515
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
516
516
|
|
@@ -404,7 +404,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
404
404
|
$ pulumi import gcp:apigateway/apiIamBinding:ApiIamBinding editor projects/{{project}}/locations/global/apis/{{api}}
|
405
405
|
```
|
406
406
|
|
407
|
-
-> **Custom Roles
|
407
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
408
408
|
|
409
409
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
410
410
|
|
@@ -583,7 +583,7 @@ class ApiIamBinding(pulumi.CustomResource):
|
|
583
583
|
$ pulumi import gcp:apigateway/apiIamBinding:ApiIamBinding editor projects/{{project}}/locations/global/apis/{{api}}
|
584
584
|
```
|
585
585
|
|
586
|
-
-> **Custom Roles
|
586
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
587
587
|
|
588
588
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
589
589
|
|
@@ -404,7 +404,7 @@ class ApiIamMember(pulumi.CustomResource):
|
|
404
404
|
$ pulumi import gcp:apigateway/apiIamMember:ApiIamMember editor projects/{{project}}/locations/global/apis/{{api}}
|
405
405
|
```
|
406
406
|
|
407
|
-
-> **Custom Roles
|
407
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
408
408
|
|
409
409
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
410
410
|
|
@@ -583,7 +583,7 @@ class ApiIamMember(pulumi.CustomResource):
|
|
583
583
|
$ pulumi import gcp:apigateway/apiIamMember:ApiIamMember editor projects/{{project}}/locations/global/apis/{{api}}
|
584
584
|
```
|
585
585
|
|
586
|
-
-> **Custom Roles
|
586
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
587
587
|
|
588
588
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
589
589
|
|
@@ -301,7 +301,7 @@ class ApiIamPolicy(pulumi.CustomResource):
|
|
301
301
|
$ pulumi import gcp:apigateway/apiIamPolicy:ApiIamPolicy editor projects/{{project}}/locations/global/apis/{{api}}
|
302
302
|
```
|
303
303
|
|
304
|
-
-> **Custom Roles
|
304
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
305
305
|
|
306
306
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
307
307
|
|
@@ -468,7 +468,7 @@ class ApiIamPolicy(pulumi.CustomResource):
|
|
468
468
|
$ pulumi import gcp:apigateway/apiIamPolicy:ApiIamPolicy editor projects/{{project}}/locations/global/apis/{{api}}
|
469
469
|
```
|
470
470
|
|
471
|
-
-> **Custom Roles
|
471
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
472
472
|
|
473
473
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
474
474
|
|
@@ -457,7 +457,7 @@ class GatewayIamBinding(pulumi.CustomResource):
|
|
457
457
|
$ pulumi import gcp:apigateway/gatewayIamBinding:GatewayIamBinding editor projects/{{project}}/locations/{{region}}/gateways/{{gateway}}
|
458
458
|
```
|
459
459
|
|
460
|
-
-> **Custom Roles
|
460
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
461
461
|
|
462
462
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
463
463
|
|
@@ -648,7 +648,7 @@ class GatewayIamBinding(pulumi.CustomResource):
|
|
648
648
|
$ pulumi import gcp:apigateway/gatewayIamBinding:GatewayIamBinding editor projects/{{project}}/locations/{{region}}/gateways/{{gateway}}
|
649
649
|
```
|
650
650
|
|
651
|
-
-> **Custom Roles
|
651
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
652
652
|
|
653
653
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
654
654
|
|
@@ -457,7 +457,7 @@ class GatewayIamMember(pulumi.CustomResource):
|
|
457
457
|
$ pulumi import gcp:apigateway/gatewayIamMember:GatewayIamMember editor projects/{{project}}/locations/{{region}}/gateways/{{gateway}}
|
458
458
|
```
|
459
459
|
|
460
|
-
-> **Custom Roles
|
460
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
461
461
|
|
462
462
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
463
463
|
|
@@ -648,7 +648,7 @@ class GatewayIamMember(pulumi.CustomResource):
|
|
648
648
|
$ pulumi import gcp:apigateway/gatewayIamMember:GatewayIamMember editor projects/{{project}}/locations/{{region}}/gateways/{{gateway}}
|
649
649
|
```
|
650
650
|
|
651
|
-
-> **Custom Roles
|
651
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
652
652
|
|
653
653
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
654
654
|
|
@@ -354,7 +354,7 @@ class GatewayIamPolicy(pulumi.CustomResource):
|
|
354
354
|
$ pulumi import gcp:apigateway/gatewayIamPolicy:GatewayIamPolicy editor projects/{{project}}/locations/{{region}}/gateways/{{gateway}}
|
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
|
|
@@ -533,7 +533,7 @@ class GatewayIamPolicy(pulumi.CustomResource):
|
|
533
533
|
$ pulumi import gcp:apigateway/gatewayIamPolicy:GatewayIamPolicy editor projects/{{project}}/locations/{{region}}/gateways/{{gateway}}
|
534
534
|
```
|
535
535
|
|
536
|
-
-> **Custom Roles
|
536
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
537
537
|
|
538
538
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
539
539
|
|
@@ -306,7 +306,7 @@ class EnvironmentIamBinding(pulumi.CustomResource):
|
|
306
306
|
member="user:jane@example.com")
|
307
307
|
```
|
308
308
|
|
309
|
-
## > **Custom Roles
|
309
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
310
310
|
|
311
311
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
312
312
|
---
|
@@ -398,7 +398,7 @@ class EnvironmentIamBinding(pulumi.CustomResource):
|
|
398
398
|
$ pulumi import gcp:apigee/environmentIamBinding:EnvironmentIamBinding editor {{org_id}}/environments/{{environment}}
|
399
399
|
```
|
400
400
|
|
401
|
-
-> **Custom Roles
|
401
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
402
402
|
|
403
403
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
404
404
|
|
@@ -483,7 +483,7 @@ class EnvironmentIamBinding(pulumi.CustomResource):
|
|
483
483
|
member="user:jane@example.com")
|
484
484
|
```
|
485
485
|
|
486
|
-
## > **Custom Roles
|
486
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
487
487
|
|
488
488
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
489
489
|
---
|
@@ -575,7 +575,7 @@ class EnvironmentIamBinding(pulumi.CustomResource):
|
|
575
575
|
$ pulumi import gcp:apigee/environmentIamBinding:EnvironmentIamBinding editor {{org_id}}/environments/{{environment}}
|
576
576
|
```
|
577
577
|
|
578
|
-
-> **Custom Roles
|
578
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
579
579
|
|
580
580
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
581
581
|
|
@@ -306,7 +306,7 @@ class EnvironmentIamMember(pulumi.CustomResource):
|
|
306
306
|
member="user:jane@example.com")
|
307
307
|
```
|
308
308
|
|
309
|
-
## > **Custom Roles
|
309
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
310
310
|
|
311
311
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
312
312
|
---
|
@@ -398,7 +398,7 @@ class EnvironmentIamMember(pulumi.CustomResource):
|
|
398
398
|
$ pulumi import gcp:apigee/environmentIamMember:EnvironmentIamMember editor {{org_id}}/environments/{{environment}}
|
399
399
|
```
|
400
400
|
|
401
|
-
-> **Custom Roles
|
401
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
402
402
|
|
403
403
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
404
404
|
|
@@ -483,7 +483,7 @@ class EnvironmentIamMember(pulumi.CustomResource):
|
|
483
483
|
member="user:jane@example.com")
|
484
484
|
```
|
485
485
|
|
486
|
-
## > **Custom Roles
|
486
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
487
487
|
|
488
488
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
489
489
|
---
|
@@ -575,7 +575,7 @@ class EnvironmentIamMember(pulumi.CustomResource):
|
|
575
575
|
$ pulumi import gcp:apigee/environmentIamMember:EnvironmentIamMember editor {{org_id}}/environments/{{environment}}
|
576
576
|
```
|
577
577
|
|
578
|
-
-> **Custom Roles
|
578
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
579
579
|
|
580
580
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
581
581
|
|
@@ -203,7 +203,7 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
203
203
|
member="user:jane@example.com")
|
204
204
|
```
|
205
205
|
|
206
|
-
## > **Custom Roles
|
206
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
207
207
|
|
208
208
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
209
209
|
---
|
@@ -295,7 +295,7 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
295
295
|
$ pulumi import gcp:apigee/environmentIamPolicy:EnvironmentIamPolicy editor {{org_id}}/environments/{{environment}}
|
296
296
|
```
|
297
297
|
|
298
|
-
-> **Custom Roles
|
298
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
299
299
|
|
300
300
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
301
301
|
|
@@ -368,7 +368,7 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
368
368
|
member="user:jane@example.com")
|
369
369
|
```
|
370
370
|
|
371
|
-
## > **Custom Roles
|
371
|
+
## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
372
372
|
|
373
373
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
374
374
|
---
|
@@ -460,7 +460,7 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
|
|
460
460
|
$ pulumi import gcp:apigee/environmentIamPolicy:EnvironmentIamPolicy editor {{org_id}}/environments/{{environment}}
|
461
461
|
```
|
462
462
|
|
463
|
-
-> **Custom Roles
|
463
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
464
464
|
|
465
465
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
466
466
|
|
@@ -237,8 +237,8 @@ class EngineSplitTraffic(pulumi.CustomResource):
|
|
237
237
|
liveappV1Version_id=liveapp_v1.version_id,
|
238
238
|
liveappV2Version_id=liveapp_v2.version_id
|
239
239
|
).apply(lambda resolved_outputs: {
|
240
|
-
|
241
|
-
|
240
|
+
resolved_outputs['liveappV1Version_id']: 0.75,
|
241
|
+
resolved_outputs['liveappV2Version_id']: 0.25,
|
242
242
|
})
|
243
243
|
,
|
244
244
|
})
|
@@ -352,8 +352,8 @@ class EngineSplitTraffic(pulumi.CustomResource):
|
|
352
352
|
liveappV1Version_id=liveapp_v1.version_id,
|
353
353
|
liveappV2Version_id=liveapp_v2.version_id
|
354
354
|
).apply(lambda resolved_outputs: {
|
355
|
-
|
356
|
-
|
355
|
+
resolved_outputs['liveappV1Version_id']: 0.75,
|
356
|
+
resolved_outputs['liveappV2Version_id']: 0.25,
|
357
357
|
})
|
358
358
|
,
|
359
359
|
})
|
pulumi_gcp/apphub/_inputs.py
CHANGED
@@ -420,7 +420,8 @@ if not MYPY:
|
|
420
420
|
Required. Scope Type.
|
421
421
|
Possible values:
|
422
422
|
REGIONAL
|
423
|
-
|
423
|
+
GLOBAL
|
424
|
+
Possible values are: `REGIONAL`, `GLOBAL`.
|
424
425
|
|
425
426
|
- - -
|
426
427
|
"""
|
@@ -435,7 +436,8 @@ class ApplicationScopeArgs:
|
|
435
436
|
:param pulumi.Input[str] type: Required. Scope Type.
|
436
437
|
Possible values:
|
437
438
|
REGIONAL
|
438
|
-
|
439
|
+
GLOBAL
|
440
|
+
Possible values are: `REGIONAL`, `GLOBAL`.
|
439
441
|
|
440
442
|
- - -
|
441
443
|
"""
|
@@ -448,7 +450,8 @@ class ApplicationScopeArgs:
|
|
448
450
|
Required. Scope Type.
|
449
451
|
Possible values:
|
450
452
|
REGIONAL
|
451
|
-
|
453
|
+
GLOBAL
|
454
|
+
Possible values are: `REGIONAL`, `GLOBAL`.
|
452
455
|
|
453
456
|
- - -
|
454
457
|
"""
|
pulumi_gcp/apphub/application.py
CHANGED
@@ -361,7 +361,7 @@ class Application(pulumi.CustomResource):
|
|
361
361
|
|
362
362
|
## Example Usage
|
363
363
|
|
364
|
-
### Application Basic
|
364
|
+
### Apphub Application Basic
|
365
365
|
|
366
366
|
```python
|
367
367
|
import pulumi
|
@@ -374,7 +374,20 @@ class Application(pulumi.CustomResource):
|
|
374
374
|
"type": "REGIONAL",
|
375
375
|
})
|
376
376
|
```
|
377
|
-
### Application
|
377
|
+
### Apphub Application Global Basic
|
378
|
+
|
379
|
+
```python
|
380
|
+
import pulumi
|
381
|
+
import pulumi_gcp as gcp
|
382
|
+
|
383
|
+
example = gcp.apphub.Application("example",
|
384
|
+
location="global",
|
385
|
+
application_id="example-application",
|
386
|
+
scope={
|
387
|
+
"type": "GLOBAL",
|
388
|
+
})
|
389
|
+
```
|
390
|
+
### Apphub Application Full
|
378
391
|
|
379
392
|
```python
|
380
393
|
import pulumi
|
@@ -455,7 +468,7 @@ class Application(pulumi.CustomResource):
|
|
455
468
|
|
456
469
|
## Example Usage
|
457
470
|
|
458
|
-
### Application Basic
|
471
|
+
### Apphub Application Basic
|
459
472
|
|
460
473
|
```python
|
461
474
|
import pulumi
|
@@ -468,7 +481,20 @@ class Application(pulumi.CustomResource):
|
|
468
481
|
"type": "REGIONAL",
|
469
482
|
})
|
470
483
|
```
|
471
|
-
### Application
|
484
|
+
### Apphub Application Global Basic
|
485
|
+
|
486
|
+
```python
|
487
|
+
import pulumi
|
488
|
+
import pulumi_gcp as gcp
|
489
|
+
|
490
|
+
example = gcp.apphub.Application("example",
|
491
|
+
location="global",
|
492
|
+
application_id="example-application",
|
493
|
+
scope={
|
494
|
+
"type": "GLOBAL",
|
495
|
+
})
|
496
|
+
```
|
497
|
+
### Apphub Application Full
|
472
498
|
|
473
499
|
```python
|
474
500
|
import pulumi
|
pulumi_gcp/apphub/outputs.py
CHANGED
@@ -339,7 +339,8 @@ class ApplicationScope(dict):
|
|
339
339
|
:param str type: Required. Scope Type.
|
340
340
|
Possible values:
|
341
341
|
REGIONAL
|
342
|
-
|
342
|
+
GLOBAL
|
343
|
+
Possible values are: `REGIONAL`, `GLOBAL`.
|
343
344
|
|
344
345
|
- - -
|
345
346
|
"""
|
@@ -352,7 +353,8 @@ class ApplicationScope(dict):
|
|
352
353
|
Required. Scope Type.
|
353
354
|
Possible values:
|
354
355
|
REGIONAL
|
355
|
-
|
356
|
+
GLOBAL
|
357
|
+
Possible values are: `REGIONAL`, `GLOBAL`.
|
356
358
|
|
357
359
|
- - -
|
358
360
|
"""
|
@@ -1281,7 +1283,8 @@ class GetApplicationScopeResult(dict):
|
|
1281
1283
|
"""
|
1282
1284
|
:param str type: Required. Scope Type.
|
1283
1285
|
Possible values:
|
1284
|
-
REGIONAL
|
1286
|
+
REGIONAL
|
1287
|
+
GLOBAL Possible values: ["REGIONAL", "GLOBAL"]
|
1285
1288
|
"""
|
1286
1289
|
pulumi.set(__self__, "type", type)
|
1287
1290
|
|
@@ -1291,7 +1294,8 @@ class GetApplicationScopeResult(dict):
|
|
1291
1294
|
"""
|
1292
1295
|
Required. Scope Type.
|
1293
1296
|
Possible values:
|
1294
|
-
REGIONAL
|
1297
|
+
REGIONAL
|
1298
|
+
GLOBAL Possible values: ["REGIONAL", "GLOBAL"]
|
1295
1299
|
"""
|
1296
1300
|
return pulumi.get(self, "type")
|
1297
1301
|
|
@@ -465,7 +465,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
465
465
|
$ pulumi import gcp:artifactregistry/repositoryIamBinding:RepositoryIamBinding editor projects/{{project}}/locations/{{location}}/repositories/{{repository}}
|
466
466
|
```
|
467
467
|
|
468
|
-
-> **Custom Roles
|
468
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
469
469
|
|
470
470
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
471
471
|
|
@@ -657,7 +657,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
|
|
657
657
|
$ pulumi import gcp:artifactregistry/repositoryIamBinding:RepositoryIamBinding editor projects/{{project}}/locations/{{location}}/repositories/{{repository}}
|
658
658
|
```
|
659
659
|
|
660
|
-
-> **Custom Roles
|
660
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
661
661
|
|
662
662
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
663
663
|
|
@@ -465,7 +465,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
465
465
|
$ pulumi import gcp:artifactregistry/repositoryIamMember:RepositoryIamMember editor projects/{{project}}/locations/{{location}}/repositories/{{repository}}
|
466
466
|
```
|
467
467
|
|
468
|
-
-> **Custom Roles
|
468
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
469
469
|
|
470
470
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
471
471
|
|
@@ -657,7 +657,7 @@ class RepositoryIamMember(pulumi.CustomResource):
|
|
657
657
|
$ pulumi import gcp:artifactregistry/repositoryIamMember:RepositoryIamMember editor projects/{{project}}/locations/{{location}}/repositories/{{repository}}
|
658
658
|
```
|
659
659
|
|
660
|
-
-> **Custom Roles
|
660
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
661
661
|
|
662
662
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
663
663
|
|
@@ -362,7 +362,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
362
362
|
$ pulumi import gcp:artifactregistry/repositoryIamPolicy:RepositoryIamPolicy editor projects/{{project}}/locations/{{location}}/repositories/{{repository}}
|
363
363
|
```
|
364
364
|
|
365
|
-
-> **Custom Roles
|
365
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
366
366
|
|
367
367
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
368
368
|
|
@@ -542,7 +542,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
|
|
542
542
|
$ pulumi import gcp:artifactregistry/repositoryIamPolicy:RepositoryIamPolicy editor projects/{{project}}/locations/{{location}}/repositories/{{repository}}
|
543
543
|
```
|
544
544
|
|
545
|
-
-> **Custom Roles
|
545
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
546
546
|
|
547
547
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
548
548
|
|