pulumi-gcp 7.32.0a1721151794__py3-none-any.whl → 7.33.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +11 -0
- pulumi_gcp/_utilities.py +5 -4
- 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 -46
- 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/_inputs.py +0 -12
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -58
- pulumi_gcp/bigquery/dataset_access.py +26 -54
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/outputs.py +0 -24
- 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 +104 -0
- 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/_inputs.py +14 -0
- 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_address.py +16 -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/outputs.py +8 -0
- 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 +12 -12
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- 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/__init__.py +1 -0
- 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/get_membership_binding.py +222 -0
- 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/outputs.py +19 -0
- 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/iap/client.py +7 -7
- 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/_inputs.py +40 -0
- pulumi_gcp/kms/crypto_key.py +103 -0
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/outputs.py +112 -0
- 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/address_group.py +1 -1
- 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 +24 -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/provider.py +20 -0
- 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/__init__.py +1 -0
- pulumi_gcp/securitycenter/_inputs.py +93 -0
- 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/outputs.py +59 -0
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_notification_config.py +518 -0
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/siteverification/__init__.py +8 -0
- pulumi_gcp/siteverification/get_token.py +221 -0
- 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.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/RECORD +391 -387
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/top_level.txt +0 -0
@@ -270,6 +270,7 @@ class _GlobalAddressState:
|
|
270
270
|
Possible values are: `EXTERNAL`, `INTERNAL`.
|
271
271
|
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
272
272
|
:param pulumi.Input[str] description: An optional description of this resource.
|
273
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
273
274
|
:param pulumi.Input[str] ip_version: The IP Version that will be used by this address. The default value is `IPV4`.
|
274
275
|
Possible values are: `IPV4`, `IPV6`.
|
275
276
|
:param pulumi.Input[str] label_fingerprint: The fingerprint used for optimistic locking of this resource. Used internally during updates.
|
@@ -297,7 +298,8 @@ class _GlobalAddressState:
|
|
297
298
|
when purpose=PRIVATE_SERVICE_CONNECT
|
298
299
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
299
300
|
If it is not provided, the provider project is used.
|
300
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
301
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
302
|
+
and default labels configured on the provider.
|
301
303
|
:param pulumi.Input[str] purpose: The purpose of the resource. Possible values include:
|
302
304
|
* VPC_PEERING - for peer networks
|
303
305
|
* PRIVATE_SERVICE_CONNECT - for Private Service Connect networks
|
@@ -391,6 +393,9 @@ class _GlobalAddressState:
|
|
391
393
|
@property
|
392
394
|
@pulumi.getter(name="effectiveLabels")
|
393
395
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
396
|
+
"""
|
397
|
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
398
|
+
"""
|
394
399
|
return pulumi.get(self, "effective_labels")
|
395
400
|
|
396
401
|
@effective_labels.setter
|
@@ -505,7 +510,8 @@ class _GlobalAddressState:
|
|
505
510
|
@pulumi.getter(name="pulumiLabels")
|
506
511
|
def pulumi_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
507
512
|
"""
|
508
|
-
The combination of labels configured directly on the resource
|
513
|
+
The combination of labels configured directly on the resource
|
514
|
+
and default labels configured on the provider.
|
509
515
|
"""
|
510
516
|
return pulumi.get(self, "pulumi_labels")
|
511
517
|
|
@@ -818,6 +824,7 @@ class GlobalAddress(pulumi.CustomResource):
|
|
818
824
|
Possible values are: `EXTERNAL`, `INTERNAL`.
|
819
825
|
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
820
826
|
:param pulumi.Input[str] description: An optional description of this resource.
|
827
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
821
828
|
:param pulumi.Input[str] ip_version: The IP Version that will be used by this address. The default value is `IPV4`.
|
822
829
|
Possible values are: `IPV4`, `IPV6`.
|
823
830
|
:param pulumi.Input[str] label_fingerprint: The fingerprint used for optimistic locking of this resource. Used internally during updates.
|
@@ -845,7 +852,8 @@ class GlobalAddress(pulumi.CustomResource):
|
|
845
852
|
when purpose=PRIVATE_SERVICE_CONNECT
|
846
853
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
847
854
|
If it is not provided, the provider project is used.
|
848
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
855
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
|
856
|
+
and default labels configured on the provider.
|
849
857
|
:param pulumi.Input[str] purpose: The purpose of the resource. Possible values include:
|
850
858
|
* VPC_PEERING - for peer networks
|
851
859
|
* PRIVATE_SERVICE_CONNECT - for Private Service Connect networks
|
@@ -913,6 +921,9 @@ class GlobalAddress(pulumi.CustomResource):
|
|
913
921
|
@property
|
914
922
|
@pulumi.getter(name="effectiveLabels")
|
915
923
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
924
|
+
"""
|
925
|
+
All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
926
|
+
"""
|
916
927
|
return pulumi.get(self, "effective_labels")
|
917
928
|
|
918
929
|
@property
|
@@ -995,7 +1006,8 @@ class GlobalAddress(pulumi.CustomResource):
|
|
995
1006
|
@pulumi.getter(name="pulumiLabels")
|
996
1007
|
def pulumi_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
997
1008
|
"""
|
998
|
-
The combination of labels configured directly on the resource
|
1009
|
+
The combination of labels configured directly on the resource
|
1010
|
+
and default labels configured on the provider.
|
999
1011
|
"""
|
1000
1012
|
return pulumi.get(self, "pulumi_labels")
|
1001
1013
|
|
@@ -1201,12 +1201,12 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1201
1201
|
default_service=default_backend_service.id,
|
1202
1202
|
host_rules=[{
|
1203
1203
|
"hosts": ["mysite.com"],
|
1204
|
-
"
|
1204
|
+
"path_matcher": "allpaths",
|
1205
1205
|
}],
|
1206
1206
|
path_matchers=[{
|
1207
1207
|
"name": "allpaths",
|
1208
|
-
"
|
1209
|
-
"
|
1208
|
+
"default_service": default_backend_service.id,
|
1209
|
+
"path_rules": [{
|
1210
1210
|
"paths": ["/*"],
|
1211
1211
|
"service": default_backend_service.id,
|
1212
1212
|
}],
|
@@ -1235,14 +1235,14 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1235
1235
|
"network": "default",
|
1236
1236
|
}],
|
1237
1237
|
disks=[{
|
1238
|
-
"
|
1239
|
-
"
|
1238
|
+
"source_image": debian_image.self_link,
|
1239
|
+
"auto_delete": True,
|
1240
1240
|
"boot": True,
|
1241
1241
|
}])
|
1242
1242
|
igm = gcp.compute.InstanceGroupManager("igm",
|
1243
1243
|
name="igm-internal",
|
1244
1244
|
versions=[{
|
1245
|
-
"
|
1245
|
+
"instance_template": instance_template.id,
|
1246
1246
|
"name": "primary",
|
1247
1247
|
}],
|
1248
1248
|
base_instance_name="internal-glb",
|
@@ -1263,9 +1263,9 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1263
1263
|
load_balancing_scheme="INTERNAL_SELF_MANAGED",
|
1264
1264
|
backends=[{
|
1265
1265
|
"group": igm.instance_group,
|
1266
|
-
"
|
1267
|
-
"
|
1268
|
-
"
|
1266
|
+
"balancing_mode": "RATE",
|
1267
|
+
"capacity_scaler": 0.4,
|
1268
|
+
"max_rate_per_instance": 50,
|
1269
1269
|
}],
|
1270
1270
|
health_checks=default_health_check.id)
|
1271
1271
|
default_url_map = gcp.compute.URLMap("default",
|
@@ -1274,12 +1274,12 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1274
1274
|
default_service=default_backend_service.id,
|
1275
1275
|
host_rules=[{
|
1276
1276
|
"hosts": ["mysite.com"],
|
1277
|
-
"
|
1277
|
+
"path_matcher": "allpaths",
|
1278
1278
|
}],
|
1279
1279
|
path_matchers=[{
|
1280
1280
|
"name": "allpaths",
|
1281
|
-
"
|
1282
|
-
"
|
1281
|
+
"default_service": default_backend_service.id,
|
1282
|
+
"path_rules": [{
|
1283
1283
|
"paths": ["/*"],
|
1284
1284
|
"service": default_backend_service.id,
|
1285
1285
|
}],
|
@@ -1295,8 +1295,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1295
1295
|
load_balancing_scheme="INTERNAL_SELF_MANAGED",
|
1296
1296
|
ip_address="0.0.0.0",
|
1297
1297
|
metadata_filters=[{
|
1298
|
-
"
|
1299
|
-
"
|
1298
|
+
"filter_match_criteria": "MATCH_ANY",
|
1299
|
+
"filter_labels": [{
|
1300
1300
|
"name": "PLANET",
|
1301
1301
|
"value": "MARS",
|
1302
1302
|
}],
|
@@ -1320,12 +1320,12 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1320
1320
|
default_service=default_backend_service.id,
|
1321
1321
|
host_rules=[{
|
1322
1322
|
"hosts": ["mysite.com"],
|
1323
|
-
"
|
1323
|
+
"path_matcher": "allpaths",
|
1324
1324
|
}],
|
1325
1325
|
path_matchers=[{
|
1326
1326
|
"name": "allpaths",
|
1327
|
-
"
|
1328
|
-
"
|
1327
|
+
"default_service": default_backend_service.id,
|
1328
|
+
"path_rules": [{
|
1329
1329
|
"paths": ["/*"],
|
1330
1330
|
"service": default_backend_service.id,
|
1331
1331
|
}],
|
@@ -1400,8 +1400,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1400
1400
|
timeout_sec=10,
|
1401
1401
|
backends=[{
|
1402
1402
|
"group": default_network_endpoint_group.id,
|
1403
|
-
"
|
1404
|
-
"
|
1403
|
+
"balancing_mode": "RATE",
|
1404
|
+
"max_rate_per_endpoint": 10,
|
1405
1405
|
}],
|
1406
1406
|
health_checks=default_health_check.id)
|
1407
1407
|
# Backgend service for Hybrid NEG
|
@@ -1412,8 +1412,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1412
1412
|
timeout_sec=10,
|
1413
1413
|
backends=[{
|
1414
1414
|
"group": hybrid.id,
|
1415
|
-
"
|
1416
|
-
"
|
1415
|
+
"balancing_mode": "RATE",
|
1416
|
+
"max_rate_per_endpoint": 10,
|
1417
1417
|
}],
|
1418
1418
|
health_checks=default_health_check.id)
|
1419
1419
|
default_url_map = gcp.compute.URLMap("default",
|
@@ -1422,12 +1422,12 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1422
1422
|
default_service=default_backend_service.id,
|
1423
1423
|
host_rules=[{
|
1424
1424
|
"hosts": ["mysite.com"],
|
1425
|
-
"
|
1425
|
+
"path_matcher": "allpaths",
|
1426
1426
|
}],
|
1427
1427
|
path_matchers=[{
|
1428
1428
|
"name": "allpaths",
|
1429
|
-
"
|
1430
|
-
"
|
1429
|
+
"default_service": default_backend_service.id,
|
1430
|
+
"path_rules": [
|
1431
1431
|
{
|
1432
1432
|
"paths": ["/*"],
|
1433
1433
|
"service": default_backend_service.id,
|
@@ -1480,7 +1480,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1480
1480
|
load_balancing_scheme="",
|
1481
1481
|
service_directory_registrations={
|
1482
1482
|
"namespace": "sd-namespace",
|
1483
|
-
"
|
1483
|
+
"service_directory_region": "europe-west3",
|
1484
1484
|
})
|
1485
1485
|
```
|
1486
1486
|
### Private Service Connect Google Apis No Automate Dns
|
@@ -1713,12 +1713,12 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1713
1713
|
default_service=default_backend_service.id,
|
1714
1714
|
host_rules=[{
|
1715
1715
|
"hosts": ["mysite.com"],
|
1716
|
-
"
|
1716
|
+
"path_matcher": "allpaths",
|
1717
1717
|
}],
|
1718
1718
|
path_matchers=[{
|
1719
1719
|
"name": "allpaths",
|
1720
|
-
"
|
1721
|
-
"
|
1720
|
+
"default_service": default_backend_service.id,
|
1721
|
+
"path_rules": [{
|
1722
1722
|
"paths": ["/*"],
|
1723
1723
|
"service": default_backend_service.id,
|
1724
1724
|
}],
|
@@ -1747,14 +1747,14 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1747
1747
|
"network": "default",
|
1748
1748
|
}],
|
1749
1749
|
disks=[{
|
1750
|
-
"
|
1751
|
-
"
|
1750
|
+
"source_image": debian_image.self_link,
|
1751
|
+
"auto_delete": True,
|
1752
1752
|
"boot": True,
|
1753
1753
|
}])
|
1754
1754
|
igm = gcp.compute.InstanceGroupManager("igm",
|
1755
1755
|
name="igm-internal",
|
1756
1756
|
versions=[{
|
1757
|
-
"
|
1757
|
+
"instance_template": instance_template.id,
|
1758
1758
|
"name": "primary",
|
1759
1759
|
}],
|
1760
1760
|
base_instance_name="internal-glb",
|
@@ -1775,9 +1775,9 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1775
1775
|
load_balancing_scheme="INTERNAL_SELF_MANAGED",
|
1776
1776
|
backends=[{
|
1777
1777
|
"group": igm.instance_group,
|
1778
|
-
"
|
1779
|
-
"
|
1780
|
-
"
|
1778
|
+
"balancing_mode": "RATE",
|
1779
|
+
"capacity_scaler": 0.4,
|
1780
|
+
"max_rate_per_instance": 50,
|
1781
1781
|
}],
|
1782
1782
|
health_checks=default_health_check.id)
|
1783
1783
|
default_url_map = gcp.compute.URLMap("default",
|
@@ -1786,12 +1786,12 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1786
1786
|
default_service=default_backend_service.id,
|
1787
1787
|
host_rules=[{
|
1788
1788
|
"hosts": ["mysite.com"],
|
1789
|
-
"
|
1789
|
+
"path_matcher": "allpaths",
|
1790
1790
|
}],
|
1791
1791
|
path_matchers=[{
|
1792
1792
|
"name": "allpaths",
|
1793
|
-
"
|
1794
|
-
"
|
1793
|
+
"default_service": default_backend_service.id,
|
1794
|
+
"path_rules": [{
|
1795
1795
|
"paths": ["/*"],
|
1796
1796
|
"service": default_backend_service.id,
|
1797
1797
|
}],
|
@@ -1807,8 +1807,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1807
1807
|
load_balancing_scheme="INTERNAL_SELF_MANAGED",
|
1808
1808
|
ip_address="0.0.0.0",
|
1809
1809
|
metadata_filters=[{
|
1810
|
-
"
|
1811
|
-
"
|
1810
|
+
"filter_match_criteria": "MATCH_ANY",
|
1811
|
+
"filter_labels": [{
|
1812
1812
|
"name": "PLANET",
|
1813
1813
|
"value": "MARS",
|
1814
1814
|
}],
|
@@ -1832,12 +1832,12 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1832
1832
|
default_service=default_backend_service.id,
|
1833
1833
|
host_rules=[{
|
1834
1834
|
"hosts": ["mysite.com"],
|
1835
|
-
"
|
1835
|
+
"path_matcher": "allpaths",
|
1836
1836
|
}],
|
1837
1837
|
path_matchers=[{
|
1838
1838
|
"name": "allpaths",
|
1839
|
-
"
|
1840
|
-
"
|
1839
|
+
"default_service": default_backend_service.id,
|
1840
|
+
"path_rules": [{
|
1841
1841
|
"paths": ["/*"],
|
1842
1842
|
"service": default_backend_service.id,
|
1843
1843
|
}],
|
@@ -1912,8 +1912,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1912
1912
|
timeout_sec=10,
|
1913
1913
|
backends=[{
|
1914
1914
|
"group": default_network_endpoint_group.id,
|
1915
|
-
"
|
1916
|
-
"
|
1915
|
+
"balancing_mode": "RATE",
|
1916
|
+
"max_rate_per_endpoint": 10,
|
1917
1917
|
}],
|
1918
1918
|
health_checks=default_health_check.id)
|
1919
1919
|
# Backgend service for Hybrid NEG
|
@@ -1924,8 +1924,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1924
1924
|
timeout_sec=10,
|
1925
1925
|
backends=[{
|
1926
1926
|
"group": hybrid.id,
|
1927
|
-
"
|
1928
|
-
"
|
1927
|
+
"balancing_mode": "RATE",
|
1928
|
+
"max_rate_per_endpoint": 10,
|
1929
1929
|
}],
|
1930
1930
|
health_checks=default_health_check.id)
|
1931
1931
|
default_url_map = gcp.compute.URLMap("default",
|
@@ -1934,12 +1934,12 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1934
1934
|
default_service=default_backend_service.id,
|
1935
1935
|
host_rules=[{
|
1936
1936
|
"hosts": ["mysite.com"],
|
1937
|
-
"
|
1937
|
+
"path_matcher": "allpaths",
|
1938
1938
|
}],
|
1939
1939
|
path_matchers=[{
|
1940
1940
|
"name": "allpaths",
|
1941
|
-
"
|
1942
|
-
"
|
1941
|
+
"default_service": default_backend_service.id,
|
1942
|
+
"path_rules": [
|
1943
1943
|
{
|
1944
1944
|
"paths": ["/*"],
|
1945
1945
|
"service": default_backend_service.id,
|
@@ -1992,7 +1992,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1992
1992
|
load_balancing_scheme="",
|
1993
1993
|
service_directory_registrations={
|
1994
1994
|
"namespace": "sd-namespace",
|
1995
|
-
"
|
1995
|
+
"service_directory_region": "europe-west3",
|
1996
1996
|
})
|
1997
1997
|
```
|
1998
1998
|
### Private Service Connect Google Apis No Automate Dns
|
@@ -435,11 +435,11 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
435
435
|
vpn_interfaces=[
|
436
436
|
{
|
437
437
|
"id": 0,
|
438
|
-
"
|
438
|
+
"interconnect_attachment": attachment1.self_link,
|
439
439
|
},
|
440
440
|
{
|
441
441
|
"id": 1,
|
442
|
-
"
|
442
|
+
"interconnect_attachment": attachment2.self_link,
|
443
443
|
},
|
444
444
|
])
|
445
445
|
```
|
@@ -597,11 +597,11 @@ class HaVpnGateway(pulumi.CustomResource):
|
|
597
597
|
vpn_interfaces=[
|
598
598
|
{
|
599
599
|
"id": 0,
|
600
|
-
"
|
600
|
+
"interconnect_attachment": attachment1.self_link,
|
601
601
|
},
|
602
602
|
{
|
603
603
|
"id": 1,
|
604
|
-
"
|
604
|
+
"interconnect_attachment": attachment2.self_link,
|
605
605
|
},
|
606
606
|
])
|
607
607
|
```
|
@@ -772,10 +772,10 @@ class HealthCheck(pulumi.CustomResource):
|
|
772
772
|
healthy_threshold=4,
|
773
773
|
unhealthy_threshold=5,
|
774
774
|
tcp_health_check={
|
775
|
-
"
|
776
|
-
"
|
775
|
+
"port_name": "health-check-port",
|
776
|
+
"port_specification": "USE_NAMED_PORT",
|
777
777
|
"request": "ARE YOU HEALTHY?",
|
778
|
-
"
|
778
|
+
"proxy_header": "NONE",
|
779
779
|
"response": "I AM HEALTHY",
|
780
780
|
})
|
781
781
|
```
|
@@ -807,10 +807,10 @@ class HealthCheck(pulumi.CustomResource):
|
|
807
807
|
healthy_threshold=4,
|
808
808
|
unhealthy_threshold=5,
|
809
809
|
ssl_health_check={
|
810
|
-
"
|
811
|
-
"
|
810
|
+
"port_name": "health-check-port",
|
811
|
+
"port_specification": "USE_NAMED_PORT",
|
812
812
|
"request": "ARE YOU HEALTHY?",
|
813
|
-
"
|
813
|
+
"proxy_header": "NONE",
|
814
814
|
"response": "I AM HEALTHY",
|
815
815
|
})
|
816
816
|
```
|
@@ -842,11 +842,11 @@ class HealthCheck(pulumi.CustomResource):
|
|
842
842
|
healthy_threshold=4,
|
843
843
|
unhealthy_threshold=5,
|
844
844
|
http_health_check={
|
845
|
-
"
|
846
|
-
"
|
845
|
+
"port_name": "health-check-port",
|
846
|
+
"port_specification": "USE_NAMED_PORT",
|
847
847
|
"host": "1.2.3.4",
|
848
|
-
"
|
849
|
-
"
|
848
|
+
"request_path": "/mypath",
|
849
|
+
"proxy_header": "NONE",
|
850
850
|
"response": "I AM HEALTHY",
|
851
851
|
})
|
852
852
|
```
|
@@ -878,11 +878,11 @@ class HealthCheck(pulumi.CustomResource):
|
|
878
878
|
healthy_threshold=4,
|
879
879
|
unhealthy_threshold=5,
|
880
880
|
https_health_check={
|
881
|
-
"
|
882
|
-
"
|
881
|
+
"port_name": "health-check-port",
|
882
|
+
"port_specification": "USE_NAMED_PORT",
|
883
883
|
"host": "1.2.3.4",
|
884
|
-
"
|
885
|
-
"
|
884
|
+
"request_path": "/mypath",
|
885
|
+
"proxy_header": "NONE",
|
886
886
|
"response": "I AM HEALTHY",
|
887
887
|
})
|
888
888
|
```
|
@@ -914,11 +914,11 @@ class HealthCheck(pulumi.CustomResource):
|
|
914
914
|
healthy_threshold=4,
|
915
915
|
unhealthy_threshold=5,
|
916
916
|
http2_health_check={
|
917
|
-
"
|
918
|
-
"
|
917
|
+
"port_name": "health-check-port",
|
918
|
+
"port_specification": "USE_NAMED_PORT",
|
919
919
|
"host": "1.2.3.4",
|
920
|
-
"
|
921
|
-
"
|
920
|
+
"request_path": "/mypath",
|
921
|
+
"proxy_header": "NONE",
|
922
922
|
"response": "I AM HEALTHY",
|
923
923
|
})
|
924
924
|
```
|
@@ -947,9 +947,9 @@ class HealthCheck(pulumi.CustomResource):
|
|
947
947
|
timeout_sec=1,
|
948
948
|
check_interval_sec=1,
|
949
949
|
grpc_health_check={
|
950
|
-
"
|
951
|
-
"
|
952
|
-
"
|
950
|
+
"port_name": "health-check-port",
|
951
|
+
"port_specification": "USE_NAMED_PORT",
|
952
|
+
"grpc_service_name": "testservice",
|
953
953
|
})
|
954
954
|
```
|
955
955
|
### Health Check With Logging
|
@@ -1105,10 +1105,10 @@ class HealthCheck(pulumi.CustomResource):
|
|
1105
1105
|
healthy_threshold=4,
|
1106
1106
|
unhealthy_threshold=5,
|
1107
1107
|
tcp_health_check={
|
1108
|
-
"
|
1109
|
-
"
|
1108
|
+
"port_name": "health-check-port",
|
1109
|
+
"port_specification": "USE_NAMED_PORT",
|
1110
1110
|
"request": "ARE YOU HEALTHY?",
|
1111
|
-
"
|
1111
|
+
"proxy_header": "NONE",
|
1112
1112
|
"response": "I AM HEALTHY",
|
1113
1113
|
})
|
1114
1114
|
```
|
@@ -1140,10 +1140,10 @@ class HealthCheck(pulumi.CustomResource):
|
|
1140
1140
|
healthy_threshold=4,
|
1141
1141
|
unhealthy_threshold=5,
|
1142
1142
|
ssl_health_check={
|
1143
|
-
"
|
1144
|
-
"
|
1143
|
+
"port_name": "health-check-port",
|
1144
|
+
"port_specification": "USE_NAMED_PORT",
|
1145
1145
|
"request": "ARE YOU HEALTHY?",
|
1146
|
-
"
|
1146
|
+
"proxy_header": "NONE",
|
1147
1147
|
"response": "I AM HEALTHY",
|
1148
1148
|
})
|
1149
1149
|
```
|
@@ -1175,11 +1175,11 @@ class HealthCheck(pulumi.CustomResource):
|
|
1175
1175
|
healthy_threshold=4,
|
1176
1176
|
unhealthy_threshold=5,
|
1177
1177
|
http_health_check={
|
1178
|
-
"
|
1179
|
-
"
|
1178
|
+
"port_name": "health-check-port",
|
1179
|
+
"port_specification": "USE_NAMED_PORT",
|
1180
1180
|
"host": "1.2.3.4",
|
1181
|
-
"
|
1182
|
-
"
|
1181
|
+
"request_path": "/mypath",
|
1182
|
+
"proxy_header": "NONE",
|
1183
1183
|
"response": "I AM HEALTHY",
|
1184
1184
|
})
|
1185
1185
|
```
|
@@ -1211,11 +1211,11 @@ class HealthCheck(pulumi.CustomResource):
|
|
1211
1211
|
healthy_threshold=4,
|
1212
1212
|
unhealthy_threshold=5,
|
1213
1213
|
https_health_check={
|
1214
|
-
"
|
1215
|
-
"
|
1214
|
+
"port_name": "health-check-port",
|
1215
|
+
"port_specification": "USE_NAMED_PORT",
|
1216
1216
|
"host": "1.2.3.4",
|
1217
|
-
"
|
1218
|
-
"
|
1217
|
+
"request_path": "/mypath",
|
1218
|
+
"proxy_header": "NONE",
|
1219
1219
|
"response": "I AM HEALTHY",
|
1220
1220
|
})
|
1221
1221
|
```
|
@@ -1247,11 +1247,11 @@ class HealthCheck(pulumi.CustomResource):
|
|
1247
1247
|
healthy_threshold=4,
|
1248
1248
|
unhealthy_threshold=5,
|
1249
1249
|
http2_health_check={
|
1250
|
-
"
|
1251
|
-
"
|
1250
|
+
"port_name": "health-check-port",
|
1251
|
+
"port_specification": "USE_NAMED_PORT",
|
1252
1252
|
"host": "1.2.3.4",
|
1253
|
-
"
|
1254
|
-
"
|
1253
|
+
"request_path": "/mypath",
|
1254
|
+
"proxy_header": "NONE",
|
1255
1255
|
"response": "I AM HEALTHY",
|
1256
1256
|
})
|
1257
1257
|
```
|
@@ -1280,9 +1280,9 @@ class HealthCheck(pulumi.CustomResource):
|
|
1280
1280
|
timeout_sec=1,
|
1281
1281
|
check_interval_sec=1,
|
1282
1282
|
grpc_health_check={
|
1283
|
-
"
|
1284
|
-
"
|
1285
|
-
"
|
1283
|
+
"port_name": "health-check-port",
|
1284
|
+
"port_specification": "USE_NAMED_PORT",
|
1285
|
+
"grpc_service_name": "testservice",
|
1286
1286
|
})
|
1287
1287
|
```
|
1288
1288
|
### Health Check With Logging
|
pulumi_gcp/compute/instance.py
CHANGED
@@ -1457,7 +1457,7 @@ class Instance(pulumi.CustomResource):
|
|
1457
1457
|
display_name="Custom SA for VM Instance")
|
1458
1458
|
default_instance = gcp.compute.Instance("default",
|
1459
1459
|
network_interfaces=[{
|
1460
|
-
"
|
1460
|
+
"access_configs": [{}],
|
1461
1461
|
"network": "default",
|
1462
1462
|
}],
|
1463
1463
|
name="my-instance",
|
@@ -1468,7 +1468,7 @@ class Instance(pulumi.CustomResource):
|
|
1468
1468
|
"bar",
|
1469
1469
|
],
|
1470
1470
|
boot_disk={
|
1471
|
-
"
|
1471
|
+
"initialize_params": {
|
1472
1472
|
"image": "debian-cloud/debian-11",
|
1473
1473
|
"labels": {
|
1474
1474
|
"my_label": "value",
|
@@ -1628,7 +1628,7 @@ class Instance(pulumi.CustomResource):
|
|
1628
1628
|
display_name="Custom SA for VM Instance")
|
1629
1629
|
default_instance = gcp.compute.Instance("default",
|
1630
1630
|
network_interfaces=[{
|
1631
|
-
"
|
1631
|
+
"access_configs": [{}],
|
1632
1632
|
"network": "default",
|
1633
1633
|
}],
|
1634
1634
|
name="my-instance",
|
@@ -1639,7 +1639,7 @@ class Instance(pulumi.CustomResource):
|
|
1639
1639
|
"bar",
|
1640
1640
|
],
|
1641
1641
|
boot_disk={
|
1642
|
-
"
|
1642
|
+
"initialize_params": {
|
1643
1643
|
"image": "debian-cloud/debian-11",
|
1644
1644
|
"labels": {
|
1645
1645
|
"my_label": "value",
|
@@ -1319,9 +1319,9 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1319
1319
|
name="template",
|
1320
1320
|
machine_type="e2-medium",
|
1321
1321
|
disks=[{
|
1322
|
-
"
|
1323
|
-
"
|
1324
|
-
"
|
1322
|
+
"source_image": "debian-cloud/debian-11",
|
1323
|
+
"auto_delete": True,
|
1324
|
+
"disk_size_gb": 100,
|
1325
1325
|
"boot": True,
|
1326
1326
|
}],
|
1327
1327
|
network_interfaces=[{
|
@@ -1422,9 +1422,9 @@ class InstanceFromTemplate(pulumi.CustomResource):
|
|
1422
1422
|
name="template",
|
1423
1423
|
machine_type="e2-medium",
|
1424
1424
|
disks=[{
|
1425
|
-
"
|
1426
|
-
"
|
1427
|
-
"
|
1425
|
+
"source_image": "debian-cloud/debian-11",
|
1426
|
+
"auto_delete": True,
|
1427
|
+
"disk_size_gb": 100,
|
1428
1428
|
"boot": True,
|
1429
1429
|
}],
|
1430
1430
|
network_interfaces=[{
|