pulumi-gcp 7.33.0a1721887782__py3-none-any.whl → 7.33.0a1721974181__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.0a1721974181.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/top_level.txt +0 -0
pulumi_gcp/dns/managed_zone.py
CHANGED
@@ -729,10 +729,10 @@ class ManagedZone(pulumi.CustomResource):
|
|
729
729
|
private_visibility_config={
|
730
730
|
"networks": [
|
731
731
|
{
|
732
|
-
"
|
732
|
+
"network_url": network_1.id,
|
733
733
|
},
|
734
734
|
{
|
735
|
-
"
|
735
|
+
"network_url": network_2.id,
|
736
736
|
},
|
737
737
|
],
|
738
738
|
})
|
@@ -760,20 +760,20 @@ class ManagedZone(pulumi.CustomResource):
|
|
760
760
|
private_visibility_config={
|
761
761
|
"networks": [
|
762
762
|
{
|
763
|
-
"
|
763
|
+
"network_url": network_1.id,
|
764
764
|
},
|
765
765
|
{
|
766
|
-
"
|
766
|
+
"network_url": network_2.id,
|
767
767
|
},
|
768
768
|
],
|
769
769
|
},
|
770
770
|
forwarding_config={
|
771
|
-
"
|
771
|
+
"target_name_servers": [
|
772
772
|
{
|
773
|
-
"
|
773
|
+
"ipv4_address": "172.16.1.10",
|
774
774
|
},
|
775
775
|
{
|
776
|
-
"
|
776
|
+
"ipv4_address": "172.16.1.20",
|
777
777
|
},
|
778
778
|
],
|
779
779
|
})
|
@@ -795,12 +795,12 @@ class ManagedZone(pulumi.CustomResource):
|
|
795
795
|
private_ip_google_access=True,
|
796
796
|
secondary_ip_ranges=[
|
797
797
|
{
|
798
|
-
"
|
799
|
-
"
|
798
|
+
"range_name": "pod",
|
799
|
+
"ip_cidr_range": "10.0.0.0/19",
|
800
800
|
},
|
801
801
|
{
|
802
|
-
"
|
803
|
-
"
|
802
|
+
"range_name": "svc",
|
803
|
+
"ip_cidr_range": "10.0.32.0/22",
|
804
804
|
},
|
805
805
|
])
|
806
806
|
cluster_1 = gcp.container.Cluster("cluster-1",
|
@@ -814,17 +814,17 @@ class ManagedZone(pulumi.CustomResource):
|
|
814
814
|
network=network_1.name,
|
815
815
|
subnetwork=subnetwork_1.name,
|
816
816
|
private_cluster_config={
|
817
|
-
"
|
818
|
-
"
|
819
|
-
"
|
820
|
-
"
|
817
|
+
"enable_private_endpoint": True,
|
818
|
+
"enable_private_nodes": True,
|
819
|
+
"master_ipv4_cidr_block": "10.42.0.0/28",
|
820
|
+
"master_global_access_config": {
|
821
821
|
"enabled": True,
|
822
822
|
},
|
823
823
|
},
|
824
824
|
master_authorized_networks_config={},
|
825
825
|
ip_allocation_policy={
|
826
|
-
"
|
827
|
-
"
|
826
|
+
"cluster_secondary_range_name": subnetwork_1.secondary_ip_ranges[0].range_name,
|
827
|
+
"services_secondary_range_name": subnetwork_1.secondary_ip_ranges[1].range_name,
|
828
828
|
},
|
829
829
|
deletion_protection=True)
|
830
830
|
private_zone_gke = gcp.dns.ManagedZone("private-zone-gke",
|
@@ -836,8 +836,8 @@ class ManagedZone(pulumi.CustomResource):
|
|
836
836
|
},
|
837
837
|
visibility="private",
|
838
838
|
private_visibility_config={
|
839
|
-
"
|
840
|
-
"
|
839
|
+
"gke_clusters": [{
|
840
|
+
"gke_cluster_name": cluster_1.id,
|
841
841
|
}],
|
842
842
|
})
|
843
843
|
```
|
@@ -860,12 +860,12 @@ class ManagedZone(pulumi.CustomResource):
|
|
860
860
|
visibility="private",
|
861
861
|
private_visibility_config={
|
862
862
|
"networks": [{
|
863
|
-
"
|
863
|
+
"network_url": network_source.id,
|
864
864
|
}],
|
865
865
|
},
|
866
866
|
peering_config={
|
867
|
-
"
|
868
|
-
"
|
867
|
+
"target_network": {
|
868
|
+
"network_url": network_target.id,
|
869
869
|
},
|
870
870
|
})
|
871
871
|
```
|
@@ -885,7 +885,7 @@ class ManagedZone(pulumi.CustomResource):
|
|
885
885
|
visibility="private",
|
886
886
|
service_directory_config={
|
887
887
|
"namespace": {
|
888
|
-
"
|
888
|
+
"namespace_url": example.id,
|
889
889
|
},
|
890
890
|
})
|
891
891
|
network = gcp.compute.Network("network",
|
@@ -906,7 +906,7 @@ class ManagedZone(pulumi.CustomResource):
|
|
906
906
|
"foo": "bar",
|
907
907
|
},
|
908
908
|
cloud_logging_config={
|
909
|
-
"
|
909
|
+
"enable_logging": True,
|
910
910
|
})
|
911
911
|
```
|
912
912
|
|
@@ -1029,10 +1029,10 @@ class ManagedZone(pulumi.CustomResource):
|
|
1029
1029
|
private_visibility_config={
|
1030
1030
|
"networks": [
|
1031
1031
|
{
|
1032
|
-
"
|
1032
|
+
"network_url": network_1.id,
|
1033
1033
|
},
|
1034
1034
|
{
|
1035
|
-
"
|
1035
|
+
"network_url": network_2.id,
|
1036
1036
|
},
|
1037
1037
|
],
|
1038
1038
|
})
|
@@ -1060,20 +1060,20 @@ class ManagedZone(pulumi.CustomResource):
|
|
1060
1060
|
private_visibility_config={
|
1061
1061
|
"networks": [
|
1062
1062
|
{
|
1063
|
-
"
|
1063
|
+
"network_url": network_1.id,
|
1064
1064
|
},
|
1065
1065
|
{
|
1066
|
-
"
|
1066
|
+
"network_url": network_2.id,
|
1067
1067
|
},
|
1068
1068
|
],
|
1069
1069
|
},
|
1070
1070
|
forwarding_config={
|
1071
|
-
"
|
1071
|
+
"target_name_servers": [
|
1072
1072
|
{
|
1073
|
-
"
|
1073
|
+
"ipv4_address": "172.16.1.10",
|
1074
1074
|
},
|
1075
1075
|
{
|
1076
|
-
"
|
1076
|
+
"ipv4_address": "172.16.1.20",
|
1077
1077
|
},
|
1078
1078
|
],
|
1079
1079
|
})
|
@@ -1095,12 +1095,12 @@ class ManagedZone(pulumi.CustomResource):
|
|
1095
1095
|
private_ip_google_access=True,
|
1096
1096
|
secondary_ip_ranges=[
|
1097
1097
|
{
|
1098
|
-
"
|
1099
|
-
"
|
1098
|
+
"range_name": "pod",
|
1099
|
+
"ip_cidr_range": "10.0.0.0/19",
|
1100
1100
|
},
|
1101
1101
|
{
|
1102
|
-
"
|
1103
|
-
"
|
1102
|
+
"range_name": "svc",
|
1103
|
+
"ip_cidr_range": "10.0.32.0/22",
|
1104
1104
|
},
|
1105
1105
|
])
|
1106
1106
|
cluster_1 = gcp.container.Cluster("cluster-1",
|
@@ -1114,17 +1114,17 @@ class ManagedZone(pulumi.CustomResource):
|
|
1114
1114
|
network=network_1.name,
|
1115
1115
|
subnetwork=subnetwork_1.name,
|
1116
1116
|
private_cluster_config={
|
1117
|
-
"
|
1118
|
-
"
|
1119
|
-
"
|
1120
|
-
"
|
1117
|
+
"enable_private_endpoint": True,
|
1118
|
+
"enable_private_nodes": True,
|
1119
|
+
"master_ipv4_cidr_block": "10.42.0.0/28",
|
1120
|
+
"master_global_access_config": {
|
1121
1121
|
"enabled": True,
|
1122
1122
|
},
|
1123
1123
|
},
|
1124
1124
|
master_authorized_networks_config={},
|
1125
1125
|
ip_allocation_policy={
|
1126
|
-
"
|
1127
|
-
"
|
1126
|
+
"cluster_secondary_range_name": subnetwork_1.secondary_ip_ranges[0].range_name,
|
1127
|
+
"services_secondary_range_name": subnetwork_1.secondary_ip_ranges[1].range_name,
|
1128
1128
|
},
|
1129
1129
|
deletion_protection=True)
|
1130
1130
|
private_zone_gke = gcp.dns.ManagedZone("private-zone-gke",
|
@@ -1136,8 +1136,8 @@ class ManagedZone(pulumi.CustomResource):
|
|
1136
1136
|
},
|
1137
1137
|
visibility="private",
|
1138
1138
|
private_visibility_config={
|
1139
|
-
"
|
1140
|
-
"
|
1139
|
+
"gke_clusters": [{
|
1140
|
+
"gke_cluster_name": cluster_1.id,
|
1141
1141
|
}],
|
1142
1142
|
})
|
1143
1143
|
```
|
@@ -1160,12 +1160,12 @@ class ManagedZone(pulumi.CustomResource):
|
|
1160
1160
|
visibility="private",
|
1161
1161
|
private_visibility_config={
|
1162
1162
|
"networks": [{
|
1163
|
-
"
|
1163
|
+
"network_url": network_source.id,
|
1164
1164
|
}],
|
1165
1165
|
},
|
1166
1166
|
peering_config={
|
1167
|
-
"
|
1168
|
-
"
|
1167
|
+
"target_network": {
|
1168
|
+
"network_url": network_target.id,
|
1169
1169
|
},
|
1170
1170
|
})
|
1171
1171
|
```
|
@@ -1185,7 +1185,7 @@ class ManagedZone(pulumi.CustomResource):
|
|
1185
1185
|
visibility="private",
|
1186
1186
|
service_directory_config={
|
1187
1187
|
"namespace": {
|
1188
|
-
"
|
1188
|
+
"namespace_url": example.id,
|
1189
1189
|
},
|
1190
1190
|
})
|
1191
1191
|
network = gcp.compute.Network("network",
|
@@ -1206,7 +1206,7 @@ class ManagedZone(pulumi.CustomResource):
|
|
1206
1206
|
"foo": "bar",
|
1207
1207
|
},
|
1208
1208
|
cloud_logging_config={
|
1209
|
-
"
|
1209
|
+
"enable_logging": True,
|
1210
1210
|
})
|
1211
1211
|
```
|
1212
1212
|
|
pulumi_gcp/dns/policy.py
CHANGED
@@ -348,22 +348,22 @@ class Policy(pulumi.CustomResource):
|
|
348
348
|
enable_inbound_forwarding=True,
|
349
349
|
enable_logging=True,
|
350
350
|
alternative_name_server_config={
|
351
|
-
"
|
351
|
+
"target_name_servers": [
|
352
352
|
{
|
353
|
-
"
|
354
|
-
"
|
353
|
+
"ipv4_address": "172.16.1.10",
|
354
|
+
"forwarding_path": "private",
|
355
355
|
},
|
356
356
|
{
|
357
|
-
"
|
357
|
+
"ipv4_address": "172.16.1.20",
|
358
358
|
},
|
359
359
|
],
|
360
360
|
},
|
361
361
|
networks=[
|
362
362
|
{
|
363
|
-
"
|
363
|
+
"network_url": network_1.id,
|
364
364
|
},
|
365
365
|
{
|
366
|
-
"
|
366
|
+
"network_url": network_2.id,
|
367
367
|
},
|
368
368
|
])
|
369
369
|
```
|
@@ -449,22 +449,22 @@ class Policy(pulumi.CustomResource):
|
|
449
449
|
enable_inbound_forwarding=True,
|
450
450
|
enable_logging=True,
|
451
451
|
alternative_name_server_config={
|
452
|
-
"
|
452
|
+
"target_name_servers": [
|
453
453
|
{
|
454
|
-
"
|
455
|
-
"
|
454
|
+
"ipv4_address": "172.16.1.10",
|
455
|
+
"forwarding_path": "private",
|
456
456
|
},
|
457
457
|
{
|
458
|
-
"
|
458
|
+
"ipv4_address": "172.16.1.20",
|
459
459
|
},
|
460
460
|
],
|
461
461
|
},
|
462
462
|
networks=[
|
463
463
|
{
|
464
|
-
"
|
464
|
+
"network_url": network_1.id,
|
465
465
|
},
|
466
466
|
{
|
467
|
-
"
|
467
|
+
"network_url": network_2.id,
|
468
468
|
},
|
469
469
|
])
|
470
470
|
```
|
pulumi_gcp/dns/record_set.py
CHANGED
@@ -295,14 +295,14 @@ class RecordSet(pulumi.CustomResource):
|
|
295
295
|
|
296
296
|
frontend_instance = gcp.compute.Instance("frontend",
|
297
297
|
network_interfaces=[{
|
298
|
-
"
|
298
|
+
"access_configs": [{}],
|
299
299
|
"network": "default",
|
300
300
|
}],
|
301
301
|
name="frontend",
|
302
302
|
machine_type="g1-small",
|
303
303
|
zone="us-central1-b",
|
304
304
|
boot_disk={
|
305
|
-
"
|
305
|
+
"initialize_params": {
|
306
306
|
"image": "debian-cloud/debian-11",
|
307
307
|
},
|
308
308
|
})
|
@@ -448,20 +448,20 @@ class RecordSet(pulumi.CustomResource):
|
|
448
448
|
type="A",
|
449
449
|
ttl=300,
|
450
450
|
routing_policy={
|
451
|
-
"
|
452
|
-
"
|
451
|
+
"primary_backup": {
|
452
|
+
"trickle_ratio": 0.1,
|
453
453
|
"primary": {
|
454
|
-
"
|
455
|
-
"
|
456
|
-
"
|
454
|
+
"internal_load_balancers": [{
|
455
|
+
"load_balancer_type": "regionalL4ilb",
|
456
|
+
"ip_address": prod_forwarding_rule.ip_address,
|
457
457
|
"port": "80",
|
458
|
-
"
|
459
|
-
"
|
458
|
+
"ip_protocol": "tcp",
|
459
|
+
"network_url": prod_network.id,
|
460
460
|
"project": prod_forwarding_rule.project,
|
461
461
|
"region": prod_forwarding_rule.region,
|
462
462
|
}],
|
463
463
|
},
|
464
|
-
"
|
464
|
+
"backup_geos": [
|
465
465
|
{
|
466
466
|
"location": "asia-east1",
|
467
467
|
"rrdatas": ["10.128.1.1"],
|
@@ -533,14 +533,14 @@ class RecordSet(pulumi.CustomResource):
|
|
533
533
|
|
534
534
|
frontend_instance = gcp.compute.Instance("frontend",
|
535
535
|
network_interfaces=[{
|
536
|
-
"
|
536
|
+
"access_configs": [{}],
|
537
537
|
"network": "default",
|
538
538
|
}],
|
539
539
|
name="frontend",
|
540
540
|
machine_type="g1-small",
|
541
541
|
zone="us-central1-b",
|
542
542
|
boot_disk={
|
543
|
-
"
|
543
|
+
"initialize_params": {
|
544
544
|
"image": "debian-cloud/debian-11",
|
545
545
|
},
|
546
546
|
})
|
@@ -686,20 +686,20 @@ class RecordSet(pulumi.CustomResource):
|
|
686
686
|
type="A",
|
687
687
|
ttl=300,
|
688
688
|
routing_policy={
|
689
|
-
"
|
690
|
-
"
|
689
|
+
"primary_backup": {
|
690
|
+
"trickle_ratio": 0.1,
|
691
691
|
"primary": {
|
692
|
-
"
|
693
|
-
"
|
694
|
-
"
|
692
|
+
"internal_load_balancers": [{
|
693
|
+
"load_balancer_type": "regionalL4ilb",
|
694
|
+
"ip_address": prod_forwarding_rule.ip_address,
|
695
695
|
"port": "80",
|
696
|
-
"
|
697
|
-
"
|
696
|
+
"ip_protocol": "tcp",
|
697
|
+
"network_url": prod_network.id,
|
698
698
|
"project": prod_forwarding_rule.project,
|
699
699
|
"region": prod_forwarding_rule.region,
|
700
700
|
}],
|
701
701
|
},
|
702
|
-
"
|
702
|
+
"backup_geos": [
|
703
703
|
{
|
704
704
|
"location": "asia-east1",
|
705
705
|
"rrdatas": ["10.128.1.1"],
|
@@ -254,12 +254,12 @@ class ResponsePolicy(pulumi.CustomResource):
|
|
254
254
|
private_ip_google_access=True,
|
255
255
|
secondary_ip_ranges=[
|
256
256
|
{
|
257
|
-
"
|
258
|
-
"
|
257
|
+
"range_name": "pod",
|
258
|
+
"ip_cidr_range": "10.0.0.0/19",
|
259
259
|
},
|
260
260
|
{
|
261
|
-
"
|
262
|
-
"
|
261
|
+
"range_name": "svc",
|
262
|
+
"ip_cidr_range": "10.0.32.0/22",
|
263
263
|
},
|
264
264
|
])
|
265
265
|
cluster_1 = gcp.container.Cluster("cluster-1",
|
@@ -273,31 +273,31 @@ class ResponsePolicy(pulumi.CustomResource):
|
|
273
273
|
network=network_1.name,
|
274
274
|
subnetwork=subnetwork_1.name,
|
275
275
|
private_cluster_config={
|
276
|
-
"
|
277
|
-
"
|
278
|
-
"
|
279
|
-
"
|
276
|
+
"enable_private_endpoint": True,
|
277
|
+
"enable_private_nodes": True,
|
278
|
+
"master_ipv4_cidr_block": "10.42.0.0/28",
|
279
|
+
"master_global_access_config": {
|
280
280
|
"enabled": True,
|
281
281
|
},
|
282
282
|
},
|
283
283
|
master_authorized_networks_config={},
|
284
284
|
ip_allocation_policy={
|
285
|
-
"
|
286
|
-
"
|
285
|
+
"cluster_secondary_range_name": subnetwork_1.secondary_ip_ranges[0].range_name,
|
286
|
+
"services_secondary_range_name": subnetwork_1.secondary_ip_ranges[1].range_name,
|
287
287
|
},
|
288
288
|
deletion_protection=True)
|
289
289
|
example_response_policy = gcp.dns.ResponsePolicy("example-response-policy",
|
290
290
|
response_policy_name="example-response-policy",
|
291
291
|
networks=[
|
292
292
|
{
|
293
|
-
"
|
293
|
+
"network_url": network_1.id,
|
294
294
|
},
|
295
295
|
{
|
296
|
-
"
|
296
|
+
"network_url": network_2.id,
|
297
297
|
},
|
298
298
|
],
|
299
299
|
gke_clusters=[{
|
300
|
-
"
|
300
|
+
"gke_cluster_name": cluster_1.id,
|
301
301
|
}])
|
302
302
|
```
|
303
303
|
|
@@ -371,12 +371,12 @@ class ResponsePolicy(pulumi.CustomResource):
|
|
371
371
|
private_ip_google_access=True,
|
372
372
|
secondary_ip_ranges=[
|
373
373
|
{
|
374
|
-
"
|
375
|
-
"
|
374
|
+
"range_name": "pod",
|
375
|
+
"ip_cidr_range": "10.0.0.0/19",
|
376
376
|
},
|
377
377
|
{
|
378
|
-
"
|
379
|
-
"
|
378
|
+
"range_name": "svc",
|
379
|
+
"ip_cidr_range": "10.0.32.0/22",
|
380
380
|
},
|
381
381
|
])
|
382
382
|
cluster_1 = gcp.container.Cluster("cluster-1",
|
@@ -390,31 +390,31 @@ class ResponsePolicy(pulumi.CustomResource):
|
|
390
390
|
network=network_1.name,
|
391
391
|
subnetwork=subnetwork_1.name,
|
392
392
|
private_cluster_config={
|
393
|
-
"
|
394
|
-
"
|
395
|
-
"
|
396
|
-
"
|
393
|
+
"enable_private_endpoint": True,
|
394
|
+
"enable_private_nodes": True,
|
395
|
+
"master_ipv4_cidr_block": "10.42.0.0/28",
|
396
|
+
"master_global_access_config": {
|
397
397
|
"enabled": True,
|
398
398
|
},
|
399
399
|
},
|
400
400
|
master_authorized_networks_config={},
|
401
401
|
ip_allocation_policy={
|
402
|
-
"
|
403
|
-
"
|
402
|
+
"cluster_secondary_range_name": subnetwork_1.secondary_ip_ranges[0].range_name,
|
403
|
+
"services_secondary_range_name": subnetwork_1.secondary_ip_ranges[1].range_name,
|
404
404
|
},
|
405
405
|
deletion_protection=True)
|
406
406
|
example_response_policy = gcp.dns.ResponsePolicy("example-response-policy",
|
407
407
|
response_policy_name="example-response-policy",
|
408
408
|
networks=[
|
409
409
|
{
|
410
|
-
"
|
410
|
+
"network_url": network_1.id,
|
411
411
|
},
|
412
412
|
{
|
413
|
-
"
|
413
|
+
"network_url": network_2.id,
|
414
414
|
},
|
415
415
|
],
|
416
416
|
gke_clusters=[{
|
417
|
-
"
|
417
|
+
"gke_cluster_name": cluster_1.id,
|
418
418
|
}])
|
419
419
|
```
|
420
420
|
|
@@ -283,10 +283,10 @@ class ResponsePolicyRule(pulumi.CustomResource):
|
|
283
283
|
response_policy_name="example-response-policy",
|
284
284
|
networks=[
|
285
285
|
{
|
286
|
-
"
|
286
|
+
"network_url": network_1.id,
|
287
287
|
},
|
288
288
|
{
|
289
|
-
"
|
289
|
+
"network_url": network_2.id,
|
290
290
|
},
|
291
291
|
])
|
292
292
|
example_response_policy_rule = gcp.dns.ResponsePolicyRule("example-response-policy-rule",
|
@@ -294,7 +294,7 @@ class ResponsePolicyRule(pulumi.CustomResource):
|
|
294
294
|
rule_name="example-rule",
|
295
295
|
dns_name="dns.example.com.",
|
296
296
|
local_data={
|
297
|
-
"
|
297
|
+
"local_datas": [{
|
298
298
|
"name": "dns.example.com.",
|
299
299
|
"type": "A",
|
300
300
|
"ttl": 300,
|
@@ -372,10 +372,10 @@ class ResponsePolicyRule(pulumi.CustomResource):
|
|
372
372
|
response_policy_name="example-response-policy",
|
373
373
|
networks=[
|
374
374
|
{
|
375
|
-
"
|
375
|
+
"network_url": network_1.id,
|
376
376
|
},
|
377
377
|
{
|
378
|
-
"
|
378
|
+
"network_url": network_2.id,
|
379
379
|
},
|
380
380
|
])
|
381
381
|
example_response_policy_rule = gcp.dns.ResponsePolicyRule("example-response-policy-rule",
|
@@ -383,7 +383,7 @@ class ResponsePolicyRule(pulumi.CustomResource):
|
|
383
383
|
rule_name="example-rule",
|
384
384
|
dns_name="dns.example.com.",
|
385
385
|
local_data={
|
386
|
-
"
|
386
|
+
"local_datas": [{
|
387
387
|
"name": "dns.example.com.",
|
388
388
|
"type": "A",
|
389
389
|
"ttl": 300,
|