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
@@ -1416,8 +1416,8 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1416
1416
|
protocol="HTTP",
|
1417
1417
|
load_balancing_scheme="EXTERNAL",
|
1418
1418
|
iap={
|
1419
|
-
"
|
1420
|
-
"
|
1419
|
+
"oauth2_client_id": "abc",
|
1420
|
+
"oauth2_client_secret": "xyz",
|
1421
1421
|
})
|
1422
1422
|
```
|
1423
1423
|
### Region Backend Service Cache
|
@@ -1438,12 +1438,12 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1438
1438
|
health_checks=default_region_health_check.id,
|
1439
1439
|
enable_cdn=True,
|
1440
1440
|
cdn_policy={
|
1441
|
-
"
|
1442
|
-
"
|
1443
|
-
"
|
1444
|
-
"
|
1445
|
-
"
|
1446
|
-
"
|
1441
|
+
"cache_mode": "CACHE_ALL_STATIC",
|
1442
|
+
"default_ttl": 3600,
|
1443
|
+
"client_ttl": 7200,
|
1444
|
+
"max_ttl": 10800,
|
1445
|
+
"negative_caching": True,
|
1446
|
+
"signed_url_cache_max_age_sec": 7200,
|
1447
1447
|
},
|
1448
1448
|
load_balancing_scheme="EXTERNAL",
|
1449
1449
|
protocol="HTTP")
|
@@ -1526,10 +1526,10 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1526
1526
|
session_affinity="HTTP_COOKIE",
|
1527
1527
|
protocol="HTTP",
|
1528
1528
|
circuit_breakers={
|
1529
|
-
"
|
1529
|
+
"max_connections": 10,
|
1530
1530
|
},
|
1531
1531
|
consistent_hash={
|
1532
|
-
"
|
1532
|
+
"http_cookie": {
|
1533
1533
|
"ttl": {
|
1534
1534
|
"seconds": 11,
|
1535
1535
|
"nanos": 1111,
|
@@ -1538,7 +1538,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1538
1538
|
},
|
1539
1539
|
},
|
1540
1540
|
outlier_detection={
|
1541
|
-
"
|
1541
|
+
"consecutive_errors": 2,
|
1542
1542
|
})
|
1543
1543
|
```
|
1544
1544
|
### Region Backend Service Balancing Mode
|
@@ -1566,8 +1566,8 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1566
1566
|
"subnetwork": default_subnetwork.id,
|
1567
1567
|
}],
|
1568
1568
|
disks=[{
|
1569
|
-
"
|
1570
|
-
"
|
1569
|
+
"source_image": debian_image.self_link,
|
1570
|
+
"auto_delete": True,
|
1571
1571
|
"boot": True,
|
1572
1572
|
}],
|
1573
1573
|
tags=[
|
@@ -1578,7 +1578,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1578
1578
|
region="us-central1",
|
1579
1579
|
name="rbs-rigm",
|
1580
1580
|
versions=[{
|
1581
|
-
"
|
1581
|
+
"instance_template": instance_template.id,
|
1582
1582
|
"name": "primary",
|
1583
1583
|
}],
|
1584
1584
|
base_instance_name="internal-glb",
|
@@ -1587,14 +1587,14 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1587
1587
|
region="us-central1",
|
1588
1588
|
name="rbs-health-check",
|
1589
1589
|
http_health_check={
|
1590
|
-
"
|
1590
|
+
"port_specification": "USE_SERVING_PORT",
|
1591
1591
|
})
|
1592
1592
|
default = gcp.compute.RegionBackendService("default",
|
1593
1593
|
load_balancing_scheme="INTERNAL_MANAGED",
|
1594
1594
|
backends=[{
|
1595
1595
|
"group": rigm.instance_group,
|
1596
|
-
"
|
1597
|
-
"
|
1596
|
+
"balancing_mode": "UTILIZATION",
|
1597
|
+
"capacity_scaler": 1,
|
1598
1598
|
}],
|
1599
1599
|
region="us-central1",
|
1600
1600
|
name="region-service",
|
@@ -1623,10 +1623,10 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1623
1623
|
protocol="TCP",
|
1624
1624
|
load_balancing_scheme="EXTERNAL",
|
1625
1625
|
connection_tracking_policy={
|
1626
|
-
"
|
1627
|
-
"
|
1628
|
-
"
|
1629
|
-
"
|
1626
|
+
"tracking_mode": "PER_SESSION",
|
1627
|
+
"connection_persistence_on_unhealthy_backends": "NEVER_PERSIST",
|
1628
|
+
"idle_timeout_sec": 60,
|
1629
|
+
"enable_strong_affinity": True,
|
1630
1630
|
})
|
1631
1631
|
```
|
1632
1632
|
|
@@ -1842,8 +1842,8 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1842
1842
|
protocol="HTTP",
|
1843
1843
|
load_balancing_scheme="EXTERNAL",
|
1844
1844
|
iap={
|
1845
|
-
"
|
1846
|
-
"
|
1845
|
+
"oauth2_client_id": "abc",
|
1846
|
+
"oauth2_client_secret": "xyz",
|
1847
1847
|
})
|
1848
1848
|
```
|
1849
1849
|
### Region Backend Service Cache
|
@@ -1864,12 +1864,12 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1864
1864
|
health_checks=default_region_health_check.id,
|
1865
1865
|
enable_cdn=True,
|
1866
1866
|
cdn_policy={
|
1867
|
-
"
|
1868
|
-
"
|
1869
|
-
"
|
1870
|
-
"
|
1871
|
-
"
|
1872
|
-
"
|
1867
|
+
"cache_mode": "CACHE_ALL_STATIC",
|
1868
|
+
"default_ttl": 3600,
|
1869
|
+
"client_ttl": 7200,
|
1870
|
+
"max_ttl": 10800,
|
1871
|
+
"negative_caching": True,
|
1872
|
+
"signed_url_cache_max_age_sec": 7200,
|
1873
1873
|
},
|
1874
1874
|
load_balancing_scheme="EXTERNAL",
|
1875
1875
|
protocol="HTTP")
|
@@ -1952,10 +1952,10 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1952
1952
|
session_affinity="HTTP_COOKIE",
|
1953
1953
|
protocol="HTTP",
|
1954
1954
|
circuit_breakers={
|
1955
|
-
"
|
1955
|
+
"max_connections": 10,
|
1956
1956
|
},
|
1957
1957
|
consistent_hash={
|
1958
|
-
"
|
1958
|
+
"http_cookie": {
|
1959
1959
|
"ttl": {
|
1960
1960
|
"seconds": 11,
|
1961
1961
|
"nanos": 1111,
|
@@ -1964,7 +1964,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1964
1964
|
},
|
1965
1965
|
},
|
1966
1966
|
outlier_detection={
|
1967
|
-
"
|
1967
|
+
"consecutive_errors": 2,
|
1968
1968
|
})
|
1969
1969
|
```
|
1970
1970
|
### Region Backend Service Balancing Mode
|
@@ -1992,8 +1992,8 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1992
1992
|
"subnetwork": default_subnetwork.id,
|
1993
1993
|
}],
|
1994
1994
|
disks=[{
|
1995
|
-
"
|
1996
|
-
"
|
1995
|
+
"source_image": debian_image.self_link,
|
1996
|
+
"auto_delete": True,
|
1997
1997
|
"boot": True,
|
1998
1998
|
}],
|
1999
1999
|
tags=[
|
@@ -2004,7 +2004,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2004
2004
|
region="us-central1",
|
2005
2005
|
name="rbs-rigm",
|
2006
2006
|
versions=[{
|
2007
|
-
"
|
2007
|
+
"instance_template": instance_template.id,
|
2008
2008
|
"name": "primary",
|
2009
2009
|
}],
|
2010
2010
|
base_instance_name="internal-glb",
|
@@ -2013,14 +2013,14 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2013
2013
|
region="us-central1",
|
2014
2014
|
name="rbs-health-check",
|
2015
2015
|
http_health_check={
|
2016
|
-
"
|
2016
|
+
"port_specification": "USE_SERVING_PORT",
|
2017
2017
|
})
|
2018
2018
|
default = gcp.compute.RegionBackendService("default",
|
2019
2019
|
load_balancing_scheme="INTERNAL_MANAGED",
|
2020
2020
|
backends=[{
|
2021
2021
|
"group": rigm.instance_group,
|
2022
|
-
"
|
2023
|
-
"
|
2022
|
+
"balancing_mode": "UTILIZATION",
|
2023
|
+
"capacity_scaler": 1,
|
2024
2024
|
}],
|
2025
2025
|
region="us-central1",
|
2026
2026
|
name="region-service",
|
@@ -2049,10 +2049,10 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2049
2049
|
protocol="TCP",
|
2050
2050
|
load_balancing_scheme="EXTERNAL",
|
2051
2051
|
connection_tracking_policy={
|
2052
|
-
"
|
2053
|
-
"
|
2054
|
-
"
|
2055
|
-
"
|
2052
|
+
"tracking_mode": "PER_SESSION",
|
2053
|
+
"connection_persistence_on_unhealthy_backends": "NEVER_PERSIST",
|
2054
|
+
"idle_timeout_sec": 60,
|
2055
|
+
"enable_strong_affinity": True,
|
2056
2056
|
})
|
2057
2057
|
```
|
2058
2058
|
|
@@ -228,9 +228,9 @@ class RegionDiskResourcePolicyAttachment(pulumi.CustomResource):
|
|
228
228
|
region="us-central1",
|
229
229
|
snapshot_schedule_policy={
|
230
230
|
"schedule": {
|
231
|
-
"
|
232
|
-
"
|
233
|
-
"
|
231
|
+
"daily_schedule": {
|
232
|
+
"days_in_cycle": 1,
|
233
|
+
"start_time": "04:00",
|
234
234
|
},
|
235
235
|
},
|
236
236
|
})
|
@@ -329,9 +329,9 @@ class RegionDiskResourcePolicyAttachment(pulumi.CustomResource):
|
|
329
329
|
region="us-central1",
|
330
330
|
snapshot_schedule_policy={
|
331
331
|
"schedule": {
|
332
|
-
"
|
333
|
-
"
|
334
|
-
"
|
332
|
+
"daily_schedule": {
|
333
|
+
"days_in_cycle": 1,
|
334
|
+
"start_time": "04:00",
|
335
335
|
},
|
336
336
|
},
|
337
337
|
})
|
@@ -728,10 +728,10 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
728
728
|
healthy_threshold=4,
|
729
729
|
unhealthy_threshold=5,
|
730
730
|
tcp_health_check={
|
731
|
-
"
|
732
|
-
"
|
731
|
+
"port_name": "health-check-port",
|
732
|
+
"port_specification": "USE_NAMED_PORT",
|
733
733
|
"request": "ARE YOU HEALTHY?",
|
734
|
-
"
|
734
|
+
"proxy_header": "NONE",
|
735
735
|
"response": "I AM HEALTHY",
|
736
736
|
})
|
737
737
|
```
|
@@ -763,10 +763,10 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
763
763
|
healthy_threshold=4,
|
764
764
|
unhealthy_threshold=5,
|
765
765
|
ssl_health_check={
|
766
|
-
"
|
767
|
-
"
|
766
|
+
"port_name": "health-check-port",
|
767
|
+
"port_specification": "USE_NAMED_PORT",
|
768
768
|
"request": "ARE YOU HEALTHY?",
|
769
|
-
"
|
769
|
+
"proxy_header": "NONE",
|
770
770
|
"response": "I AM HEALTHY",
|
771
771
|
})
|
772
772
|
```
|
@@ -815,11 +815,11 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
815
815
|
healthy_threshold=4,
|
816
816
|
unhealthy_threshold=5,
|
817
817
|
http_health_check={
|
818
|
-
"
|
819
|
-
"
|
818
|
+
"port_name": "health-check-port",
|
819
|
+
"port_specification": "USE_NAMED_PORT",
|
820
820
|
"host": "1.2.3.4",
|
821
|
-
"
|
822
|
-
"
|
821
|
+
"request_path": "/mypath",
|
822
|
+
"proxy_header": "NONE",
|
823
823
|
"response": "I AM HEALTHY",
|
824
824
|
})
|
825
825
|
```
|
@@ -851,11 +851,11 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
851
851
|
healthy_threshold=4,
|
852
852
|
unhealthy_threshold=5,
|
853
853
|
https_health_check={
|
854
|
-
"
|
855
|
-
"
|
854
|
+
"port_name": "health-check-port",
|
855
|
+
"port_specification": "USE_NAMED_PORT",
|
856
856
|
"host": "1.2.3.4",
|
857
|
-
"
|
858
|
-
"
|
857
|
+
"request_path": "/mypath",
|
858
|
+
"proxy_header": "NONE",
|
859
859
|
"response": "I AM HEALTHY",
|
860
860
|
})
|
861
861
|
```
|
@@ -887,11 +887,11 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
887
887
|
healthy_threshold=4,
|
888
888
|
unhealthy_threshold=5,
|
889
889
|
http2_health_check={
|
890
|
-
"
|
891
|
-
"
|
890
|
+
"port_name": "health-check-port",
|
891
|
+
"port_specification": "USE_NAMED_PORT",
|
892
892
|
"host": "1.2.3.4",
|
893
|
-
"
|
894
|
-
"
|
893
|
+
"request_path": "/mypath",
|
894
|
+
"proxy_header": "NONE",
|
895
895
|
"response": "I AM HEALTHY",
|
896
896
|
})
|
897
897
|
```
|
@@ -920,9 +920,9 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
920
920
|
timeout_sec=1,
|
921
921
|
check_interval_sec=1,
|
922
922
|
grpc_health_check={
|
923
|
-
"
|
924
|
-
"
|
925
|
-
"
|
923
|
+
"port_name": "health-check-port",
|
924
|
+
"port_specification": "USE_NAMED_PORT",
|
925
|
+
"grpc_service_name": "testservice",
|
926
926
|
})
|
927
927
|
```
|
928
928
|
|
@@ -1053,10 +1053,10 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1053
1053
|
healthy_threshold=4,
|
1054
1054
|
unhealthy_threshold=5,
|
1055
1055
|
tcp_health_check={
|
1056
|
-
"
|
1057
|
-
"
|
1056
|
+
"port_name": "health-check-port",
|
1057
|
+
"port_specification": "USE_NAMED_PORT",
|
1058
1058
|
"request": "ARE YOU HEALTHY?",
|
1059
|
-
"
|
1059
|
+
"proxy_header": "NONE",
|
1060
1060
|
"response": "I AM HEALTHY",
|
1061
1061
|
})
|
1062
1062
|
```
|
@@ -1088,10 +1088,10 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1088
1088
|
healthy_threshold=4,
|
1089
1089
|
unhealthy_threshold=5,
|
1090
1090
|
ssl_health_check={
|
1091
|
-
"
|
1092
|
-
"
|
1091
|
+
"port_name": "health-check-port",
|
1092
|
+
"port_specification": "USE_NAMED_PORT",
|
1093
1093
|
"request": "ARE YOU HEALTHY?",
|
1094
|
-
"
|
1094
|
+
"proxy_header": "NONE",
|
1095
1095
|
"response": "I AM HEALTHY",
|
1096
1096
|
})
|
1097
1097
|
```
|
@@ -1140,11 +1140,11 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1140
1140
|
healthy_threshold=4,
|
1141
1141
|
unhealthy_threshold=5,
|
1142
1142
|
http_health_check={
|
1143
|
-
"
|
1144
|
-
"
|
1143
|
+
"port_name": "health-check-port",
|
1144
|
+
"port_specification": "USE_NAMED_PORT",
|
1145
1145
|
"host": "1.2.3.4",
|
1146
|
-
"
|
1147
|
-
"
|
1146
|
+
"request_path": "/mypath",
|
1147
|
+
"proxy_header": "NONE",
|
1148
1148
|
"response": "I AM HEALTHY",
|
1149
1149
|
})
|
1150
1150
|
```
|
@@ -1176,11 +1176,11 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1176
1176
|
healthy_threshold=4,
|
1177
1177
|
unhealthy_threshold=5,
|
1178
1178
|
https_health_check={
|
1179
|
-
"
|
1180
|
-
"
|
1179
|
+
"port_name": "health-check-port",
|
1180
|
+
"port_specification": "USE_NAMED_PORT",
|
1181
1181
|
"host": "1.2.3.4",
|
1182
|
-
"
|
1183
|
-
"
|
1182
|
+
"request_path": "/mypath",
|
1183
|
+
"proxy_header": "NONE",
|
1184
1184
|
"response": "I AM HEALTHY",
|
1185
1185
|
})
|
1186
1186
|
```
|
@@ -1212,11 +1212,11 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1212
1212
|
healthy_threshold=4,
|
1213
1213
|
unhealthy_threshold=5,
|
1214
1214
|
http2_health_check={
|
1215
|
-
"
|
1216
|
-
"
|
1215
|
+
"port_name": "health-check-port",
|
1216
|
+
"port_specification": "USE_NAMED_PORT",
|
1217
1217
|
"host": "1.2.3.4",
|
1218
|
-
"
|
1219
|
-
"
|
1218
|
+
"request_path": "/mypath",
|
1219
|
+
"proxy_header": "NONE",
|
1220
1220
|
"response": "I AM HEALTHY",
|
1221
1221
|
})
|
1222
1222
|
```
|
@@ -1245,9 +1245,9 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1245
1245
|
timeout_sec=1,
|
1246
1246
|
check_interval_sec=1,
|
1247
1247
|
grpc_health_check={
|
1248
|
-
"
|
1249
|
-
"
|
1250
|
-
"
|
1248
|
+
"port_name": "health-check-port",
|
1249
|
+
"port_specification": "USE_NAMED_PORT",
|
1250
|
+
"grpc_service_name": "testservice",
|
1251
1251
|
})
|
1252
1252
|
```
|
1253
1253
|
|
@@ -1107,7 +1107,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1107
1107
|
healthy_threshold=2,
|
1108
1108
|
unhealthy_threshold=10,
|
1109
1109
|
http_health_check={
|
1110
|
-
"
|
1110
|
+
"request_path": "/healthz",
|
1111
1111
|
"port": 8080,
|
1112
1112
|
})
|
1113
1113
|
appserver = gcp.compute.RegionInstanceGroupManager("appserver",
|
@@ -1119,7 +1119,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1119
1119
|
"us-central1-f",
|
1120
1120
|
],
|
1121
1121
|
versions=[{
|
1122
|
-
"
|
1122
|
+
"instance_template": appserver_google_compute_instance_template["selfLinkUnique"],
|
1123
1123
|
}],
|
1124
1124
|
all_instances_config={
|
1125
1125
|
"metadata": {
|
@@ -1136,8 +1136,8 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1136
1136
|
"port": 8888,
|
1137
1137
|
}],
|
1138
1138
|
auto_healing_policies={
|
1139
|
-
"
|
1140
|
-
"
|
1139
|
+
"health_check": autohealing.id,
|
1140
|
+
"initial_delay_sec": 300,
|
1141
1141
|
})
|
1142
1142
|
```
|
1143
1143
|
|
@@ -1153,11 +1153,11 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1153
1153
|
target_size=5,
|
1154
1154
|
versions=[
|
1155
1155
|
{
|
1156
|
-
"
|
1156
|
+
"instance_template": appserver_google_compute_instance_template["selfLinkUnique"],
|
1157
1157
|
},
|
1158
1158
|
{
|
1159
|
-
"
|
1160
|
-
"
|
1159
|
+
"instance_template": appserver_canary["selfLinkUnique"],
|
1160
|
+
"target_size": {
|
1161
1161
|
"fixed": 1,
|
1162
1162
|
},
|
1163
1163
|
},
|
@@ -1175,11 +1175,11 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1175
1175
|
region="us-central1",
|
1176
1176
|
target_size=5,
|
1177
1177
|
versions=[{
|
1178
|
-
"
|
1178
|
+
"instance_template": sr_igm["selfLink"],
|
1179
1179
|
"name": "primary",
|
1180
1180
|
}],
|
1181
1181
|
standby_policy={
|
1182
|
-
"
|
1182
|
+
"initial_delay_sec": 50,
|
1183
1183
|
"mode": "SCALE_OUT_POOL",
|
1184
1184
|
},
|
1185
1185
|
target_suspended_size=1,
|
@@ -1294,7 +1294,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1294
1294
|
healthy_threshold=2,
|
1295
1295
|
unhealthy_threshold=10,
|
1296
1296
|
http_health_check={
|
1297
|
-
"
|
1297
|
+
"request_path": "/healthz",
|
1298
1298
|
"port": 8080,
|
1299
1299
|
})
|
1300
1300
|
appserver = gcp.compute.RegionInstanceGroupManager("appserver",
|
@@ -1306,7 +1306,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1306
1306
|
"us-central1-f",
|
1307
1307
|
],
|
1308
1308
|
versions=[{
|
1309
|
-
"
|
1309
|
+
"instance_template": appserver_google_compute_instance_template["selfLinkUnique"],
|
1310
1310
|
}],
|
1311
1311
|
all_instances_config={
|
1312
1312
|
"metadata": {
|
@@ -1323,8 +1323,8 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1323
1323
|
"port": 8888,
|
1324
1324
|
}],
|
1325
1325
|
auto_healing_policies={
|
1326
|
-
"
|
1327
|
-
"
|
1326
|
+
"health_check": autohealing.id,
|
1327
|
+
"initial_delay_sec": 300,
|
1328
1328
|
})
|
1329
1329
|
```
|
1330
1330
|
|
@@ -1340,11 +1340,11 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1340
1340
|
target_size=5,
|
1341
1341
|
versions=[
|
1342
1342
|
{
|
1343
|
-
"
|
1343
|
+
"instance_template": appserver_google_compute_instance_template["selfLinkUnique"],
|
1344
1344
|
},
|
1345
1345
|
{
|
1346
|
-
"
|
1347
|
-
"
|
1346
|
+
"instance_template": appserver_canary["selfLinkUnique"],
|
1347
|
+
"target_size": {
|
1348
1348
|
"fixed": 1,
|
1349
1349
|
},
|
1350
1350
|
},
|
@@ -1362,11 +1362,11 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1362
1362
|
region="us-central1",
|
1363
1363
|
target_size=5,
|
1364
1364
|
versions=[{
|
1365
|
-
"
|
1365
|
+
"instance_template": sr_igm["selfLink"],
|
1366
1366
|
"name": "primary",
|
1367
1367
|
}],
|
1368
1368
|
standby_policy={
|
1369
|
-
"
|
1369
|
+
"initial_delay_sec": 50,
|
1370
1370
|
"mode": "SCALE_OUT_POOL",
|
1371
1371
|
},
|
1372
1372
|
target_suspended_size=1,
|
@@ -407,14 +407,14 @@ class RegionNetworkEndpoint(pulumi.CustomResource):
|
|
407
407
|
project="debian-cloud")
|
408
408
|
default_instance = gcp.compute.Instance("default",
|
409
409
|
network_interfaces=[{
|
410
|
-
"
|
410
|
+
"access_configs": [{}],
|
411
411
|
"subnetwork": default_subnetwork.id,
|
412
412
|
}],
|
413
413
|
name="instance",
|
414
414
|
machine_type="e2-medium",
|
415
415
|
zone="us-central1-a",
|
416
416
|
boot_disk={
|
417
|
-
"
|
417
|
+
"initialize_params": {
|
418
418
|
"image": my_image.self_link,
|
419
419
|
},
|
420
420
|
})
|
@@ -560,14 +560,14 @@ class RegionNetworkEndpoint(pulumi.CustomResource):
|
|
560
560
|
project="debian-cloud")
|
561
561
|
default_instance = gcp.compute.Instance("default",
|
562
562
|
network_interfaces=[{
|
563
|
-
"
|
563
|
+
"access_configs": [{}],
|
564
564
|
"subnetwork": default_subnetwork.id,
|
565
565
|
}],
|
566
566
|
name="instance",
|
567
567
|
machine_type="e2-medium",
|
568
568
|
zone="us-central1-a",
|
569
569
|
boot_disk={
|
570
|
-
"
|
570
|
+
"initialize_params": {
|
571
571
|
"image": my_image.self_link,
|
572
572
|
},
|
573
573
|
})
|
@@ -618,7 +618,7 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
|
|
618
618
|
},
|
619
619
|
traffics=[{
|
620
620
|
"percent": 100,
|
621
|
-
"
|
621
|
+
"latest_revision": True,
|
622
622
|
}])
|
623
623
|
# Cloud Run Example
|
624
624
|
cloudrun_neg = gcp.compute.RegionNetworkEndpointGroup("cloudrun_neg",
|
@@ -651,7 +651,7 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
|
|
651
651
|
},
|
652
652
|
deployment={
|
653
653
|
"zip": {
|
654
|
-
"
|
654
|
+
"source_url": pulumi.Output.all(appengine_neg_bucket.name, appengine_neg_bucket_object.name).apply(lambda appengineNegBucketName, appengineNegBucketObjectName: f"https://storage.googleapis.com/{appengine_neg_bucket_name}/{appengine_neg_bucket_object_name}"),
|
655
655
|
},
|
656
656
|
},
|
657
657
|
liveness_check={
|
@@ -664,19 +664,19 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
|
|
664
664
|
"port": "8080",
|
665
665
|
},
|
666
666
|
handlers=[{
|
667
|
-
"
|
668
|
-
"
|
667
|
+
"url_regex": ".*\\\\/my-path\\\\/*",
|
668
|
+
"security_level": "SECURE_ALWAYS",
|
669
669
|
"login": "LOGIN_REQUIRED",
|
670
|
-
"
|
671
|
-
"
|
670
|
+
"auth_fail_action": "AUTH_FAIL_ACTION_REDIRECT",
|
671
|
+
"static_files": {
|
672
672
|
"path": "my-other-path",
|
673
|
-
"
|
673
|
+
"upload_path_regex": ".*\\\\/my-path\\\\/*",
|
674
674
|
},
|
675
675
|
}],
|
676
676
|
automatic_scaling={
|
677
|
-
"
|
678
|
-
"
|
679
|
-
"
|
677
|
+
"cool_down_period": "120s",
|
678
|
+
"cpu_utilization": {
|
679
|
+
"target_utilization": 0.5,
|
680
680
|
},
|
681
681
|
},
|
682
682
|
delete_service_on_destroy=True)
|
@@ -954,7 +954,7 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
|
|
954
954
|
},
|
955
955
|
traffics=[{
|
956
956
|
"percent": 100,
|
957
|
-
"
|
957
|
+
"latest_revision": True,
|
958
958
|
}])
|
959
959
|
# Cloud Run Example
|
960
960
|
cloudrun_neg = gcp.compute.RegionNetworkEndpointGroup("cloudrun_neg",
|
@@ -987,7 +987,7 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
|
|
987
987
|
},
|
988
988
|
deployment={
|
989
989
|
"zip": {
|
990
|
-
"
|
990
|
+
"source_url": pulumi.Output.all(appengine_neg_bucket.name, appengine_neg_bucket_object.name).apply(lambda appengineNegBucketName, appengineNegBucketObjectName: f"https://storage.googleapis.com/{appengine_neg_bucket_name}/{appengine_neg_bucket_object_name}"),
|
991
991
|
},
|
992
992
|
},
|
993
993
|
liveness_check={
|
@@ -1000,19 +1000,19 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
|
|
1000
1000
|
"port": "8080",
|
1001
1001
|
},
|
1002
1002
|
handlers=[{
|
1003
|
-
"
|
1004
|
-
"
|
1003
|
+
"url_regex": ".*\\\\/my-path\\\\/*",
|
1004
|
+
"security_level": "SECURE_ALWAYS",
|
1005
1005
|
"login": "LOGIN_REQUIRED",
|
1006
|
-
"
|
1007
|
-
"
|
1006
|
+
"auth_fail_action": "AUTH_FAIL_ACTION_REDIRECT",
|
1007
|
+
"static_files": {
|
1008
1008
|
"path": "my-other-path",
|
1009
|
-
"
|
1009
|
+
"upload_path_regex": ".*\\\\/my-path\\\\/*",
|
1010
1010
|
},
|
1011
1011
|
}],
|
1012
1012
|
automatic_scaling={
|
1013
|
-
"
|
1014
|
-
"
|
1015
|
-
"
|
1013
|
+
"cool_down_period": "120s",
|
1014
|
+
"cpu_utilization": {
|
1015
|
+
"target_utilization": 0.5,
|
1016
1016
|
},
|
1017
1017
|
},
|
1018
1018
|
delete_service_on_destroy=True)
|