pulumi-gcp 8.8.0a1730788810__py3-none-any.whl → 8.8.0a1730875301__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.0a1730875301.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.8.0a1730788810.dist-info → pulumi_gcp-8.8.0a1730875301.dist-info}/RECORD +347 -344
- {pulumi_gcp-8.8.0a1730788810.dist-info → pulumi_gcp-8.8.0a1730875301.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.8.0a1730788810.dist-info → pulumi_gcp-8.8.0a1730875301.dist-info}/top_level.txt +0 -0
@@ -457,7 +457,7 @@ class EntryGroupIamBinding(pulumi.CustomResource):
|
|
457
457
|
$ pulumi import gcp:dataplex/entryGroupIamBinding:EntryGroupIamBinding editor projects/{{project}}/locations/{{location}}/entryGroups/{{entry_group_id}}
|
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 EntryGroupIamBinding(pulumi.CustomResource):
|
|
648
648
|
$ pulumi import gcp:dataplex/entryGroupIamBinding:EntryGroupIamBinding editor projects/{{project}}/locations/{{location}}/entryGroups/{{entry_group_id}}
|
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 EntryGroupIamMember(pulumi.CustomResource):
|
|
457
457
|
$ pulumi import gcp:dataplex/entryGroupIamMember:EntryGroupIamMember editor projects/{{project}}/locations/{{location}}/entryGroups/{{entry_group_id}}
|
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 EntryGroupIamMember(pulumi.CustomResource):
|
|
648
648
|
$ pulumi import gcp:dataplex/entryGroupIamMember:EntryGroupIamMember editor projects/{{project}}/locations/{{location}}/entryGroups/{{entry_group_id}}
|
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 EntryGroupIamPolicy(pulumi.CustomResource):
|
|
354
354
|
$ pulumi import gcp:dataplex/entryGroupIamPolicy:EntryGroupIamPolicy editor projects/{{project}}/locations/{{location}}/entryGroups/{{entry_group_id}}
|
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 EntryGroupIamPolicy(pulumi.CustomResource):
|
|
533
533
|
$ pulumi import gcp:dataplex/entryGroupIamPolicy:EntryGroupIamPolicy editor projects/{{project}}/locations/{{location}}/entryGroups/{{entry_group_id}}
|
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
|
|
@@ -457,7 +457,7 @@ class EntryTypeIamBinding(pulumi.CustomResource):
|
|
457
457
|
$ pulumi import gcp:dataplex/entryTypeIamBinding:EntryTypeIamBinding editor projects/{{project}}/locations/{{location}}/entryTypes/{{entry_type_id}}
|
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 EntryTypeIamBinding(pulumi.CustomResource):
|
|
648
648
|
$ pulumi import gcp:dataplex/entryTypeIamBinding:EntryTypeIamBinding editor projects/{{project}}/locations/{{location}}/entryTypes/{{entry_type_id}}
|
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 EntryTypeIamMember(pulumi.CustomResource):
|
|
457
457
|
$ pulumi import gcp:dataplex/entryTypeIamMember:EntryTypeIamMember editor projects/{{project}}/locations/{{location}}/entryTypes/{{entry_type_id}}
|
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 EntryTypeIamMember(pulumi.CustomResource):
|
|
648
648
|
$ pulumi import gcp:dataplex/entryTypeIamMember:EntryTypeIamMember editor projects/{{project}}/locations/{{location}}/entryTypes/{{entry_type_id}}
|
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 EntryTypeIamPolicy(pulumi.CustomResource):
|
|
354
354
|
$ pulumi import gcp:dataplex/entryTypeIamPolicy:EntryTypeIamPolicy editor projects/{{project}}/locations/{{location}}/entryTypes/{{entry_type_id}}
|
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 EntryTypeIamPolicy(pulumi.CustomResource):
|
|
533
533
|
$ pulumi import gcp:dataplex/entryTypeIamPolicy:EntryTypeIamPolicy editor projects/{{project}}/locations/{{location}}/entryTypes/{{entry_type_id}}
|
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
|
|
@@ -445,7 +445,7 @@ class LakeIamBinding(pulumi.CustomResource):
|
|
445
445
|
$ pulumi import gcp:dataplex/lakeIamBinding:LakeIamBinding editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}
|
446
446
|
```
|
447
447
|
|
448
|
-
-> **Custom Roles
|
448
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
449
449
|
|
450
450
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
451
451
|
|
@@ -633,7 +633,7 @@ class LakeIamBinding(pulumi.CustomResource):
|
|
633
633
|
$ pulumi import gcp:dataplex/lakeIamBinding:LakeIamBinding editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}
|
634
634
|
```
|
635
635
|
|
636
|
-
-> **Custom Roles
|
636
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
637
637
|
|
638
638
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
639
639
|
|
@@ -445,7 +445,7 @@ class LakeIamMember(pulumi.CustomResource):
|
|
445
445
|
$ pulumi import gcp:dataplex/lakeIamMember:LakeIamMember editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}
|
446
446
|
```
|
447
447
|
|
448
|
-
-> **Custom Roles
|
448
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
449
449
|
|
450
450
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
451
451
|
|
@@ -633,7 +633,7 @@ class LakeIamMember(pulumi.CustomResource):
|
|
633
633
|
$ pulumi import gcp:dataplex/lakeIamMember:LakeIamMember editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}
|
634
634
|
```
|
635
635
|
|
636
|
-
-> **Custom Roles
|
636
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
637
637
|
|
638
638
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
639
639
|
|
@@ -342,7 +342,7 @@ class LakeIamPolicy(pulumi.CustomResource):
|
|
342
342
|
$ pulumi import gcp:dataplex/lakeIamPolicy:LakeIamPolicy editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}
|
343
343
|
```
|
344
344
|
|
345
|
-
-> **Custom Roles
|
345
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
346
346
|
|
347
347
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
348
348
|
|
@@ -518,7 +518,7 @@ class LakeIamPolicy(pulumi.CustomResource):
|
|
518
518
|
$ pulumi import gcp:dataplex/lakeIamPolicy:LakeIamPolicy editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}
|
519
519
|
```
|
520
520
|
|
521
|
-
-> **Custom Roles
|
521
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
522
522
|
|
523
523
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
524
524
|
|
pulumi_gcp/dataplex/task.py
CHANGED
@@ -628,7 +628,7 @@ class Task(pulumi.CustomResource):
|
|
628
628
|
execution_spec={
|
629
629
|
"service_account": f"{project.number}-compute@developer.gserviceaccount.com",
|
630
630
|
"args": {
|
631
|
-
"
|
631
|
+
"TASK_ARGS": "--output_location,gs://spark-job/task-result, --output_format, json",
|
632
632
|
},
|
633
633
|
},
|
634
634
|
spark={
|
@@ -684,7 +684,7 @@ class Task(pulumi.CustomResource):
|
|
684
684
|
execution_spec={
|
685
685
|
"service_account": f"{project.number}-compute@developer.gserviceaccount.com",
|
686
686
|
"args": {
|
687
|
-
"
|
687
|
+
"TASK_ARGS": "--output_location,gs://spark-job-jars-anrajitha/task-result, --output_format, json",
|
688
688
|
},
|
689
689
|
},
|
690
690
|
notebook={
|
@@ -838,7 +838,7 @@ class Task(pulumi.CustomResource):
|
|
838
838
|
execution_spec={
|
839
839
|
"service_account": f"{project.number}-compute@developer.gserviceaccount.com",
|
840
840
|
"args": {
|
841
|
-
"
|
841
|
+
"TASK_ARGS": "--output_location,gs://spark-job/task-result, --output_format, json",
|
842
842
|
},
|
843
843
|
},
|
844
844
|
spark={
|
@@ -894,7 +894,7 @@ class Task(pulumi.CustomResource):
|
|
894
894
|
execution_spec={
|
895
895
|
"service_account": f"{project.number}-compute@developer.gserviceaccount.com",
|
896
896
|
"args": {
|
897
|
-
"
|
897
|
+
"TASK_ARGS": "--output_location,gs://spark-job-jars-anrajitha/task-result, --output_format, json",
|
898
898
|
},
|
899
899
|
},
|
900
900
|
notebook={
|
@@ -499,7 +499,7 @@ class TaskIamBinding(pulumi.CustomResource):
|
|
499
499
|
$ pulumi import gcp:dataplex/taskIamBinding:TaskIamBinding editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/tasks/{{task_id}}
|
500
500
|
```
|
501
501
|
|
502
|
-
-> **Custom Roles
|
502
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
503
503
|
|
504
504
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
505
505
|
|
@@ -698,7 +698,7 @@ class TaskIamBinding(pulumi.CustomResource):
|
|
698
698
|
$ pulumi import gcp:dataplex/taskIamBinding:TaskIamBinding editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/tasks/{{task_id}}
|
699
699
|
```
|
700
700
|
|
701
|
-
-> **Custom Roles
|
701
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
702
702
|
|
703
703
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
704
704
|
|
@@ -499,7 +499,7 @@ class TaskIamMember(pulumi.CustomResource):
|
|
499
499
|
$ pulumi import gcp:dataplex/taskIamMember:TaskIamMember editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/tasks/{{task_id}}
|
500
500
|
```
|
501
501
|
|
502
|
-
-> **Custom Roles
|
502
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
503
503
|
|
504
504
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
505
505
|
|
@@ -698,7 +698,7 @@ class TaskIamMember(pulumi.CustomResource):
|
|
698
698
|
$ pulumi import gcp:dataplex/taskIamMember:TaskIamMember editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/tasks/{{task_id}}
|
699
699
|
```
|
700
700
|
|
701
|
-
-> **Custom Roles
|
701
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
702
702
|
|
703
703
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
704
704
|
|
@@ -396,7 +396,7 @@ class TaskIamPolicy(pulumi.CustomResource):
|
|
396
396
|
$ pulumi import gcp:dataplex/taskIamPolicy:TaskIamPolicy editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/tasks/{{task_id}}
|
397
397
|
```
|
398
398
|
|
399
|
-
-> **Custom Roles
|
399
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
400
400
|
|
401
401
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
402
402
|
|
@@ -583,7 +583,7 @@ class TaskIamPolicy(pulumi.CustomResource):
|
|
583
583
|
$ pulumi import gcp:dataplex/taskIamPolicy:TaskIamPolicy editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/tasks/{{task_id}}
|
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
|
|
@@ -475,7 +475,7 @@ class ZoneIamBinding(pulumi.CustomResource):
|
|
475
475
|
$ pulumi import gcp:dataplex/zoneIamBinding:ZoneIamBinding editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{zone}}
|
476
476
|
```
|
477
477
|
|
478
|
-
-> **Custom Roles
|
478
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
479
479
|
|
480
480
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
481
481
|
|
@@ -669,7 +669,7 @@ class ZoneIamBinding(pulumi.CustomResource):
|
|
669
669
|
$ pulumi import gcp:dataplex/zoneIamBinding:ZoneIamBinding editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{zone}}
|
670
670
|
```
|
671
671
|
|
672
|
-
-> **Custom Roles
|
672
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
673
673
|
|
674
674
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
675
675
|
|
@@ -475,7 +475,7 @@ class ZoneIamMember(pulumi.CustomResource):
|
|
475
475
|
$ pulumi import gcp:dataplex/zoneIamMember:ZoneIamMember editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{zone}}
|
476
476
|
```
|
477
477
|
|
478
|
-
-> **Custom Roles
|
478
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
479
479
|
|
480
480
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
481
481
|
|
@@ -669,7 +669,7 @@ class ZoneIamMember(pulumi.CustomResource):
|
|
669
669
|
$ pulumi import gcp:dataplex/zoneIamMember:ZoneIamMember editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{zone}}
|
670
670
|
```
|
671
671
|
|
672
|
-
-> **Custom Roles
|
672
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
673
673
|
|
674
674
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
675
675
|
|
@@ -372,7 +372,7 @@ class ZoneIamPolicy(pulumi.CustomResource):
|
|
372
372
|
$ pulumi import gcp:dataplex/zoneIamPolicy:ZoneIamPolicy editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{zone}}
|
373
373
|
```
|
374
374
|
|
375
|
-
-> **Custom Roles
|
375
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
376
376
|
|
377
377
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
378
378
|
|
@@ -554,7 +554,7 @@ class ZoneIamPolicy(pulumi.CustomResource):
|
|
554
554
|
$ pulumi import gcp:dataplex/zoneIamPolicy:ZoneIamPolicy editor projects/{{project}}/locations/{{location}}/lakes/{{lake}}/zones/{{zone}}
|
555
555
|
```
|
556
556
|
|
557
|
-
-> **Custom Roles
|
557
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
558
558
|
|
559
559
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
560
560
|
|
@@ -481,7 +481,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
|
|
481
481
|
$ pulumi import gcp:dataproc/autoscalingPolicyIamBinding:AutoscalingPolicyIamBinding editor projects/{{project}}/locations/{{location}}/autoscalingPolicies/{{policy_id}}
|
482
482
|
```
|
483
483
|
|
484
|
-
-> **Custom Roles
|
484
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
485
485
|
|
486
486
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
487
487
|
|
@@ -677,7 +677,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
|
|
677
677
|
$ pulumi import gcp:dataproc/autoscalingPolicyIamBinding:AutoscalingPolicyIamBinding editor projects/{{project}}/locations/{{location}}/autoscalingPolicies/{{policy_id}}
|
678
678
|
```
|
679
679
|
|
680
|
-
-> **Custom Roles
|
680
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
681
681
|
|
682
682
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
683
683
|
|
@@ -481,7 +481,7 @@ class AutoscalingPolicyIamMember(pulumi.CustomResource):
|
|
481
481
|
$ pulumi import gcp:dataproc/autoscalingPolicyIamMember:AutoscalingPolicyIamMember editor projects/{{project}}/locations/{{location}}/autoscalingPolicies/{{policy_id}}
|
482
482
|
```
|
483
483
|
|
484
|
-
-> **Custom Roles
|
484
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
485
485
|
|
486
486
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
487
487
|
|
@@ -677,7 +677,7 @@ class AutoscalingPolicyIamMember(pulumi.CustomResource):
|
|
677
677
|
$ pulumi import gcp:dataproc/autoscalingPolicyIamMember:AutoscalingPolicyIamMember editor projects/{{project}}/locations/{{location}}/autoscalingPolicies/{{policy_id}}
|
678
678
|
```
|
679
679
|
|
680
|
-
-> **Custom Roles
|
680
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
681
681
|
|
682
682
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
683
683
|
|
@@ -378,7 +378,7 @@ class AutoscalingPolicyIamPolicy(pulumi.CustomResource):
|
|
378
378
|
$ pulumi import gcp:dataproc/autoscalingPolicyIamPolicy:AutoscalingPolicyIamPolicy editor projects/{{project}}/locations/{{location}}/autoscalingPolicies/{{policy_id}}
|
379
379
|
```
|
380
380
|
|
381
|
-
-> **Custom Roles
|
381
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
382
382
|
|
383
383
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
384
384
|
|
@@ -562,7 +562,7 @@ class AutoscalingPolicyIamPolicy(pulumi.CustomResource):
|
|
562
562
|
$ pulumi import gcp:dataproc/autoscalingPolicyIamPolicy:AutoscalingPolicyIamPolicy editor projects/{{project}}/locations/{{location}}/autoscalingPolicies/{{policy_id}}
|
563
563
|
```
|
564
564
|
|
565
|
-
-> **Custom Roles
|
565
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
566
566
|
|
567
567
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
568
568
|
|
pulumi_gcp/dataproc/batch.py
CHANGED
@@ -642,8 +642,8 @@ class Batch(pulumi.CustomResource):
|
|
642
642
|
},
|
643
643
|
runtime_config={
|
644
644
|
"properties": {
|
645
|
-
"
|
646
|
-
"
|
645
|
+
"spark.dynamicAllocation.enabled": "false",
|
646
|
+
"spark.executor.instances": "2",
|
647
647
|
},
|
648
648
|
},
|
649
649
|
environment_config={
|
@@ -701,8 +701,8 @@ class Batch(pulumi.CustomResource):
|
|
701
701
|
cluster_config={
|
702
702
|
"software_config": {
|
703
703
|
"override_properties": {
|
704
|
-
"
|
705
|
-
"
|
704
|
+
"dataproc:dataproc.allow.zero.workers": "true",
|
705
|
+
"spark:spark.history.fs.logDirectory": bucket.name.apply(lambda name: f"gs://{name}/*/spark-job-history"),
|
706
706
|
},
|
707
707
|
},
|
708
708
|
"endpoint_config": {
|
@@ -727,8 +727,8 @@ class Batch(pulumi.CustomResource):
|
|
727
727
|
},
|
728
728
|
runtime_config={
|
729
729
|
"properties": {
|
730
|
-
"
|
731
|
-
"
|
730
|
+
"spark.dynamicAllocation.enabled": "false",
|
731
|
+
"spark.executor.instances": "2",
|
732
732
|
},
|
733
733
|
"version": "2.2",
|
734
734
|
},
|
@@ -766,8 +766,8 @@ class Batch(pulumi.CustomResource):
|
|
766
766
|
location="us-central1",
|
767
767
|
runtime_config={
|
768
768
|
"properties": {
|
769
|
-
"
|
770
|
-
"
|
769
|
+
"spark.dynamicAllocation.enabled": "false",
|
770
|
+
"spark.executor.instances": "2",
|
771
771
|
},
|
772
772
|
},
|
773
773
|
environment_config={
|
@@ -794,8 +794,8 @@ class Batch(pulumi.CustomResource):
|
|
794
794
|
location="us-central1",
|
795
795
|
runtime_config={
|
796
796
|
"properties": {
|
797
|
-
"
|
798
|
-
"
|
797
|
+
"spark.dynamicAllocation.enabled": "false",
|
798
|
+
"spark.executor.instances": "2",
|
799
799
|
},
|
800
800
|
},
|
801
801
|
environment_config={
|
@@ -830,8 +830,8 @@ class Batch(pulumi.CustomResource):
|
|
830
830
|
},
|
831
831
|
runtime_config={
|
832
832
|
"properties": {
|
833
|
-
"
|
834
|
-
"
|
833
|
+
"spark.dynamicAllocation.enabled": "false",
|
834
|
+
"spark.executor.instances": "2",
|
835
835
|
},
|
836
836
|
},
|
837
837
|
environment_config={
|
@@ -927,8 +927,8 @@ class Batch(pulumi.CustomResource):
|
|
927
927
|
},
|
928
928
|
runtime_config={
|
929
929
|
"properties": {
|
930
|
-
"
|
931
|
-
"
|
930
|
+
"spark.dynamicAllocation.enabled": "false",
|
931
|
+
"spark.executor.instances": "2",
|
932
932
|
},
|
933
933
|
},
|
934
934
|
environment_config={
|
@@ -986,8 +986,8 @@ class Batch(pulumi.CustomResource):
|
|
986
986
|
cluster_config={
|
987
987
|
"software_config": {
|
988
988
|
"override_properties": {
|
989
|
-
"
|
990
|
-
"
|
989
|
+
"dataproc:dataproc.allow.zero.workers": "true",
|
990
|
+
"spark:spark.history.fs.logDirectory": bucket.name.apply(lambda name: f"gs://{name}/*/spark-job-history"),
|
991
991
|
},
|
992
992
|
},
|
993
993
|
"endpoint_config": {
|
@@ -1012,8 +1012,8 @@ class Batch(pulumi.CustomResource):
|
|
1012
1012
|
},
|
1013
1013
|
runtime_config={
|
1014
1014
|
"properties": {
|
1015
|
-
"
|
1016
|
-
"
|
1015
|
+
"spark.dynamicAllocation.enabled": "false",
|
1016
|
+
"spark.executor.instances": "2",
|
1017
1017
|
},
|
1018
1018
|
"version": "2.2",
|
1019
1019
|
},
|
@@ -1051,8 +1051,8 @@ class Batch(pulumi.CustomResource):
|
|
1051
1051
|
location="us-central1",
|
1052
1052
|
runtime_config={
|
1053
1053
|
"properties": {
|
1054
|
-
"
|
1055
|
-
"
|
1054
|
+
"spark.dynamicAllocation.enabled": "false",
|
1055
|
+
"spark.executor.instances": "2",
|
1056
1056
|
},
|
1057
1057
|
},
|
1058
1058
|
environment_config={
|
@@ -1079,8 +1079,8 @@ class Batch(pulumi.CustomResource):
|
|
1079
1079
|
location="us-central1",
|
1080
1080
|
runtime_config={
|
1081
1081
|
"properties": {
|
1082
|
-
"
|
1083
|
-
"
|
1082
|
+
"spark.dynamicAllocation.enabled": "false",
|
1083
|
+
"spark.executor.instances": "2",
|
1084
1084
|
},
|
1085
1085
|
},
|
1086
1086
|
environment_config={
|
@@ -1115,8 +1115,8 @@ class Batch(pulumi.CustomResource):
|
|
1115
1115
|
},
|
1116
1116
|
runtime_config={
|
1117
1117
|
"properties": {
|
1118
|
-
"
|
1119
|
-
"
|
1118
|
+
"spark.dynamicAllocation.enabled": "false",
|
1119
|
+
"spark.executor.instances": "2",
|
1120
1120
|
},
|
1121
1121
|
},
|
1122
1122
|
environment_config={
|
pulumi_gcp/dataproc/cluster.py
CHANGED
@@ -400,7 +400,7 @@ class Cluster(pulumi.CustomResource):
|
|
400
400
|
"software_config": {
|
401
401
|
"image_version": "2.0.35-debian10",
|
402
402
|
"override_properties": {
|
403
|
-
"
|
403
|
+
"dataproc:dataproc.allow.zero.workers": "true",
|
404
404
|
},
|
405
405
|
},
|
406
406
|
"gce_cluster_config": {
|
@@ -533,7 +533,7 @@ class Cluster(pulumi.CustomResource):
|
|
533
533
|
"software_config": {
|
534
534
|
"image_version": "2.0.35-debian10",
|
535
535
|
"override_properties": {
|
536
|
-
"
|
536
|
+
"dataproc:dataproc.allow.zero.workers": "true",
|
537
537
|
},
|
538
538
|
},
|
539
539
|
"gce_cluster_config": {
|
pulumi_gcp/dataproc/job.py
CHANGED
@@ -640,7 +640,7 @@ class Job(pulumi.CustomResource):
|
|
640
640
|
"jar_file_uris": ["file:///usr/lib/spark/examples/jars/spark-examples.jar"],
|
641
641
|
"args": ["1000"],
|
642
642
|
"properties": {
|
643
|
-
"
|
643
|
+
"spark.logConf": "true",
|
644
644
|
},
|
645
645
|
"logging_config": {
|
646
646
|
"driver_log_levels": {
|
@@ -658,7 +658,7 @@ class Job(pulumi.CustomResource):
|
|
658
658
|
pyspark_config={
|
659
659
|
"main_python_file_uri": "gs://dataproc-examples-2f10d78d114f6aaec76462e3c310f31f/src/pyspark/hello-world/hello-world.py",
|
660
660
|
"properties": {
|
661
|
-
"
|
661
|
+
"spark.logConf": "true",
|
662
662
|
},
|
663
663
|
})
|
664
664
|
pulumi.export("sparkStatus", spark.statuses[0].state)
|
@@ -725,7 +725,7 @@ class Job(pulumi.CustomResource):
|
|
725
725
|
"jar_file_uris": ["file:///usr/lib/spark/examples/jars/spark-examples.jar"],
|
726
726
|
"args": ["1000"],
|
727
727
|
"properties": {
|
728
|
-
"
|
728
|
+
"spark.logConf": "true",
|
729
729
|
},
|
730
730
|
"logging_config": {
|
731
731
|
"driver_log_levels": {
|
@@ -743,7 +743,7 @@ class Job(pulumi.CustomResource):
|
|
743
743
|
pyspark_config={
|
744
744
|
"main_python_file_uri": "gs://dataproc-examples-2f10d78d114f6aaec76462e3c310f31f/src/pyspark/hello-world/hello-world.py",
|
745
745
|
"properties": {
|
746
|
-
"
|
746
|
+
"spark.logConf": "true",
|
747
747
|
},
|
748
748
|
})
|
749
749
|
pulumi.export("sparkStatus", spark.statuses[0].state)
|
@@ -457,7 +457,7 @@ class MetastoreFederationIamBinding(pulumi.CustomResource):
|
|
457
457
|
$ pulumi import gcp:dataproc/metastoreFederationIamBinding:MetastoreFederationIamBinding editor projects/{{project}}/locations/{{location}}/federations/{{federation_id}}
|
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 MetastoreFederationIamBinding(pulumi.CustomResource):
|
|
648
648
|
$ pulumi import gcp:dataproc/metastoreFederationIamBinding:MetastoreFederationIamBinding editor projects/{{project}}/locations/{{location}}/federations/{{federation_id}}
|
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 MetastoreFederationIamMember(pulumi.CustomResource):
|
|
457
457
|
$ pulumi import gcp:dataproc/metastoreFederationIamMember:MetastoreFederationIamMember editor projects/{{project}}/locations/{{location}}/federations/{{federation_id}}
|
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 MetastoreFederationIamMember(pulumi.CustomResource):
|
|
648
648
|
$ pulumi import gcp:dataproc/metastoreFederationIamMember:MetastoreFederationIamMember editor projects/{{project}}/locations/{{location}}/federations/{{federation_id}}
|
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 MetastoreFederationIamPolicy(pulumi.CustomResource):
|
|
354
354
|
$ pulumi import gcp:dataproc/metastoreFederationIamPolicy:MetastoreFederationIamPolicy editor projects/{{project}}/locations/{{location}}/federations/{{federation_id}}
|
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 MetastoreFederationIamPolicy(pulumi.CustomResource):
|
|
533
533
|
$ pulumi import gcp:dataproc/metastoreFederationIamPolicy:MetastoreFederationIamPolicy editor projects/{{project}}/locations/{{location}}/federations/{{federation_id}}
|
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
|
|