pulumi-gcp 7.33.0a1721887782__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.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/top_level.txt +0 -0
@@ -395,9 +395,9 @@ class WorkerPool(pulumi.CustomResource):
|
|
395
395
|
name="my-pool",
|
396
396
|
location="europe-west1",
|
397
397
|
worker_config={
|
398
|
-
"
|
399
|
-
"
|
400
|
-
"
|
398
|
+
"disk_size_gb": 100,
|
399
|
+
"machine_type": "e2-standard-4",
|
400
|
+
"no_external_ip": False,
|
401
401
|
})
|
402
402
|
```
|
403
403
|
|
@@ -429,13 +429,13 @@ class WorkerPool(pulumi.CustomResource):
|
|
429
429
|
name="my-pool",
|
430
430
|
location="europe-west1",
|
431
431
|
worker_config={
|
432
|
-
"
|
433
|
-
"
|
434
|
-
"
|
432
|
+
"disk_size_gb": 100,
|
433
|
+
"machine_type": "e2-standard-4",
|
434
|
+
"no_external_ip": False,
|
435
435
|
},
|
436
436
|
network_config={
|
437
|
-
"
|
438
|
-
"
|
437
|
+
"peered_network": network.id,
|
438
|
+
"peered_network_ip_range": "/29",
|
439
439
|
},
|
440
440
|
opts = pulumi.ResourceOptions(depends_on=[worker_pool_conn]))
|
441
441
|
```
|
@@ -498,9 +498,9 @@ class WorkerPool(pulumi.CustomResource):
|
|
498
498
|
name="my-pool",
|
499
499
|
location="europe-west1",
|
500
500
|
worker_config={
|
501
|
-
"
|
502
|
-
"
|
503
|
-
"
|
501
|
+
"disk_size_gb": 100,
|
502
|
+
"machine_type": "e2-standard-4",
|
503
|
+
"no_external_ip": False,
|
504
504
|
})
|
505
505
|
```
|
506
506
|
|
@@ -532,13 +532,13 @@ class WorkerPool(pulumi.CustomResource):
|
|
532
532
|
name="my-pool",
|
533
533
|
location="europe-west1",
|
534
534
|
worker_config={
|
535
|
-
"
|
536
|
-
"
|
537
|
-
"
|
535
|
+
"disk_size_gb": 100,
|
536
|
+
"machine_type": "e2-standard-4",
|
537
|
+
"no_external_ip": False,
|
538
538
|
},
|
539
539
|
network_config={
|
540
|
-
"
|
541
|
-
"
|
540
|
+
"peered_network": network.id,
|
541
|
+
"peered_network_ip_range": "/29",
|
542
542
|
},
|
543
543
|
opts = pulumi.ResourceOptions(depends_on=[worker_pool_conn]))
|
544
544
|
```
|
@@ -528,9 +528,9 @@ class Connection(pulumi.CustomResource):
|
|
528
528
|
location="us-central1",
|
529
529
|
name="tf-test-connection",
|
530
530
|
github_config={
|
531
|
-
"
|
532
|
-
"
|
533
|
-
"
|
531
|
+
"app_installation_id": 0,
|
532
|
+
"authorizer_credential": {
|
533
|
+
"oauth_token_secret_version": "projects/gcb-terraform-creds/secrets/github-pat/versions/1",
|
534
534
|
},
|
535
535
|
})
|
536
536
|
```
|
@@ -571,12 +571,12 @@ class Connection(pulumi.CustomResource):
|
|
571
571
|
location="us-central1",
|
572
572
|
name="my-terraform-ghe-connection",
|
573
573
|
github_enterprise_config={
|
574
|
-
"
|
575
|
-
"
|
576
|
-
"
|
577
|
-
"
|
578
|
-
"
|
579
|
-
"
|
574
|
+
"host_uri": "https://ghe.com",
|
575
|
+
"private_key_secret_version": private_key_secret_version.id,
|
576
|
+
"webhook_secret_secret_version": webhook_secret_secret_version.id,
|
577
|
+
"app_id": 200,
|
578
|
+
"app_slug": "gcb-app",
|
579
|
+
"app_installation_id": 300,
|
580
580
|
},
|
581
581
|
opts = pulumi.ResourceOptions(depends_on=[
|
582
582
|
policy_pk,
|
@@ -609,9 +609,9 @@ class Connection(pulumi.CustomResource):
|
|
609
609
|
location="us-central1",
|
610
610
|
name="my-connection",
|
611
611
|
github_config={
|
612
|
-
"
|
613
|
-
"
|
614
|
-
"
|
612
|
+
"app_installation_id": 123123,
|
613
|
+
"authorizer_credential": {
|
614
|
+
"oauth_token_secret_version": github_token_secret_version.id,
|
615
615
|
},
|
616
616
|
})
|
617
617
|
```
|
@@ -697,9 +697,9 @@ class Connection(pulumi.CustomResource):
|
|
697
697
|
location="us-central1",
|
698
698
|
name="tf-test-connection",
|
699
699
|
github_config={
|
700
|
-
"
|
701
|
-
"
|
702
|
-
"
|
700
|
+
"app_installation_id": 0,
|
701
|
+
"authorizer_credential": {
|
702
|
+
"oauth_token_secret_version": "projects/gcb-terraform-creds/secrets/github-pat/versions/1",
|
703
703
|
},
|
704
704
|
})
|
705
705
|
```
|
@@ -740,12 +740,12 @@ class Connection(pulumi.CustomResource):
|
|
740
740
|
location="us-central1",
|
741
741
|
name="my-terraform-ghe-connection",
|
742
742
|
github_enterprise_config={
|
743
|
-
"
|
744
|
-
"
|
745
|
-
"
|
746
|
-
"
|
747
|
-
"
|
748
|
-
"
|
743
|
+
"host_uri": "https://ghe.com",
|
744
|
+
"private_key_secret_version": private_key_secret_version.id,
|
745
|
+
"webhook_secret_secret_version": webhook_secret_secret_version.id,
|
746
|
+
"app_id": 200,
|
747
|
+
"app_slug": "gcb-app",
|
748
|
+
"app_installation_id": 300,
|
749
749
|
},
|
750
750
|
opts = pulumi.ResourceOptions(depends_on=[
|
751
751
|
policy_pk,
|
@@ -778,9 +778,9 @@ class Connection(pulumi.CustomResource):
|
|
778
778
|
location="us-central1",
|
779
779
|
name="my-connection",
|
780
780
|
github_config={
|
781
|
-
"
|
782
|
-
"
|
783
|
-
"
|
781
|
+
"app_installation_id": 123123,
|
782
|
+
"authorizer_credential": {
|
783
|
+
"oauth_token_secret_version": github_token_secret_version.id,
|
784
784
|
},
|
785
785
|
})
|
786
786
|
```
|
@@ -366,12 +366,12 @@ class Repository(pulumi.CustomResource):
|
|
366
366
|
location="us-central1",
|
367
367
|
name="my-terraform-ghe-connection",
|
368
368
|
github_enterprise_config={
|
369
|
-
"
|
370
|
-
"
|
371
|
-
"
|
372
|
-
"
|
373
|
-
"
|
374
|
-
"
|
369
|
+
"host_uri": "https://ghe.com",
|
370
|
+
"private_key_secret_version": private_key_secret_version.id,
|
371
|
+
"webhook_secret_secret_version": webhook_secret_secret_version.id,
|
372
|
+
"app_id": 200,
|
373
|
+
"app_slug": "gcb-app",
|
374
|
+
"app_installation_id": 300,
|
375
375
|
},
|
376
376
|
opts = pulumi.ResourceOptions(depends_on=[
|
377
377
|
policy_pk,
|
@@ -409,9 +409,9 @@ class Repository(pulumi.CustomResource):
|
|
409
409
|
location="us-central1",
|
410
410
|
name="my-connection",
|
411
411
|
github_config={
|
412
|
-
"
|
413
|
-
"
|
414
|
-
"
|
412
|
+
"app_installation_id": 123123,
|
413
|
+
"authorizer_credential": {
|
414
|
+
"oauth_token_secret_version": github_token_secret_version.id,
|
415
415
|
},
|
416
416
|
})
|
417
417
|
my_repository = gcp.cloudbuildv2.Repository("my-repository",
|
@@ -514,12 +514,12 @@ class Repository(pulumi.CustomResource):
|
|
514
514
|
location="us-central1",
|
515
515
|
name="my-terraform-ghe-connection",
|
516
516
|
github_enterprise_config={
|
517
|
-
"
|
518
|
-
"
|
519
|
-
"
|
520
|
-
"
|
521
|
-
"
|
522
|
-
"
|
517
|
+
"host_uri": "https://ghe.com",
|
518
|
+
"private_key_secret_version": private_key_secret_version.id,
|
519
|
+
"webhook_secret_secret_version": webhook_secret_secret_version.id,
|
520
|
+
"app_id": 200,
|
521
|
+
"app_slug": "gcb-app",
|
522
|
+
"app_installation_id": 300,
|
523
523
|
},
|
524
524
|
opts = pulumi.ResourceOptions(depends_on=[
|
525
525
|
policy_pk,
|
@@ -557,9 +557,9 @@ class Repository(pulumi.CustomResource):
|
|
557
557
|
location="us-central1",
|
558
558
|
name="my-connection",
|
559
559
|
github_config={
|
560
|
-
"
|
561
|
-
"
|
562
|
-
"
|
560
|
+
"app_installation_id": 123123,
|
561
|
+
"authorizer_credential": {
|
562
|
+
"oauth_token_secret_version": github_token_secret_version.id,
|
563
563
|
},
|
564
564
|
})
|
565
565
|
my_repository = gcp.cloudbuildv2.Repository("my-repository",
|
@@ -586,7 +586,7 @@ class Automation(pulumi.CustomResource):
|
|
586
586
|
location="us-central1",
|
587
587
|
serial_pipeline={
|
588
588
|
"stages": [{
|
589
|
-
"
|
589
|
+
"target_id": "test",
|
590
590
|
"profiles": [],
|
591
591
|
}],
|
592
592
|
})
|
@@ -603,7 +603,7 @@ class Automation(pulumi.CustomResource):
|
|
603
603
|
},
|
604
604
|
suspended=False,
|
605
605
|
rules=[{
|
606
|
-
"
|
606
|
+
"promote_release_rule": {
|
607
607
|
"id": "promote-release",
|
608
608
|
},
|
609
609
|
}])
|
@@ -619,7 +619,7 @@ class Automation(pulumi.CustomResource):
|
|
619
619
|
location="us-central1",
|
620
620
|
serial_pipeline={
|
621
621
|
"stages": [{
|
622
|
-
"
|
622
|
+
"target_id": "test",
|
623
623
|
"profiles": ["test-profile"],
|
624
624
|
}],
|
625
625
|
})
|
@@ -648,17 +648,17 @@ class Automation(pulumi.CustomResource):
|
|
648
648
|
suspended=True,
|
649
649
|
rules=[
|
650
650
|
{
|
651
|
-
"
|
651
|
+
"promote_release_rule": {
|
652
652
|
"id": "promote-release",
|
653
653
|
"wait": "200s",
|
654
|
-
"
|
655
|
-
"
|
654
|
+
"destination_target_id": "@next",
|
655
|
+
"destination_phase": "stable",
|
656
656
|
},
|
657
657
|
},
|
658
658
|
{
|
659
|
-
"
|
659
|
+
"advance_rollout_rule": {
|
660
660
|
"id": "advance-rollout",
|
661
|
-
"
|
661
|
+
"source_phases": ["deploy"],
|
662
662
|
"wait": "200s",
|
663
663
|
},
|
664
664
|
},
|
@@ -746,7 +746,7 @@ class Automation(pulumi.CustomResource):
|
|
746
746
|
location="us-central1",
|
747
747
|
serial_pipeline={
|
748
748
|
"stages": [{
|
749
|
-
"
|
749
|
+
"target_id": "test",
|
750
750
|
"profiles": [],
|
751
751
|
}],
|
752
752
|
})
|
@@ -763,7 +763,7 @@ class Automation(pulumi.CustomResource):
|
|
763
763
|
},
|
764
764
|
suspended=False,
|
765
765
|
rules=[{
|
766
|
-
"
|
766
|
+
"promote_release_rule": {
|
767
767
|
"id": "promote-release",
|
768
768
|
},
|
769
769
|
}])
|
@@ -779,7 +779,7 @@ class Automation(pulumi.CustomResource):
|
|
779
779
|
location="us-central1",
|
780
780
|
serial_pipeline={
|
781
781
|
"stages": [{
|
782
|
-
"
|
782
|
+
"target_id": "test",
|
783
783
|
"profiles": ["test-profile"],
|
784
784
|
}],
|
785
785
|
})
|
@@ -808,17 +808,17 @@ class Automation(pulumi.CustomResource):
|
|
808
808
|
suspended=True,
|
809
809
|
rules=[
|
810
810
|
{
|
811
|
-
"
|
811
|
+
"promote_release_rule": {
|
812
812
|
"id": "promote-release",
|
813
813
|
"wait": "200s",
|
814
|
-
"
|
815
|
-
"
|
814
|
+
"destination_target_id": "@next",
|
815
|
+
"destination_phase": "stable",
|
816
816
|
},
|
817
817
|
},
|
818
818
|
{
|
819
|
-
"
|
819
|
+
"advance_rollout_rule": {
|
820
820
|
"id": "advance-rollout",
|
821
|
-
"
|
821
|
+
"source_phases": ["deploy"],
|
822
822
|
"wait": "200s",
|
823
823
|
},
|
824
824
|
},
|
@@ -463,8 +463,8 @@ class CustomTargetType(pulumi.CustomResource):
|
|
463
463
|
"my_second_label": "example-label-2",
|
464
464
|
},
|
465
465
|
custom_actions={
|
466
|
-
"
|
467
|
-
"
|
466
|
+
"render_action": "renderAction",
|
467
|
+
"deploy_action": "deployAction",
|
468
468
|
})
|
469
469
|
```
|
470
470
|
### Clouddeploy Custom Target Type Git Skaffold Modules
|
@@ -478,9 +478,9 @@ class CustomTargetType(pulumi.CustomResource):
|
|
478
478
|
name="my-custom-target-type",
|
479
479
|
description="My custom target type",
|
480
480
|
custom_actions={
|
481
|
-
"
|
482
|
-
"
|
483
|
-
"
|
481
|
+
"render_action": "renderAction",
|
482
|
+
"deploy_action": "deployAction",
|
483
|
+
"include_skaffold_modules": [{
|
484
484
|
"configs": ["my-config"],
|
485
485
|
"git": {
|
486
486
|
"repo": "http://github.com/example/example-repo.git",
|
@@ -501,11 +501,11 @@ class CustomTargetType(pulumi.CustomResource):
|
|
501
501
|
name="my-custom-target-type",
|
502
502
|
description="My custom target type",
|
503
503
|
custom_actions={
|
504
|
-
"
|
505
|
-
"
|
506
|
-
"
|
504
|
+
"render_action": "renderAction",
|
505
|
+
"deploy_action": "deployAction",
|
506
|
+
"include_skaffold_modules": [{
|
507
507
|
"configs": ["my-config"],
|
508
|
-
"
|
508
|
+
"google_cloud_storage": {
|
509
509
|
"source": "gs://example-bucket/dir/configs/*",
|
510
510
|
"path": "skaffold.yaml",
|
511
511
|
},
|
@@ -523,11 +523,11 @@ class CustomTargetType(pulumi.CustomResource):
|
|
523
523
|
name="my-custom-target-type",
|
524
524
|
description="My custom target type",
|
525
525
|
custom_actions={
|
526
|
-
"
|
527
|
-
"
|
528
|
-
"
|
526
|
+
"render_action": "renderAction",
|
527
|
+
"deploy_action": "deployAction",
|
528
|
+
"include_skaffold_modules": [{
|
529
529
|
"configs": ["my-config"],
|
530
|
-
"
|
530
|
+
"google_cloud_build_repo": {
|
531
531
|
"repository": "projects/example/locations/us-central1/connections/git/repositories/example-repo",
|
532
532
|
"path": "configs/skaffold.yaml",
|
533
533
|
"ref": "main",
|
@@ -616,8 +616,8 @@ class CustomTargetType(pulumi.CustomResource):
|
|
616
616
|
"my_second_label": "example-label-2",
|
617
617
|
},
|
618
618
|
custom_actions={
|
619
|
-
"
|
620
|
-
"
|
619
|
+
"render_action": "renderAction",
|
620
|
+
"deploy_action": "deployAction",
|
621
621
|
})
|
622
622
|
```
|
623
623
|
### Clouddeploy Custom Target Type Git Skaffold Modules
|
@@ -631,9 +631,9 @@ class CustomTargetType(pulumi.CustomResource):
|
|
631
631
|
name="my-custom-target-type",
|
632
632
|
description="My custom target type",
|
633
633
|
custom_actions={
|
634
|
-
"
|
635
|
-
"
|
636
|
-
"
|
634
|
+
"render_action": "renderAction",
|
635
|
+
"deploy_action": "deployAction",
|
636
|
+
"include_skaffold_modules": [{
|
637
637
|
"configs": ["my-config"],
|
638
638
|
"git": {
|
639
639
|
"repo": "http://github.com/example/example-repo.git",
|
@@ -654,11 +654,11 @@ class CustomTargetType(pulumi.CustomResource):
|
|
654
654
|
name="my-custom-target-type",
|
655
655
|
description="My custom target type",
|
656
656
|
custom_actions={
|
657
|
-
"
|
658
|
-
"
|
659
|
-
"
|
657
|
+
"render_action": "renderAction",
|
658
|
+
"deploy_action": "deployAction",
|
659
|
+
"include_skaffold_modules": [{
|
660
660
|
"configs": ["my-config"],
|
661
|
-
"
|
661
|
+
"google_cloud_storage": {
|
662
662
|
"source": "gs://example-bucket/dir/configs/*",
|
663
663
|
"path": "skaffold.yaml",
|
664
664
|
},
|
@@ -676,11 +676,11 @@ class CustomTargetType(pulumi.CustomResource):
|
|
676
676
|
name="my-custom-target-type",
|
677
677
|
description="My custom target type",
|
678
678
|
custom_actions={
|
679
|
-
"
|
680
|
-
"
|
681
|
-
"
|
679
|
+
"render_action": "renderAction",
|
680
|
+
"deploy_action": "deployAction",
|
681
|
+
"include_skaffold_modules": [{
|
682
682
|
"configs": ["my-config"],
|
683
|
-
"
|
683
|
+
"google_cloud_build_repo": {
|
684
684
|
"repository": "projects/example/locations/us-central1/connections/git/repositories/example-repo",
|
685
685
|
"path": "configs/skaffold.yaml",
|
686
686
|
"ref": "main",
|