pulumi-gcp 7.33.0a1721715313__py3-none-any.whl → 7.33.0a1721954725__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/_utilities.py +2 -0
- pulumi_gcp/accesscontextmanager/access_level.py +8 -8
- pulumi_gcp/accesscontextmanager/access_level_condition.py +18 -18
- pulumi_gcp/accesscontextmanager/access_levels.py +16 -16
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +8 -8
- pulumi_gcp/accesscontextmanager/service_perimeter.py +66 -66
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +12 -12
- pulumi_gcp/alloydb/cluster.py +22 -22
- pulumi_gcp/alloydb/instance.py +8 -8
- pulumi_gcp/apigee/addons_config.py +14 -14
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +6 -6
- pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
- pulumi_gcp/appengine/domain_mapping.py +2 -2
- pulumi_gcp/appengine/engine_split_traffic.py +10 -10
- pulumi_gcp/appengine/flexible_app_version.py +18 -18
- pulumi_gcp/appengine/service_network_settings.py +4 -4
- pulumi_gcp/appengine/standard_app_version.py +26 -26
- pulumi_gcp/apphub/application.py +12 -12
- pulumi_gcp/apphub/service.py +12 -12
- pulumi_gcp/applicationintegration/auth_config.py +4 -4
- pulumi_gcp/applicationintegration/client.py +8 -8
- pulumi_gcp/artifactregistry/repository.py +102 -102
- pulumi_gcp/assuredworkloads/workload.py +26 -26
- pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
- pulumi_gcp/beyondcorp/app_connection.py +6 -6
- pulumi_gcp/beyondcorp/app_connector.py +4 -4
- pulumi_gcp/biglake/database.py +2 -2
- pulumi_gcp/biglake/table.py +24 -24
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -30
- pulumi_gcp/bigquery/dataset_access.py +26 -26
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/reservation.py +2 -2
- pulumi_gcp/bigquery/routine.py +40 -40
- pulumi_gcp/bigquery/table.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +2 -2
- pulumi_gcp/bigtable/authorized_view.py +16 -16
- pulumi_gcp/bigtable/gc_policy.py +8 -8
- pulumi_gcp/bigtable/instance.py +24 -24
- pulumi_gcp/bigtable/table.py +6 -6
- pulumi_gcp/billing/budget.py +64 -64
- pulumi_gcp/binaryauthorization/attestor.py +20 -20
- pulumi_gcp/binaryauthorization/policy.py +26 -26
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +32 -32
- pulumi_gcp/certificateauthority/authority.py +222 -222
- pulumi_gcp/certificateauthority/ca_pool.py +108 -108
- pulumi_gcp/certificateauthority/certificate.py +338 -338
- pulumi_gcp/certificateauthority/certificate_template.py +70 -70
- pulumi_gcp/certificatemanager/certificate.py +76 -76
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +30 -30
- pulumi_gcp/certificatemanager/certificate_map_entry.py +2 -2
- pulumi_gcp/certificatemanager/trust_config.py +12 -12
- pulumi_gcp/cloudasset/folder_feed.py +2 -2
- pulumi_gcp/cloudasset/organization_feed.py +2 -2
- pulumi_gcp/cloudasset/project_feed.py +2 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +26 -26
- pulumi_gcp/cloudbuild/trigger.py +228 -228
- pulumi_gcp/cloudbuild/worker_pool.py +16 -16
- pulumi_gcp/cloudbuildv2/connection.py +24 -24
- pulumi_gcp/cloudbuildv2/repository.py +18 -18
- pulumi_gcp/clouddeploy/automation.py +16 -16
- pulumi_gcp/clouddeploy/custom_target_type.py +26 -26
- pulumi_gcp/clouddeploy/delivery_pipeline.py +50 -50
- pulumi_gcp/clouddeploy/target.py +6 -6
- pulumi_gcp/clouddomains/registration.py +48 -48
- pulumi_gcp/cloudfunctionsv2/function.py +292 -292
- pulumi_gcp/cloudquota/s_quota_preference.py +2 -2
- pulumi_gcp/cloudrun/domain_mapping.py +2 -2
- pulumi_gcp/cloudrun/service.py +60 -60
- pulumi_gcp/cloudrunv2/job.py +30 -30
- pulumi_gcp/cloudrunv2/service.py +78 -78
- pulumi_gcp/cloudscheduler/job.py +40 -40
- pulumi_gcp/cloudtasks/queue.py +16 -16
- pulumi_gcp/composer/get_image_versions.py +4 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +4 -4
- pulumi_gcp/composer/user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/address.py +6 -6
- pulumi_gcp/compute/attached_disk.py +2 -2
- pulumi_gcp/compute/autoscaler.py +24 -24
- pulumi_gcp/compute/backend_bucket.py +8 -8
- pulumi_gcp/compute/backend_service.py +72 -72
- pulumi_gcp/compute/backend_service_signed_url_key.py +6 -6
- pulumi_gcp/compute/disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/external_vpn_gateway.py +2 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -18
- pulumi_gcp/compute/forwarding_rule.py +24 -24
- pulumi_gcp/compute/get_disk.py +2 -2
- pulumi_gcp/compute/get_image.py +2 -2
- pulumi_gcp/compute/get_instance_serial_port.py +4 -4
- pulumi_gcp/compute/global_forwarding_rule.py +50 -50
- pulumi_gcp/compute/ha_vpn_gateway.py +4 -4
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/instance.py +4 -4
- pulumi_gcp/compute/instance_from_template.py +6 -6
- pulumi_gcp/compute/instance_group_manager.py +18 -18
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/instance_group_named_port.py +4 -4
- pulumi_gcp/compute/instance_template.py +24 -24
- pulumi_gcp/compute/machine_image.py +6 -6
- pulumi_gcp/compute/managed_ssl_certificate.py +6 -6
- pulumi_gcp/compute/manged_ssl_certificate.py +6 -6
- pulumi_gcp/compute/network_attachment.py +4 -4
- pulumi_gcp/compute/network_endpoint.py +4 -4
- pulumi_gcp/compute/network_endpoint_list.py +12 -12
- pulumi_gcp/compute/network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/network_peering_routes_config.py +18 -18
- pulumi_gcp/compute/node_group.py +12 -12
- pulumi_gcp/compute/organization_security_policy_association.py +8 -8
- pulumi_gcp/compute/organization_security_policy_rule.py +8 -8
- pulumi_gcp/compute/packet_mirroring.py +8 -8
- pulumi_gcp/compute/per_instance_config.py +8 -8
- pulumi_gcp/compute/region_autoscaler.py +18 -18
- pulumi_gcp/compute/region_backend_service.py +42 -42
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +18 -18
- pulumi_gcp/compute/region_network_endpoint.py +4 -4
- pulumi_gcp/compute/region_network_endpoint_group.py +20 -20
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/region_per_instance_config.py +12 -12
- pulumi_gcp/compute/region_security_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +32 -32
- pulumi_gcp/compute/region_target_http_proxy.py +10 -10
- pulumi_gcp/compute/region_target_https_proxy.py +28 -28
- pulumi_gcp/compute/region_url_map.py +314 -314
- pulumi_gcp/compute/reservation.py +6 -6
- pulumi_gcp/compute/resource_policy.py +56 -56
- pulumi_gcp/compute/router.py +6 -6
- pulumi_gcp/compute/router_nat.py +16 -16
- pulumi_gcp/compute/router_peer.py +16 -16
- pulumi_gcp/compute/security_policy.py +54 -54
- pulumi_gcp/compute/security_policy_rule.py +20 -20
- pulumi_gcp/compute/service_attachment.py +12 -12
- pulumi_gcp/compute/subnetwork.py +8 -8
- pulumi_gcp/compute/target_grpc_proxy.py +66 -66
- pulumi_gcp/compute/target_http_proxy.py +16 -16
- pulumi_gcp/compute/target_https_proxy.py +40 -40
- pulumi_gcp/compute/target_instance.py +10 -10
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/container/attached_cluster.py +20 -20
- pulumi_gcp/container/aws_cluster.py +176 -176
- pulumi_gcp/container/aws_node_pool.py +288 -288
- pulumi_gcp/container/azure_cluster.py +34 -34
- pulumi_gcp/container/azure_node_pool.py +38 -38
- pulumi_gcp/container/cluster.py +10 -10
- pulumi_gcp/container/node_pool.py +18 -18
- pulumi_gcp/containeranalysis/note.py +4 -4
- pulumi_gcp/databasemigrationservice/connection_profile.py +60 -60
- pulumi_gcp/databasemigrationservice/private_connection.py +2 -2
- pulumi_gcp/datacatalog/entry.py +2 -2
- pulumi_gcp/datacatalog/tag.py +112 -112
- pulumi_gcp/datacatalog/tag_template.py +28 -28
- pulumi_gcp/dataflow/pipeline.py +32 -32
- pulumi_gcp/dataform/repository.py +10 -10
- pulumi_gcp/dataform/repository_release_config.py +24 -24
- pulumi_gcp/dataform/repository_workflow_config.py +36 -36
- pulumi_gcp/datafusion/instance.py +14 -14
- pulumi_gcp/dataloss/prevention_deidentify_template.py +66 -66
- pulumi_gcp/dataloss/prevention_inspect_template.py +124 -124
- pulumi_gcp/dataloss/prevention_job_trigger.py +292 -292
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -10
- pulumi_gcp/dataplex/asset.py +2 -2
- pulumi_gcp/dataplex/datascan.py +76 -76
- pulumi_gcp/dataplex/task.py +64 -64
- pulumi_gcp/dataplex/zone.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy.py +14 -14
- pulumi_gcp/dataproc/cluster.py +58 -58
- pulumi_gcp/dataproc/job.py +18 -18
- pulumi_gcp/dataproc/metastore_federation.py +10 -10
- pulumi_gcp/dataproc/metastore_service.py +52 -52
- pulumi_gcp/dataproc/workflow_template.py +52 -52
- pulumi_gcp/datastream/connection_profile.py +18 -18
- pulumi_gcp/datastream/stream.py +222 -222
- pulumi_gcp/diagflow/cx_agent.py +22 -22
- pulumi_gcp/diagflow/cx_entity_type.py +2 -2
- pulumi_gcp/diagflow/cx_environment.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +98 -98
- pulumi_gcp/diagflow/cx_intent.py +6 -6
- pulumi_gcp/diagflow/cx_page.py +154 -154
- pulumi_gcp/diagflow/cx_security_settings.py +22 -22
- pulumi_gcp/diagflow/cx_test_case.py +46 -46
- pulumi_gcp/diagflow/cx_version.py +2 -2
- pulumi_gcp/diagflow/cx_webhook.py +2 -2
- pulumi_gcp/diagflow/fulfillment.py +2 -2
- pulumi_gcp/discoveryengine/chat_engine.py +8 -8
- pulumi_gcp/discoveryengine/data_store.py +12 -12
- pulumi_gcp/dns/get_keys.py +2 -2
- pulumi_gcp/dns/managed_zone.py +48 -48
- pulumi_gcp/dns/policy.py +12 -12
- pulumi_gcp/dns/record_set.py +20 -20
- pulumi_gcp/dns/response_policy.py +26 -26
- pulumi_gcp/dns/response_policy_rule.py +6 -6
- pulumi_gcp/edgecontainer/cluster.py +32 -32
- pulumi_gcp/edgecontainer/node_pool.py +28 -28
- pulumi_gcp/edgecontainer/vpn_connection.py +6 -6
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +20 -20
- pulumi_gcp/eventarc/trigger.py +10 -10
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/filestore/instance.py +28 -28
- pulumi_gcp/filestore/snapshot.py +4 -4
- pulumi_gcp/firebase/android_app.py +8 -8
- pulumi_gcp/firebase/apple_app.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +34 -34
- pulumi_gcp/firebase/hosting_custom_domain.py +2 -2
- pulumi_gcp/firebase/hosting_release.py +4 -4
- pulumi_gcp/firebase/hosting_version.py +4 -4
- pulumi_gcp/firebase/web_app.py +4 -4
- pulumi_gcp/firestore/database.py +4 -4
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/firestore/index.py +16 -16
- pulumi_gcp/folder/access_approval_settings.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +12 -12
- pulumi_gcp/folder/iam_member.py +12 -12
- pulumi_gcp/folder/iam_policy.py +12 -12
- pulumi_gcp/folder/organization_policy.py +2 -2
- pulumi_gcp/gkebackup/backup_plan.py +130 -130
- pulumi_gcp/gkebackup/restore_plan.py +262 -262
- pulumi_gcp/gkehub/feature.py +90 -90
- pulumi_gcp/gkehub/feature_membership.py +66 -66
- pulumi_gcp/gkehub/fleet.py +4 -4
- pulumi_gcp/gkehub/membership.py +14 -14
- pulumi_gcp/gkehub/membership_binding.py +4 -4
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +6 -6
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +100 -100
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +182 -182
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +100 -100
- pulumi_gcp/gkeonprem/v_mware_cluster.py +112 -112
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +24 -24
- pulumi_gcp/healthcare/dataset.py +2 -2
- pulumi_gcp/healthcare/dicom_store.py +10 -10
- pulumi_gcp/healthcare/fhir_store.py +22 -22
- pulumi_gcp/healthcare/hl7_store.py +10 -10
- pulumi_gcp/iam/access_boundary_policy.py +16 -16
- pulumi_gcp/iam/deny_policy.py +18 -18
- pulumi_gcp/iam/workforce_pool.py +4 -4
- pulumi_gcp/iam/workforce_pool_provider.py +84 -84
- pulumi_gcp/iam/workload_identity_pool_provider.py +20 -20
- pulumi_gcp/identityplatform/config.py +32 -32
- pulumi_gcp/identityplatform/inbound_saml_config.py +14 -14
- pulumi_gcp/identityplatform/project_default_config.py +10 -10
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +14 -14
- pulumi_gcp/integrationconnectors/connection.py +132 -132
- pulumi_gcp/integrationconnectors/managed_zone.py +2 -2
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/secret_ciphertext.py +4 -4
- pulumi_gcp/logging/folder_bucket_config.py +2 -2
- pulumi_gcp/logging/metric.py +28 -28
- pulumi_gcp/logging/organization_bucket_config.py +2 -2
- pulumi_gcp/logging/project_bucket_config.py +4 -4
- pulumi_gcp/looker/instance.py +38 -38
- pulumi_gcp/managedkafka/cluster.py +18 -18
- pulumi_gcp/managedkafka/topic.py +8 -8
- pulumi_gcp/memcache/instance.py +8 -8
- pulumi_gcp/migrationcenter/preference_set.py +46 -46
- pulumi_gcp/monitoring/alert_policy.py +42 -42
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +4 -4
- pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
- pulumi_gcp/monitoring/get_notification_channel.py +8 -8
- pulumi_gcp/monitoring/metric_descriptor.py +10 -10
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +28 -28
- pulumi_gcp/monitoring/uptime_check_config.py +66 -66
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/netapp/volume_replication.py +6 -6
- pulumi_gcp/networkconnectivity/policy_based_route.py +10 -10
- pulumi_gcp/networkconnectivity/spoke.py +16 -16
- pulumi_gcp/networkmanagement/connectivity_test.py +18 -18
- pulumi_gcp/networksecurity/authorization_policy.py +10 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +12 -12
- pulumi_gcp/networksecurity/gateway_security_policy.py +42 -42
- pulumi_gcp/networksecurity/security_profile.py +6 -6
- pulumi_gcp/networksecurity/server_tls_policy.py +36 -36
- pulumi_gcp/networksecurity/tls_inspection_policy.py +92 -92
- pulumi_gcp/networkservices/edge_cache_keyset.py +2 -2
- pulumi_gcp/networkservices/edge_cache_origin.py +30 -30
- pulumi_gcp/networkservices/edge_cache_service.py +260 -260
- pulumi_gcp/networkservices/endpoint_policy.py +14 -14
- pulumi_gcp/networkservices/gateway.py +8 -8
- pulumi_gcp/networkservices/grpc_route.py +36 -36
- pulumi_gcp/networkservices/http_route.py +148 -148
- pulumi_gcp/networkservices/service_lb_policies.py +2 -2
- pulumi_gcp/networkservices/tcp_route.py +16 -16
- pulumi_gcp/networkservices/tls_route.py +12 -12
- pulumi_gcp/notebooks/instance.py +10 -10
- pulumi_gcp/notebooks/runtime.py +90 -90
- pulumi_gcp/organizations/access_approval_settings.py +8 -8
- pulumi_gcp/organizations/iam_audit_config.py +4 -4
- pulumi_gcp/organizations/iam_member.py +12 -12
- pulumi_gcp/organizations/iam_policy.py +12 -12
- pulumi_gcp/organizations/policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +12 -12
- pulumi_gcp/osconfig/guest_policies.py +28 -28
- pulumi_gcp/osconfig/os_policy_assignment.py +42 -42
- pulumi_gcp/osconfig/patch_deployment.py +70 -70
- pulumi_gcp/privilegedaccessmanager/entitlement.py +20 -20
- pulumi_gcp/projects/access_approval_settings.py +6 -6
- pulumi_gcp/projects/api_key.py +28 -28
- pulumi_gcp/projects/iam_audit_config.py +12 -12
- pulumi_gcp/projects/iam_binding.py +12 -12
- pulumi_gcp/projects/iam_member.py +12 -12
- pulumi_gcp/projects/iam_policy.py +12 -12
- pulumi_gcp/projects/organization_policy.py +2 -2
- pulumi_gcp/pubsub/lite_subscription.py +8 -8
- pulumi_gcp/pubsub/lite_topic.py +8 -8
- pulumi_gcp/pubsub/subscription.py +50 -50
- pulumi_gcp/pubsub/topic.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +54 -54
- pulumi_gcp/redis/instance.py +8 -8
- pulumi_gcp/secretmanager/secret.py +6 -6
- pulumi_gcp/secretmanager/secret_version.py +6 -6
- pulumi_gcp/securesourcemanager/instance.py +30 -30
- pulumi_gcp/securesourcemanager/repository.py +2 -2
- pulumi_gcp/securitycenter/folder_custom_module.py +12 -12
- pulumi_gcp/securitycenter/instance_iam_binding.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_member.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_policy.py +14 -14
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/organization_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/sourcerepo/repository.py +4 -4
- pulumi_gcp/spanner/instance.py +12 -12
- pulumi_gcp/sql/database_instance.py +28 -28
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/bucket.py +12 -12
- pulumi_gcp/storage/get_project_service_account.py +2 -2
- pulumi_gcp/storage/insights_report_config.py +16 -16
- pulumi_gcp/storage/transfer_agent_pool.py +2 -2
- pulumi_gcp/storage/transfer_job.py +38 -38
- pulumi_gcp/tpu/v2_vm.py +8 -8
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +16 -16
- pulumi_gcp/vertex/ai_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_feature_group.py +6 -6
- pulumi_gcp/vertex/ai_feature_group_feature.py +6 -6
- pulumi_gcp/vertex/ai_feature_online_store.py +22 -22
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +76 -76
- pulumi_gcp/vertex/ai_feature_store.py +14 -14
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +30 -30
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +12 -12
- pulumi_gcp/vertex/ai_index.py +28 -28
- pulumi_gcp/vertex/ai_index_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_tensorboard.py +2 -2
- pulumi_gcp/vmwareengine/cluster.py +36 -36
- pulumi_gcp/vmwareengine/external_access_rule.py +20 -20
- pulumi_gcp/vmwareengine/external_address.py +12 -12
- pulumi_gcp/vmwareengine/private_cloud.py +26 -26
- pulumi_gcp/vmwareengine/subnet.py +12 -12
- pulumi_gcp/workbench/instance.py +66 -66
- pulumi_gcp/workstations/workstation.py +8 -8
- pulumi_gcp/workstations/workstation_cluster.py +4 -4
- pulumi_gcp/workstations/workstation_config.py +122 -122
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataplex/task.py
CHANGED
@@ -587,18 +587,18 @@ class Task(pulumi.CustomResource):
|
|
587
587
|
trigger_spec={
|
588
588
|
"type": "RECURRING",
|
589
589
|
"disabled": False,
|
590
|
-
"
|
591
|
-
"
|
590
|
+
"max_retries": 3,
|
591
|
+
"start_time": "2023-10-02T15:01:23Z",
|
592
592
|
"schedule": "1 * * * *",
|
593
593
|
},
|
594
594
|
execution_spec={
|
595
|
-
"
|
595
|
+
"service_account": f"{project.number}-compute@developer.gserviceaccount.com",
|
596
596
|
"project": "my-project-name",
|
597
|
-
"
|
598
|
-
"
|
597
|
+
"max_job_execution_lifetime": "100s",
|
598
|
+
"kms_key": "234jn2kjn42k3n423",
|
599
599
|
},
|
600
600
|
spark={
|
601
|
-
"
|
601
|
+
"python_script_file": "gs://dataproc-examples/pyspark/hello-world/hello-world.py",
|
602
602
|
},
|
603
603
|
project="my-project-name")
|
604
604
|
```
|
@@ -626,35 +626,35 @@ class Task(pulumi.CustomResource):
|
|
626
626
|
},
|
627
627
|
description="task-spark-terraform",
|
628
628
|
execution_spec={
|
629
|
-
"
|
629
|
+
"service_account": f"{project.number}-compute@developer.gserviceaccount.com",
|
630
630
|
"args": {
|
631
|
-
"
|
631
|
+
"tas_k__args": "--output_location,gs://spark-job/task-result, --output_format, json",
|
632
632
|
},
|
633
633
|
},
|
634
634
|
spark={
|
635
|
-
"
|
635
|
+
"infrastructure_spec": {
|
636
636
|
"batch": {
|
637
|
-
"
|
638
|
-
"
|
637
|
+
"executors_count": 2,
|
638
|
+
"max_executors_count": 100,
|
639
639
|
},
|
640
|
-
"
|
640
|
+
"container_image": {
|
641
641
|
"image": "test-image",
|
642
|
-
"
|
643
|
-
"
|
642
|
+
"java_jars": ["test-java-jars.jar"],
|
643
|
+
"python_packages": ["gs://bucket-name/my/path/to/lib.tar.gz"],
|
644
644
|
"properties": {
|
645
645
|
"name": "wrench",
|
646
646
|
"mass": "1.3kg",
|
647
647
|
"count": "3",
|
648
648
|
},
|
649
649
|
},
|
650
|
-
"
|
651
|
-
"
|
652
|
-
"
|
650
|
+
"vpc_network": {
|
651
|
+
"network_tags": ["test-network-tag"],
|
652
|
+
"sub_network": default.id,
|
653
653
|
},
|
654
654
|
},
|
655
|
-
"
|
656
|
-
"
|
657
|
-
"
|
655
|
+
"file_uris": ["gs://terrafrom-test/test.csv"],
|
656
|
+
"archive_uris": ["gs://terraform-test/test.csv"],
|
657
|
+
"sql_script": "show databases",
|
658
658
|
},
|
659
659
|
project="my-project-name")
|
660
660
|
```
|
@@ -682,35 +682,35 @@ class Task(pulumi.CustomResource):
|
|
682
682
|
"schedule": "1 * * * *",
|
683
683
|
},
|
684
684
|
execution_spec={
|
685
|
-
"
|
685
|
+
"service_account": f"{project.number}-compute@developer.gserviceaccount.com",
|
686
686
|
"args": {
|
687
|
-
"
|
687
|
+
"tas_k__args": "--output_location,gs://spark-job-jars-anrajitha/task-result, --output_format, json",
|
688
688
|
},
|
689
689
|
},
|
690
690
|
notebook={
|
691
691
|
"notebook": "gs://terraform-test/test-notebook.ipynb",
|
692
|
-
"
|
692
|
+
"infrastructure_spec": {
|
693
693
|
"batch": {
|
694
|
-
"
|
695
|
-
"
|
694
|
+
"executors_count": 2,
|
695
|
+
"max_executors_count": 100,
|
696
696
|
},
|
697
|
-
"
|
697
|
+
"container_image": {
|
698
698
|
"image": "test-image",
|
699
|
-
"
|
700
|
-
"
|
699
|
+
"java_jars": ["test-java-jars.jar"],
|
700
|
+
"python_packages": ["gs://bucket-name/my/path/to/lib.tar.gz"],
|
701
701
|
"properties": {
|
702
702
|
"name": "wrench",
|
703
703
|
"mass": "1.3kg",
|
704
704
|
"count": "3",
|
705
705
|
},
|
706
706
|
},
|
707
|
-
"
|
708
|
-
"
|
707
|
+
"vpc_network": {
|
708
|
+
"network_tags": ["test-network-tag"],
|
709
709
|
"network": default.id,
|
710
710
|
},
|
711
711
|
},
|
712
|
-
"
|
713
|
-
"
|
712
|
+
"file_uris": ["gs://terraform-test/test.csv"],
|
713
|
+
"archive_uris": ["gs://terraform-test/test.csv"],
|
714
714
|
},
|
715
715
|
project="my-project-name")
|
716
716
|
```
|
@@ -797,18 +797,18 @@ class Task(pulumi.CustomResource):
|
|
797
797
|
trigger_spec={
|
798
798
|
"type": "RECURRING",
|
799
799
|
"disabled": False,
|
800
|
-
"
|
801
|
-
"
|
800
|
+
"max_retries": 3,
|
801
|
+
"start_time": "2023-10-02T15:01:23Z",
|
802
802
|
"schedule": "1 * * * *",
|
803
803
|
},
|
804
804
|
execution_spec={
|
805
|
-
"
|
805
|
+
"service_account": f"{project.number}-compute@developer.gserviceaccount.com",
|
806
806
|
"project": "my-project-name",
|
807
|
-
"
|
808
|
-
"
|
807
|
+
"max_job_execution_lifetime": "100s",
|
808
|
+
"kms_key": "234jn2kjn42k3n423",
|
809
809
|
},
|
810
810
|
spark={
|
811
|
-
"
|
811
|
+
"python_script_file": "gs://dataproc-examples/pyspark/hello-world/hello-world.py",
|
812
812
|
},
|
813
813
|
project="my-project-name")
|
814
814
|
```
|
@@ -836,35 +836,35 @@ class Task(pulumi.CustomResource):
|
|
836
836
|
},
|
837
837
|
description="task-spark-terraform",
|
838
838
|
execution_spec={
|
839
|
-
"
|
839
|
+
"service_account": f"{project.number}-compute@developer.gserviceaccount.com",
|
840
840
|
"args": {
|
841
|
-
"
|
841
|
+
"tas_k__args": "--output_location,gs://spark-job/task-result, --output_format, json",
|
842
842
|
},
|
843
843
|
},
|
844
844
|
spark={
|
845
|
-
"
|
845
|
+
"infrastructure_spec": {
|
846
846
|
"batch": {
|
847
|
-
"
|
848
|
-
"
|
847
|
+
"executors_count": 2,
|
848
|
+
"max_executors_count": 100,
|
849
849
|
},
|
850
|
-
"
|
850
|
+
"container_image": {
|
851
851
|
"image": "test-image",
|
852
|
-
"
|
853
|
-
"
|
852
|
+
"java_jars": ["test-java-jars.jar"],
|
853
|
+
"python_packages": ["gs://bucket-name/my/path/to/lib.tar.gz"],
|
854
854
|
"properties": {
|
855
855
|
"name": "wrench",
|
856
856
|
"mass": "1.3kg",
|
857
857
|
"count": "3",
|
858
858
|
},
|
859
859
|
},
|
860
|
-
"
|
861
|
-
"
|
862
|
-
"
|
860
|
+
"vpc_network": {
|
861
|
+
"network_tags": ["test-network-tag"],
|
862
|
+
"sub_network": default.id,
|
863
863
|
},
|
864
864
|
},
|
865
|
-
"
|
866
|
-
"
|
867
|
-
"
|
865
|
+
"file_uris": ["gs://terrafrom-test/test.csv"],
|
866
|
+
"archive_uris": ["gs://terraform-test/test.csv"],
|
867
|
+
"sql_script": "show databases",
|
868
868
|
},
|
869
869
|
project="my-project-name")
|
870
870
|
```
|
@@ -892,35 +892,35 @@ class Task(pulumi.CustomResource):
|
|
892
892
|
"schedule": "1 * * * *",
|
893
893
|
},
|
894
894
|
execution_spec={
|
895
|
-
"
|
895
|
+
"service_account": f"{project.number}-compute@developer.gserviceaccount.com",
|
896
896
|
"args": {
|
897
|
-
"
|
897
|
+
"tas_k__args": "--output_location,gs://spark-job-jars-anrajitha/task-result, --output_format, json",
|
898
898
|
},
|
899
899
|
},
|
900
900
|
notebook={
|
901
901
|
"notebook": "gs://terraform-test/test-notebook.ipynb",
|
902
|
-
"
|
902
|
+
"infrastructure_spec": {
|
903
903
|
"batch": {
|
904
|
-
"
|
905
|
-
"
|
904
|
+
"executors_count": 2,
|
905
|
+
"max_executors_count": 100,
|
906
906
|
},
|
907
|
-
"
|
907
|
+
"container_image": {
|
908
908
|
"image": "test-image",
|
909
|
-
"
|
910
|
-
"
|
909
|
+
"java_jars": ["test-java-jars.jar"],
|
910
|
+
"python_packages": ["gs://bucket-name/my/path/to/lib.tar.gz"],
|
911
911
|
"properties": {
|
912
912
|
"name": "wrench",
|
913
913
|
"mass": "1.3kg",
|
914
914
|
"count": "3",
|
915
915
|
},
|
916
916
|
},
|
917
|
-
"
|
918
|
-
"
|
917
|
+
"vpc_network": {
|
918
|
+
"network_tags": ["test-network-tag"],
|
919
919
|
"network": default.id,
|
920
920
|
},
|
921
921
|
},
|
922
|
-
"
|
923
|
-
"
|
922
|
+
"file_uris": ["gs://terraform-test/test.csv"],
|
923
|
+
"archive_uris": ["gs://terraform-test/test.csv"],
|
924
924
|
},
|
925
925
|
project="my-project-name")
|
926
926
|
```
|
pulumi_gcp/dataplex/zone.py
CHANGED
@@ -513,7 +513,7 @@ class Zone(pulumi.CustomResource):
|
|
513
513
|
location="us-west1",
|
514
514
|
name="zone",
|
515
515
|
resource_spec={
|
516
|
-
"
|
516
|
+
"location_type": "MULTI_REGION",
|
517
517
|
},
|
518
518
|
type="RAW",
|
519
519
|
description="Zone for DCL",
|
@@ -595,7 +595,7 @@ class Zone(pulumi.CustomResource):
|
|
595
595
|
location="us-west1",
|
596
596
|
name="zone",
|
597
597
|
resource_spec={
|
598
|
-
"
|
598
|
+
"location_type": "MULTI_REGION",
|
599
599
|
},
|
600
600
|
type="RAW",
|
601
601
|
description="Zone for DCL",
|
@@ -308,21 +308,21 @@ class AutoscalingPolicy(pulumi.CustomResource):
|
|
308
308
|
policy_id="dataproc-policy",
|
309
309
|
location="us-central1",
|
310
310
|
worker_config={
|
311
|
-
"
|
311
|
+
"max_instances": 3,
|
312
312
|
},
|
313
313
|
basic_algorithm={
|
314
|
-
"
|
315
|
-
"
|
316
|
-
"
|
317
|
-
"
|
314
|
+
"yarn_config": {
|
315
|
+
"graceful_decommission_timeout": "30s",
|
316
|
+
"scale_up_factor": 0.5,
|
317
|
+
"scale_down_factor": 0.5,
|
318
318
|
},
|
319
319
|
})
|
320
320
|
basic = gcp.dataproc.Cluster("basic",
|
321
321
|
name="dataproc-policy",
|
322
322
|
region="us-central1",
|
323
323
|
cluster_config={
|
324
|
-
"
|
325
|
-
"
|
324
|
+
"autoscaling_config": {
|
325
|
+
"policy_uri": asp.name,
|
326
326
|
},
|
327
327
|
})
|
328
328
|
```
|
@@ -391,21 +391,21 @@ class AutoscalingPolicy(pulumi.CustomResource):
|
|
391
391
|
policy_id="dataproc-policy",
|
392
392
|
location="us-central1",
|
393
393
|
worker_config={
|
394
|
-
"
|
394
|
+
"max_instances": 3,
|
395
395
|
},
|
396
396
|
basic_algorithm={
|
397
|
-
"
|
398
|
-
"
|
399
|
-
"
|
400
|
-
"
|
397
|
+
"yarn_config": {
|
398
|
+
"graceful_decommission_timeout": "30s",
|
399
|
+
"scale_up_factor": 0.5,
|
400
|
+
"scale_down_factor": 0.5,
|
401
401
|
},
|
402
402
|
})
|
403
403
|
basic = gcp.dataproc.Cluster("basic",
|
404
404
|
name="dataproc-policy",
|
405
405
|
region="us-central1",
|
406
406
|
cluster_config={
|
407
|
-
"
|
408
|
-
"
|
407
|
+
"autoscaling_config": {
|
408
|
+
"policy_uri": asp.name,
|
409
409
|
},
|
410
410
|
})
|
411
411
|
```
|
pulumi_gcp/dataproc/cluster.py
CHANGED
@@ -376,44 +376,44 @@ class Cluster(pulumi.CustomResource):
|
|
376
376
|
"foo": "bar",
|
377
377
|
},
|
378
378
|
cluster_config={
|
379
|
-
"
|
380
|
-
"
|
381
|
-
"
|
382
|
-
"
|
383
|
-
"
|
384
|
-
"
|
385
|
-
"
|
379
|
+
"staging_bucket": "dataproc-staging-bucket",
|
380
|
+
"master_config": {
|
381
|
+
"num_instances": 1,
|
382
|
+
"machine_type": "e2-medium",
|
383
|
+
"disk_config": {
|
384
|
+
"boot_disk_type": "pd-ssd",
|
385
|
+
"boot_disk_size_gb": 30,
|
386
386
|
},
|
387
387
|
},
|
388
|
-
"
|
389
|
-
"
|
390
|
-
"
|
391
|
-
"
|
392
|
-
"
|
393
|
-
"
|
394
|
-
"
|
388
|
+
"worker_config": {
|
389
|
+
"num_instances": 2,
|
390
|
+
"machine_type": "e2-medium",
|
391
|
+
"min_cpu_platform": "Intel Skylake",
|
392
|
+
"disk_config": {
|
393
|
+
"boot_disk_size_gb": 30,
|
394
|
+
"num_local_ssds": 1,
|
395
395
|
},
|
396
396
|
},
|
397
|
-
"
|
398
|
-
"
|
397
|
+
"preemptible_worker_config": {
|
398
|
+
"num_instances": 0,
|
399
399
|
},
|
400
|
-
"
|
401
|
-
"
|
402
|
-
"
|
403
|
-
"
|
400
|
+
"software_config": {
|
401
|
+
"image_version": "2.0.35-debian10",
|
402
|
+
"override_properties": {
|
403
|
+
"dataproc_dataproc_allow_zero_workers": "true",
|
404
404
|
},
|
405
405
|
},
|
406
|
-
"
|
406
|
+
"gce_cluster_config": {
|
407
407
|
"tags": [
|
408
408
|
"foo",
|
409
409
|
"bar",
|
410
410
|
],
|
411
|
-
"
|
412
|
-
"
|
411
|
+
"service_account": default.email,
|
412
|
+
"service_account_scopes": ["cloud-platform"],
|
413
413
|
},
|
414
|
-
"
|
414
|
+
"initialization_actions": [{
|
415
415
|
"script": "gs://dataproc-initialization-actions/stackdriver/stackdriver.sh",
|
416
|
-
"
|
416
|
+
"timeout_sec": 500,
|
417
417
|
}],
|
418
418
|
})
|
419
419
|
```
|
@@ -428,13 +428,13 @@ class Cluster(pulumi.CustomResource):
|
|
428
428
|
name="my-cluster-with-gpu",
|
429
429
|
region="us-central1",
|
430
430
|
cluster_config={
|
431
|
-
"
|
431
|
+
"gce_cluster_config": {
|
432
432
|
"zone": "us-central1-a",
|
433
433
|
},
|
434
|
-
"
|
434
|
+
"master_config": {
|
435
435
|
"accelerators": [{
|
436
|
-
"
|
437
|
-
"
|
436
|
+
"accelerator_type": "nvidia-tesla-k80",
|
437
|
+
"accelerator_count": 1,
|
438
438
|
}],
|
439
439
|
},
|
440
440
|
})
|
@@ -509,44 +509,44 @@ class Cluster(pulumi.CustomResource):
|
|
509
509
|
"foo": "bar",
|
510
510
|
},
|
511
511
|
cluster_config={
|
512
|
-
"
|
513
|
-
"
|
514
|
-
"
|
515
|
-
"
|
516
|
-
"
|
517
|
-
"
|
518
|
-
"
|
512
|
+
"staging_bucket": "dataproc-staging-bucket",
|
513
|
+
"master_config": {
|
514
|
+
"num_instances": 1,
|
515
|
+
"machine_type": "e2-medium",
|
516
|
+
"disk_config": {
|
517
|
+
"boot_disk_type": "pd-ssd",
|
518
|
+
"boot_disk_size_gb": 30,
|
519
519
|
},
|
520
520
|
},
|
521
|
-
"
|
522
|
-
"
|
523
|
-
"
|
524
|
-
"
|
525
|
-
"
|
526
|
-
"
|
527
|
-
"
|
521
|
+
"worker_config": {
|
522
|
+
"num_instances": 2,
|
523
|
+
"machine_type": "e2-medium",
|
524
|
+
"min_cpu_platform": "Intel Skylake",
|
525
|
+
"disk_config": {
|
526
|
+
"boot_disk_size_gb": 30,
|
527
|
+
"num_local_ssds": 1,
|
528
528
|
},
|
529
529
|
},
|
530
|
-
"
|
531
|
-
"
|
530
|
+
"preemptible_worker_config": {
|
531
|
+
"num_instances": 0,
|
532
532
|
},
|
533
|
-
"
|
534
|
-
"
|
535
|
-
"
|
536
|
-
"
|
533
|
+
"software_config": {
|
534
|
+
"image_version": "2.0.35-debian10",
|
535
|
+
"override_properties": {
|
536
|
+
"dataproc_dataproc_allow_zero_workers": "true",
|
537
537
|
},
|
538
538
|
},
|
539
|
-
"
|
539
|
+
"gce_cluster_config": {
|
540
540
|
"tags": [
|
541
541
|
"foo",
|
542
542
|
"bar",
|
543
543
|
],
|
544
|
-
"
|
545
|
-
"
|
544
|
+
"service_account": default.email,
|
545
|
+
"service_account_scopes": ["cloud-platform"],
|
546
546
|
},
|
547
|
-
"
|
547
|
+
"initialization_actions": [{
|
548
548
|
"script": "gs://dataproc-initialization-actions/stackdriver/stackdriver.sh",
|
549
|
-
"
|
549
|
+
"timeout_sec": 500,
|
550
550
|
}],
|
551
551
|
})
|
552
552
|
```
|
@@ -561,13 +561,13 @@ class Cluster(pulumi.CustomResource):
|
|
561
561
|
name="my-cluster-with-gpu",
|
562
562
|
region="us-central1",
|
563
563
|
cluster_config={
|
564
|
-
"
|
564
|
+
"gce_cluster_config": {
|
565
565
|
"zone": "us-central1-a",
|
566
566
|
},
|
567
|
-
"
|
567
|
+
"master_config": {
|
568
568
|
"accelerators": [{
|
569
|
-
"
|
570
|
-
"
|
569
|
+
"accelerator_type": "nvidia-tesla-k80",
|
570
|
+
"accelerator_count": 1,
|
571
571
|
}],
|
572
572
|
},
|
573
573
|
})
|
pulumi_gcp/dataproc/job.py
CHANGED
@@ -633,17 +633,17 @@ class Job(pulumi.CustomResource):
|
|
633
633
|
region=mycluster.region,
|
634
634
|
force_delete=True,
|
635
635
|
placement={
|
636
|
-
"
|
636
|
+
"cluster_name": mycluster.name,
|
637
637
|
},
|
638
638
|
spark_config={
|
639
|
-
"
|
640
|
-
"
|
639
|
+
"main_class": "org.apache.spark.examples.SparkPi",
|
640
|
+
"jar_file_uris": ["file:///usr/lib/spark/examples/jars/spark-examples.jar"],
|
641
641
|
"args": ["1000"],
|
642
642
|
"properties": {
|
643
|
-
"
|
643
|
+
"spark_log_conf": "true",
|
644
644
|
},
|
645
|
-
"
|
646
|
-
"
|
645
|
+
"logging_config": {
|
646
|
+
"driver_log_levels": {
|
647
647
|
"root": "INFO",
|
648
648
|
},
|
649
649
|
},
|
@@ -653,12 +653,12 @@ class Job(pulumi.CustomResource):
|
|
653
653
|
region=mycluster.region,
|
654
654
|
force_delete=True,
|
655
655
|
placement={
|
656
|
-
"
|
656
|
+
"cluster_name": mycluster.name,
|
657
657
|
},
|
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_log_conf": "true",
|
662
662
|
},
|
663
663
|
})
|
664
664
|
pulumi.export("sparkStatus", spark.statuses[0].state)
|
@@ -718,17 +718,17 @@ class Job(pulumi.CustomResource):
|
|
718
718
|
region=mycluster.region,
|
719
719
|
force_delete=True,
|
720
720
|
placement={
|
721
|
-
"
|
721
|
+
"cluster_name": mycluster.name,
|
722
722
|
},
|
723
723
|
spark_config={
|
724
|
-
"
|
725
|
-
"
|
724
|
+
"main_class": "org.apache.spark.examples.SparkPi",
|
725
|
+
"jar_file_uris": ["file:///usr/lib/spark/examples/jars/spark-examples.jar"],
|
726
726
|
"args": ["1000"],
|
727
727
|
"properties": {
|
728
|
-
"
|
728
|
+
"spark_log_conf": "true",
|
729
729
|
},
|
730
|
-
"
|
731
|
-
"
|
730
|
+
"logging_config": {
|
731
|
+
"driver_log_levels": {
|
732
732
|
"root": "INFO",
|
733
733
|
},
|
734
734
|
},
|
@@ -738,12 +738,12 @@ class Job(pulumi.CustomResource):
|
|
738
738
|
region=mycluster.region,
|
739
739
|
force_delete=True,
|
740
740
|
placement={
|
741
|
-
"
|
741
|
+
"cluster_name": mycluster.name,
|
742
742
|
},
|
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_log_conf": "true",
|
747
747
|
},
|
748
748
|
})
|
749
749
|
pulumi.export("sparkStatus", spark.statuses[0].state)
|