pulumi-gcp 8.7.0a1730196225__py3-none-any.whl → 8.8.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +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.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/RECORD +347 -344
- {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/top_level.txt +0 -0
@@ -357,7 +357,7 @@ class AddressGroupIamMember(pulumi.CustomResource):
|
|
357
357
|
$ pulumi import gcp:networksecurity/addressGroupIamMember:AddressGroupIamMember editor projects/{{project}}/locations/{{location}}/addressGroups/{{project_address_group}}
|
358
358
|
```
|
359
359
|
|
360
|
-
-> **Custom Roles
|
360
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
361
361
|
|
362
362
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
363
363
|
|
@@ -440,7 +440,7 @@ class AddressGroupIamMember(pulumi.CustomResource):
|
|
440
440
|
$ pulumi import gcp:networksecurity/addressGroupIamMember:AddressGroupIamMember editor projects/{{project}}/locations/{{location}}/addressGroups/{{project_address_group}}
|
441
441
|
```
|
442
442
|
|
443
|
-
-> **Custom Roles
|
443
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
444
444
|
|
445
445
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
446
446
|
|
@@ -254,7 +254,7 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
|
|
254
254
|
$ pulumi import gcp:networksecurity/addressGroupIamPolicy:AddressGroupIamPolicy editor projects/{{project}}/locations/{{location}}/addressGroups/{{project_address_group}}
|
255
255
|
```
|
256
256
|
|
257
|
-
-> **Custom Roles
|
257
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
258
258
|
|
259
259
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
260
260
|
|
@@ -325,7 +325,7 @@ class AddressGroupIamPolicy(pulumi.CustomResource):
|
|
325
325
|
$ pulumi import gcp:networksecurity/addressGroupIamPolicy:AddressGroupIamPolicy editor projects/{{project}}/locations/{{location}}/addressGroups/{{project_address_group}}
|
326
326
|
```
|
327
327
|
|
328
|
-
-> **Custom Roles
|
328
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
329
329
|
|
330
330
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
331
331
|
|
@@ -37,6 +37,7 @@ class GatewaySecurityPolicyArgs:
|
|
37
37
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
38
38
|
If it is not provided, the provider project is used.
|
39
39
|
:param pulumi.Input[str] tls_inspection_policy: Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
|
40
|
+
Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
|
40
41
|
"""
|
41
42
|
if description is not None:
|
42
43
|
pulumi.set(__self__, "description", description)
|
@@ -108,6 +109,7 @@ class GatewaySecurityPolicyArgs:
|
|
108
109
|
def tls_inspection_policy(self) -> Optional[pulumi.Input[str]]:
|
109
110
|
"""
|
110
111
|
Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
|
112
|
+
Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
|
111
113
|
"""
|
112
114
|
return pulumi.get(self, "tls_inspection_policy")
|
113
115
|
|
@@ -144,6 +146,7 @@ class _GatewaySecurityPolicyState:
|
|
144
146
|
If it is not provided, the provider project is used.
|
145
147
|
:param pulumi.Input[str] self_link: Server-defined URL of this resource.
|
146
148
|
:param pulumi.Input[str] tls_inspection_policy: Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
|
149
|
+
Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
|
147
150
|
:param pulumi.Input[str] update_time: The timestamp when the resource was updated.
|
148
151
|
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
149
152
|
Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
@@ -250,6 +253,7 @@ class _GatewaySecurityPolicyState:
|
|
250
253
|
def tls_inspection_policy(self) -> Optional[pulumi.Input[str]]:
|
251
254
|
"""
|
252
255
|
Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
|
256
|
+
Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
|
253
257
|
"""
|
254
258
|
return pulumi.get(self, "tls_inspection_policy")
|
255
259
|
|
@@ -424,6 +428,7 @@ class GatewaySecurityPolicy(pulumi.CustomResource):
|
|
424
428
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
425
429
|
If it is not provided, the provider project is used.
|
426
430
|
:param pulumi.Input[str] tls_inspection_policy: Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
|
431
|
+
Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
|
427
432
|
"""
|
428
433
|
...
|
429
434
|
@overload
|
@@ -636,6 +641,7 @@ class GatewaySecurityPolicy(pulumi.CustomResource):
|
|
636
641
|
If it is not provided, the provider project is used.
|
637
642
|
:param pulumi.Input[str] self_link: Server-defined URL of this resource.
|
638
643
|
:param pulumi.Input[str] tls_inspection_policy: Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
|
644
|
+
Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
|
639
645
|
:param pulumi.Input[str] update_time: The timestamp when the resource was updated.
|
640
646
|
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
641
647
|
Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
@@ -715,6 +721,7 @@ class GatewaySecurityPolicy(pulumi.CustomResource):
|
|
715
721
|
def tls_inspection_policy(self) -> pulumi.Output[Optional[str]]:
|
716
722
|
"""
|
717
723
|
Name of a TlsInspectionPolicy resource that defines how TLS inspection is performed for any rule that enables it.
|
724
|
+
Note: networksecurity.TlsInspectionPolicy resource is still in Beta therefore it will need to import the provider.
|
718
725
|
"""
|
719
726
|
return pulumi.get(self, "tls_inspection_policy")
|
720
727
|
|
@@ -755,7 +755,7 @@ class EdgeCacheService(pulumi.CustomResource):
|
|
755
755
|
"negative_caching": True,
|
756
756
|
"signed_request_mode": "DISABLED",
|
757
757
|
"negative_caching_policy": {
|
758
|
-
"
|
758
|
+
"500": "3000s",
|
759
759
|
},
|
760
760
|
},
|
761
761
|
"url_rewrite": {
|
@@ -1188,7 +1188,7 @@ class EdgeCacheService(pulumi.CustomResource):
|
|
1188
1188
|
"negative_caching": True,
|
1189
1189
|
"signed_request_mode": "DISABLED",
|
1190
1190
|
"negative_caching_policy": {
|
1191
|
-
"
|
1191
|
+
"500": "3000s",
|
1192
1192
|
},
|
1193
1193
|
},
|
1194
1194
|
"url_rewrite": {
|
@@ -594,7 +594,7 @@ class HttpRoute(pulumi.CustomResource):
|
|
594
594
|
"type": "json",
|
595
595
|
},
|
596
596
|
"add": {
|
597
|
-
"
|
597
|
+
"minor-version": "1",
|
598
598
|
},
|
599
599
|
"removes": ["arg"],
|
600
600
|
},
|
@@ -604,7 +604,7 @@ class HttpRoute(pulumi.CustomResource):
|
|
604
604
|
"type": "json",
|
605
605
|
},
|
606
606
|
"add": {
|
607
|
-
"
|
607
|
+
"minor-version": "1",
|
608
608
|
},
|
609
609
|
"removes": ["removearg"],
|
610
610
|
},
|
@@ -879,7 +879,7 @@ class HttpRoute(pulumi.CustomResource):
|
|
879
879
|
"type": "json",
|
880
880
|
},
|
881
881
|
"add": {
|
882
|
-
"
|
882
|
+
"minor-version": "1",
|
883
883
|
},
|
884
884
|
"removes": ["arg"],
|
885
885
|
},
|
@@ -889,7 +889,7 @@ class HttpRoute(pulumi.CustomResource):
|
|
889
889
|
"type": "json",
|
890
890
|
},
|
891
891
|
"add": {
|
892
|
-
"
|
892
|
+
"minor-version": "1",
|
893
893
|
},
|
894
894
|
"removes": ["removearg"],
|
895
895
|
},
|
@@ -461,7 +461,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
461
461
|
$ pulumi import gcp:notebooks/instanceIamBinding:InstanceIamBinding editor projects/{{project}}/locations/{{location}}/instances/{{instance_name}}
|
462
462
|
```
|
463
463
|
|
464
|
-
-> **Custom Roles
|
464
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
465
465
|
|
466
466
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
467
467
|
|
@@ -652,7 +652,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
652
652
|
$ pulumi import gcp:notebooks/instanceIamBinding:InstanceIamBinding editor projects/{{project}}/locations/{{location}}/instances/{{instance_name}}
|
653
653
|
```
|
654
654
|
|
655
|
-
-> **Custom Roles
|
655
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
656
656
|
|
657
657
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
658
658
|
|
@@ -461,7 +461,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
461
461
|
$ pulumi import gcp:notebooks/instanceIamMember:InstanceIamMember editor projects/{{project}}/locations/{{location}}/instances/{{instance_name}}
|
462
462
|
```
|
463
463
|
|
464
|
-
-> **Custom Roles
|
464
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
465
465
|
|
466
466
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
467
467
|
|
@@ -652,7 +652,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
652
652
|
$ pulumi import gcp:notebooks/instanceIamMember:InstanceIamMember editor projects/{{project}}/locations/{{location}}/instances/{{instance_name}}
|
653
653
|
```
|
654
654
|
|
655
|
-
-> **Custom Roles
|
655
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
656
656
|
|
657
657
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
658
658
|
|
@@ -358,7 +358,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
358
358
|
$ pulumi import gcp:notebooks/instanceIamPolicy:InstanceIamPolicy editor projects/{{project}}/locations/{{location}}/instances/{{instance_name}}
|
359
359
|
```
|
360
360
|
|
361
|
-
-> **Custom Roles
|
361
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
362
362
|
|
363
363
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
364
364
|
|
@@ -537,7 +537,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
537
537
|
$ pulumi import gcp:notebooks/instanceIamPolicy:InstanceIamPolicy editor projects/{{project}}/locations/{{location}}/instances/{{instance_name}}
|
538
538
|
```
|
539
539
|
|
540
|
-
-> **Custom Roles
|
540
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
541
541
|
|
542
542
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
543
543
|
|
@@ -461,7 +461,7 @@ class RuntimeIamBinding(pulumi.CustomResource):
|
|
461
461
|
$ pulumi import gcp:notebooks/runtimeIamBinding:RuntimeIamBinding editor projects/{{project}}/locations/{{location}}/runtimes/{{runtime_name}}
|
462
462
|
```
|
463
463
|
|
464
|
-
-> **Custom Roles
|
464
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
465
465
|
|
466
466
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
467
467
|
|
@@ -652,7 +652,7 @@ class RuntimeIamBinding(pulumi.CustomResource):
|
|
652
652
|
$ pulumi import gcp:notebooks/runtimeIamBinding:RuntimeIamBinding editor projects/{{project}}/locations/{{location}}/runtimes/{{runtime_name}}
|
653
653
|
```
|
654
654
|
|
655
|
-
-> **Custom Roles
|
655
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
656
656
|
|
657
657
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
658
658
|
|
@@ -461,7 +461,7 @@ class RuntimeIamMember(pulumi.CustomResource):
|
|
461
461
|
$ pulumi import gcp:notebooks/runtimeIamMember:RuntimeIamMember editor projects/{{project}}/locations/{{location}}/runtimes/{{runtime_name}}
|
462
462
|
```
|
463
463
|
|
464
|
-
-> **Custom Roles
|
464
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
465
465
|
|
466
466
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
467
467
|
|
@@ -652,7 +652,7 @@ class RuntimeIamMember(pulumi.CustomResource):
|
|
652
652
|
$ pulumi import gcp:notebooks/runtimeIamMember:RuntimeIamMember editor projects/{{project}}/locations/{{location}}/runtimes/{{runtime_name}}
|
653
653
|
```
|
654
654
|
|
655
|
-
-> **Custom Roles
|
655
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
656
656
|
|
657
657
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
658
658
|
|
@@ -358,7 +358,7 @@ class RuntimeIamPolicy(pulumi.CustomResource):
|
|
358
358
|
$ pulumi import gcp:notebooks/runtimeIamPolicy:RuntimeIamPolicy editor projects/{{project}}/locations/{{location}}/runtimes/{{runtime_name}}
|
359
359
|
```
|
360
360
|
|
361
|
-
-> **Custom Roles
|
361
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
362
362
|
|
363
363
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
364
364
|
|
@@ -537,7 +537,7 @@ class RuntimeIamPolicy(pulumi.CustomResource):
|
|
537
537
|
$ pulumi import gcp:notebooks/runtimeIamPolicy:RuntimeIamPolicy editor projects/{{project}}/locations/{{location}}/runtimes/{{runtime_name}}
|
538
538
|
```
|
539
539
|
|
540
|
-
-> **Custom Roles
|
540
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
541
541
|
|
542
542
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
543
543
|
|
@@ -498,12 +498,12 @@ class OsPolicyAssignment(pulumi.CustomResource):
|
|
498
498
|
"all": False,
|
499
499
|
"exclusion_labels": [{
|
500
500
|
"labels": {
|
501
|
-
"
|
501
|
+
"label-two": "value-two",
|
502
502
|
},
|
503
503
|
}],
|
504
504
|
"inclusion_labels": [{
|
505
505
|
"labels": {
|
506
|
-
"
|
506
|
+
"label-one": "value-one",
|
507
507
|
},
|
508
508
|
}],
|
509
509
|
"inventories": [{
|
@@ -648,12 +648,12 @@ class OsPolicyAssignment(pulumi.CustomResource):
|
|
648
648
|
"all": False,
|
649
649
|
"exclusion_labels": [{
|
650
650
|
"labels": {
|
651
|
-
"
|
651
|
+
"label-two": "value-two",
|
652
652
|
},
|
653
653
|
}],
|
654
654
|
"inclusion_labels": [{
|
655
655
|
"labels": {
|
656
|
-
"
|
656
|
+
"label-one": "value-one",
|
657
657
|
},
|
658
658
|
}],
|
659
659
|
"inventories": [{
|
@@ -412,7 +412,7 @@ class SchemaIamBinding(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:pubsub/schemaIamBinding:SchemaIamBinding editor projects/{{project}}/schemas/{{schema}}
|
413
413
|
```
|
414
414
|
|
415
|
-
-> **Custom Roles
|
415
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
416
416
|
|
417
417
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
418
418
|
|
@@ -592,7 +592,7 @@ class SchemaIamBinding(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:pubsub/schemaIamBinding:SchemaIamBinding editor projects/{{project}}/schemas/{{schema}}
|
593
593
|
```
|
594
594
|
|
595
|
-
-> **Custom Roles
|
595
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
596
596
|
|
597
597
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
598
598
|
|
@@ -412,7 +412,7 @@ class SchemaIamMember(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:pubsub/schemaIamMember:SchemaIamMember editor projects/{{project}}/schemas/{{schema}}
|
413
413
|
```
|
414
414
|
|
415
|
-
-> **Custom Roles
|
415
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
416
416
|
|
417
417
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
418
418
|
|
@@ -592,7 +592,7 @@ class SchemaIamMember(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:pubsub/schemaIamMember:SchemaIamMember editor projects/{{project}}/schemas/{{schema}}
|
593
593
|
```
|
594
594
|
|
595
|
-
-> **Custom Roles
|
595
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
596
596
|
|
597
597
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
598
598
|
|
@@ -309,7 +309,7 @@ class SchemaIamPolicy(pulumi.CustomResource):
|
|
309
309
|
$ pulumi import gcp:pubsub/schemaIamPolicy:SchemaIamPolicy editor projects/{{project}}/schemas/{{schema}}
|
310
310
|
```
|
311
311
|
|
312
|
-
-> **Custom Roles
|
312
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
313
313
|
|
314
314
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
315
315
|
|
@@ -477,7 +477,7 @@ class SchemaIamPolicy(pulumi.CustomResource):
|
|
477
477
|
$ pulumi import gcp:pubsub/schemaIamPolicy:SchemaIamPolicy editor projects/{{project}}/schemas/{{schema}}
|
478
478
|
```
|
479
479
|
|
480
|
-
-> **Custom Roles
|
480
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
481
481
|
|
482
482
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
483
483
|
|
@@ -909,7 +909,7 @@ class Subscription(pulumi.CustomResource):
|
|
909
909
|
push_config={
|
910
910
|
"push_endpoint": "https://example.com/push",
|
911
911
|
"attributes": {
|
912
|
-
"
|
912
|
+
"x-goog-version": "v1",
|
913
913
|
},
|
914
914
|
})
|
915
915
|
```
|
@@ -978,18 +978,8 @@ class Subscription(pulumi.CustomResource):
|
|
978
978
|
import pulumi_gcp as gcp
|
979
979
|
|
980
980
|
example = gcp.pubsub.Topic("example", name="example-topic")
|
981
|
-
project = gcp.organizations.get_project()
|
982
|
-
viewer = gcp.projects.IAMMember("viewer",
|
983
|
-
project=project.project_id,
|
984
|
-
role="roles/bigquery.metadataViewer",
|
985
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
986
|
-
editor = gcp.projects.IAMMember("editor",
|
987
|
-
project=project.project_id,
|
988
|
-
role="roles/bigquery.dataEditor",
|
989
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
990
981
|
test = gcp.bigquery.Dataset("test", dataset_id="example_dataset")
|
991
982
|
test_table = gcp.bigquery.Table("test",
|
992
|
-
deletion_protection=False,
|
993
983
|
table_id="example_table",
|
994
984
|
dataset_id=test.dataset_id,
|
995
985
|
schema=\"\"\"[
|
@@ -1000,7 +990,8 @@ class Subscription(pulumi.CustomResource):
|
|
1000
990
|
"description": "The data"
|
1001
991
|
}
|
1002
992
|
]
|
1003
|
-
\"\"\"
|
993
|
+
\"\"\",
|
994
|
+
deletion_protection=False)
|
1004
995
|
example_subscription = gcp.pubsub.Subscription("example",
|
1005
996
|
name="example-subscription",
|
1006
997
|
topic=example.id,
|
@@ -1011,11 +1002,8 @@ class Subscription(pulumi.CustomResource):
|
|
1011
1002
|
table_id=test_table.table_id
|
1012
1003
|
).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
|
1013
1004
|
,
|
1014
|
-
}
|
1015
|
-
|
1016
|
-
viewer,
|
1017
|
-
editor,
|
1018
|
-
]))
|
1005
|
+
})
|
1006
|
+
project = gcp.organizations.get_project()
|
1019
1007
|
```
|
1020
1008
|
### Pubsub Subscription Push Bq Table Schema
|
1021
1009
|
|
@@ -1024,18 +1012,8 @@ class Subscription(pulumi.CustomResource):
|
|
1024
1012
|
import pulumi_gcp as gcp
|
1025
1013
|
|
1026
1014
|
example = gcp.pubsub.Topic("example", name="example-topic")
|
1027
|
-
project = gcp.organizations.get_project()
|
1028
|
-
viewer = gcp.projects.IAMMember("viewer",
|
1029
|
-
project=project.project_id,
|
1030
|
-
role="roles/bigquery.metadataViewer",
|
1031
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
1032
|
-
editor = gcp.projects.IAMMember("editor",
|
1033
|
-
project=project.project_id,
|
1034
|
-
role="roles/bigquery.dataEditor",
|
1035
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
1036
1015
|
test = gcp.bigquery.Dataset("test", dataset_id="example_dataset")
|
1037
1016
|
test_table = gcp.bigquery.Table("test",
|
1038
|
-
deletion_protection=False,
|
1039
1017
|
table_id="example_table",
|
1040
1018
|
dataset_id=test.dataset_id,
|
1041
1019
|
schema=\"\"\"[
|
@@ -1046,7 +1024,8 @@ class Subscription(pulumi.CustomResource):
|
|
1046
1024
|
"description": "The data"
|
1047
1025
|
}
|
1048
1026
|
]
|
1049
|
-
\"\"\"
|
1027
|
+
\"\"\",
|
1028
|
+
deletion_protection=False)
|
1050
1029
|
example_subscription = gcp.pubsub.Subscription("example",
|
1051
1030
|
name="example-subscription",
|
1052
1031
|
topic=example.id,
|
@@ -1058,11 +1037,8 @@ class Subscription(pulumi.CustomResource):
|
|
1058
1037
|
).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
|
1059
1038
|
,
|
1060
1039
|
"use_table_schema": True,
|
1061
|
-
}
|
1062
|
-
|
1063
|
-
viewer,
|
1064
|
-
editor,
|
1065
|
-
]))
|
1040
|
+
})
|
1041
|
+
project = gcp.organizations.get_project()
|
1066
1042
|
```
|
1067
1043
|
### Pubsub Subscription Push Bq Service Account
|
1068
1044
|
|
@@ -1373,7 +1349,7 @@ class Subscription(pulumi.CustomResource):
|
|
1373
1349
|
push_config={
|
1374
1350
|
"push_endpoint": "https://example.com/push",
|
1375
1351
|
"attributes": {
|
1376
|
-
"
|
1352
|
+
"x-goog-version": "v1",
|
1377
1353
|
},
|
1378
1354
|
})
|
1379
1355
|
```
|
@@ -1442,18 +1418,8 @@ class Subscription(pulumi.CustomResource):
|
|
1442
1418
|
import pulumi_gcp as gcp
|
1443
1419
|
|
1444
1420
|
example = gcp.pubsub.Topic("example", name="example-topic")
|
1445
|
-
project = gcp.organizations.get_project()
|
1446
|
-
viewer = gcp.projects.IAMMember("viewer",
|
1447
|
-
project=project.project_id,
|
1448
|
-
role="roles/bigquery.metadataViewer",
|
1449
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
1450
|
-
editor = gcp.projects.IAMMember("editor",
|
1451
|
-
project=project.project_id,
|
1452
|
-
role="roles/bigquery.dataEditor",
|
1453
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
1454
1421
|
test = gcp.bigquery.Dataset("test", dataset_id="example_dataset")
|
1455
1422
|
test_table = gcp.bigquery.Table("test",
|
1456
|
-
deletion_protection=False,
|
1457
1423
|
table_id="example_table",
|
1458
1424
|
dataset_id=test.dataset_id,
|
1459
1425
|
schema=\"\"\"[
|
@@ -1464,7 +1430,8 @@ class Subscription(pulumi.CustomResource):
|
|
1464
1430
|
"description": "The data"
|
1465
1431
|
}
|
1466
1432
|
]
|
1467
|
-
\"\"\"
|
1433
|
+
\"\"\",
|
1434
|
+
deletion_protection=False)
|
1468
1435
|
example_subscription = gcp.pubsub.Subscription("example",
|
1469
1436
|
name="example-subscription",
|
1470
1437
|
topic=example.id,
|
@@ -1475,11 +1442,8 @@ class Subscription(pulumi.CustomResource):
|
|
1475
1442
|
table_id=test_table.table_id
|
1476
1443
|
).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
|
1477
1444
|
,
|
1478
|
-
}
|
1479
|
-
|
1480
|
-
viewer,
|
1481
|
-
editor,
|
1482
|
-
]))
|
1445
|
+
})
|
1446
|
+
project = gcp.organizations.get_project()
|
1483
1447
|
```
|
1484
1448
|
### Pubsub Subscription Push Bq Table Schema
|
1485
1449
|
|
@@ -1488,18 +1452,8 @@ class Subscription(pulumi.CustomResource):
|
|
1488
1452
|
import pulumi_gcp as gcp
|
1489
1453
|
|
1490
1454
|
example = gcp.pubsub.Topic("example", name="example-topic")
|
1491
|
-
project = gcp.organizations.get_project()
|
1492
|
-
viewer = gcp.projects.IAMMember("viewer",
|
1493
|
-
project=project.project_id,
|
1494
|
-
role="roles/bigquery.metadataViewer",
|
1495
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
1496
|
-
editor = gcp.projects.IAMMember("editor",
|
1497
|
-
project=project.project_id,
|
1498
|
-
role="roles/bigquery.dataEditor",
|
1499
|
-
member=f"serviceAccount:service-{project.number}@gcp-sa-pubsub.iam.gserviceaccount.com")
|
1500
1455
|
test = gcp.bigquery.Dataset("test", dataset_id="example_dataset")
|
1501
1456
|
test_table = gcp.bigquery.Table("test",
|
1502
|
-
deletion_protection=False,
|
1503
1457
|
table_id="example_table",
|
1504
1458
|
dataset_id=test.dataset_id,
|
1505
1459
|
schema=\"\"\"[
|
@@ -1510,7 +1464,8 @@ class Subscription(pulumi.CustomResource):
|
|
1510
1464
|
"description": "The data"
|
1511
1465
|
}
|
1512
1466
|
]
|
1513
|
-
\"\"\"
|
1467
|
+
\"\"\",
|
1468
|
+
deletion_protection=False)
|
1514
1469
|
example_subscription = gcp.pubsub.Subscription("example",
|
1515
1470
|
name="example-subscription",
|
1516
1471
|
topic=example.id,
|
@@ -1522,11 +1477,8 @@ class Subscription(pulumi.CustomResource):
|
|
1522
1477
|
).apply(lambda resolved_outputs: f"{resolved_outputs['project']}.{resolved_outputs['dataset_id']}.{resolved_outputs['table_id']}")
|
1523
1478
|
,
|
1524
1479
|
"use_table_schema": True,
|
1525
|
-
}
|
1526
|
-
|
1527
|
-
viewer,
|
1528
|
-
editor,
|
1529
|
-
]))
|
1480
|
+
})
|
1481
|
+
project = gcp.organizations.get_project()
|
1530
1482
|
```
|
1531
1483
|
### Pubsub Subscription Push Bq Service Account
|
1532
1484
|
|
@@ -412,7 +412,7 @@ class TopicIAMBinding(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:pubsub/topicIAMBinding:TopicIAMBinding editor projects/{{project}}/topics/{{topic}}
|
413
413
|
```
|
414
414
|
|
415
|
-
-> **Custom Roles
|
415
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
416
416
|
|
417
417
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
418
418
|
|
@@ -592,7 +592,7 @@ class TopicIAMBinding(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:pubsub/topicIAMBinding:TopicIAMBinding editor projects/{{project}}/topics/{{topic}}
|
593
593
|
```
|
594
594
|
|
595
|
-
-> **Custom Roles
|
595
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
596
596
|
|
597
597
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
598
598
|
|
@@ -412,7 +412,7 @@ class TopicIAMMember(pulumi.CustomResource):
|
|
412
412
|
$ pulumi import gcp:pubsub/topicIAMMember:TopicIAMMember editor projects/{{project}}/topics/{{topic}}
|
413
413
|
```
|
414
414
|
|
415
|
-
-> **Custom Roles
|
415
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
416
416
|
|
417
417
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
418
418
|
|
@@ -592,7 +592,7 @@ class TopicIAMMember(pulumi.CustomResource):
|
|
592
592
|
$ pulumi import gcp:pubsub/topicIAMMember:TopicIAMMember editor projects/{{project}}/topics/{{topic}}
|
593
593
|
```
|
594
594
|
|
595
|
-
-> **Custom Roles
|
595
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
596
596
|
|
597
597
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
598
598
|
|
@@ -309,7 +309,7 @@ class TopicIAMPolicy(pulumi.CustomResource):
|
|
309
309
|
$ pulumi import gcp:pubsub/topicIAMPolicy:TopicIAMPolicy editor projects/{{project}}/topics/{{topic}}
|
310
310
|
```
|
311
311
|
|
312
|
-
-> **Custom Roles
|
312
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
313
313
|
|
314
314
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
315
315
|
|
@@ -477,7 +477,7 @@ class TopicIAMPolicy(pulumi.CustomResource):
|
|
477
477
|
$ pulumi import gcp:pubsub/topicIAMPolicy:TopicIAMPolicy editor projects/{{project}}/topics/{{topic}}
|
478
478
|
```
|
479
479
|
|
480
|
-
-> **Custom Roles
|
480
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
481
481
|
|
482
482
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
483
483
|
|
pulumi_gcp/pulumi-plugin.json
CHANGED
@@ -295,7 +295,7 @@ class ConfigIamBinding(pulumi.CustomResource):
|
|
295
295
|
$ pulumi import gcp:runtimeconfig/configIamBinding:ConfigIamBinding editor projects/{{project}}/configs/{{config}}
|
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
|
|
@@ -358,7 +358,7 @@ class ConfigIamBinding(pulumi.CustomResource):
|
|
358
358
|
$ pulumi import gcp:runtimeconfig/configIamBinding:ConfigIamBinding editor projects/{{project}}/configs/{{config}}
|
359
359
|
```
|
360
360
|
|
361
|
-
-> **Custom Roles
|
361
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
362
362
|
|
363
363
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
364
364
|
|
@@ -295,7 +295,7 @@ class ConfigIamMember(pulumi.CustomResource):
|
|
295
295
|
$ pulumi import gcp:runtimeconfig/configIamMember:ConfigIamMember editor projects/{{project}}/configs/{{config}}
|
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
|
|
@@ -358,7 +358,7 @@ class ConfigIamMember(pulumi.CustomResource):
|
|
358
358
|
$ pulumi import gcp:runtimeconfig/configIamMember:ConfigIamMember editor projects/{{project}}/configs/{{config}}
|
359
359
|
```
|
360
360
|
|
361
|
-
-> **Custom Roles
|
361
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
362
362
|
|
363
363
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
364
364
|
|