pulumi-gcp 7.33.0a1721715313__py3-none-any.whl → 7.33.0a1721954725__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/_utilities.py +2 -0
- pulumi_gcp/accesscontextmanager/access_level.py +8 -8
- pulumi_gcp/accesscontextmanager/access_level_condition.py +18 -18
- pulumi_gcp/accesscontextmanager/access_levels.py +16 -16
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +8 -8
- pulumi_gcp/accesscontextmanager/service_perimeter.py +66 -66
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +12 -12
- pulumi_gcp/alloydb/cluster.py +22 -22
- pulumi_gcp/alloydb/instance.py +8 -8
- pulumi_gcp/apigee/addons_config.py +14 -14
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +6 -6
- pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
- pulumi_gcp/appengine/domain_mapping.py +2 -2
- pulumi_gcp/appengine/engine_split_traffic.py +10 -10
- pulumi_gcp/appengine/flexible_app_version.py +18 -18
- pulumi_gcp/appengine/service_network_settings.py +4 -4
- pulumi_gcp/appengine/standard_app_version.py +26 -26
- pulumi_gcp/apphub/application.py +12 -12
- pulumi_gcp/apphub/service.py +12 -12
- pulumi_gcp/applicationintegration/auth_config.py +4 -4
- pulumi_gcp/applicationintegration/client.py +8 -8
- pulumi_gcp/artifactregistry/repository.py +102 -102
- pulumi_gcp/assuredworkloads/workload.py +26 -26
- pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
- pulumi_gcp/beyondcorp/app_connection.py +6 -6
- pulumi_gcp/beyondcorp/app_connector.py +4 -4
- pulumi_gcp/biglake/database.py +2 -2
- pulumi_gcp/biglake/table.py +24 -24
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -30
- pulumi_gcp/bigquery/dataset_access.py +26 -26
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/reservation.py +2 -2
- pulumi_gcp/bigquery/routine.py +40 -40
- pulumi_gcp/bigquery/table.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +2 -2
- pulumi_gcp/bigtable/authorized_view.py +16 -16
- pulumi_gcp/bigtable/gc_policy.py +8 -8
- pulumi_gcp/bigtable/instance.py +24 -24
- pulumi_gcp/bigtable/table.py +6 -6
- pulumi_gcp/billing/budget.py +64 -64
- pulumi_gcp/binaryauthorization/attestor.py +20 -20
- pulumi_gcp/binaryauthorization/policy.py +26 -26
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +32 -32
- pulumi_gcp/certificateauthority/authority.py +222 -222
- pulumi_gcp/certificateauthority/ca_pool.py +108 -108
- pulumi_gcp/certificateauthority/certificate.py +338 -338
- pulumi_gcp/certificateauthority/certificate_template.py +70 -70
- pulumi_gcp/certificatemanager/certificate.py +76 -76
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +30 -30
- pulumi_gcp/certificatemanager/certificate_map_entry.py +2 -2
- pulumi_gcp/certificatemanager/trust_config.py +12 -12
- pulumi_gcp/cloudasset/folder_feed.py +2 -2
- pulumi_gcp/cloudasset/organization_feed.py +2 -2
- pulumi_gcp/cloudasset/project_feed.py +2 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +26 -26
- pulumi_gcp/cloudbuild/trigger.py +228 -228
- pulumi_gcp/cloudbuild/worker_pool.py +16 -16
- pulumi_gcp/cloudbuildv2/connection.py +24 -24
- pulumi_gcp/cloudbuildv2/repository.py +18 -18
- pulumi_gcp/clouddeploy/automation.py +16 -16
- pulumi_gcp/clouddeploy/custom_target_type.py +26 -26
- pulumi_gcp/clouddeploy/delivery_pipeline.py +50 -50
- pulumi_gcp/clouddeploy/target.py +6 -6
- pulumi_gcp/clouddomains/registration.py +48 -48
- pulumi_gcp/cloudfunctionsv2/function.py +292 -292
- pulumi_gcp/cloudquota/s_quota_preference.py +2 -2
- pulumi_gcp/cloudrun/domain_mapping.py +2 -2
- pulumi_gcp/cloudrun/service.py +60 -60
- pulumi_gcp/cloudrunv2/job.py +30 -30
- pulumi_gcp/cloudrunv2/service.py +78 -78
- pulumi_gcp/cloudscheduler/job.py +40 -40
- pulumi_gcp/cloudtasks/queue.py +16 -16
- pulumi_gcp/composer/get_image_versions.py +4 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +4 -4
- pulumi_gcp/composer/user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/address.py +6 -6
- pulumi_gcp/compute/attached_disk.py +2 -2
- pulumi_gcp/compute/autoscaler.py +24 -24
- pulumi_gcp/compute/backend_bucket.py +8 -8
- pulumi_gcp/compute/backend_service.py +72 -72
- pulumi_gcp/compute/backend_service_signed_url_key.py +6 -6
- pulumi_gcp/compute/disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/external_vpn_gateway.py +2 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -18
- pulumi_gcp/compute/forwarding_rule.py +24 -24
- pulumi_gcp/compute/get_disk.py +2 -2
- pulumi_gcp/compute/get_image.py +2 -2
- pulumi_gcp/compute/get_instance_serial_port.py +4 -4
- pulumi_gcp/compute/global_forwarding_rule.py +50 -50
- pulumi_gcp/compute/ha_vpn_gateway.py +4 -4
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/instance.py +4 -4
- pulumi_gcp/compute/instance_from_template.py +6 -6
- pulumi_gcp/compute/instance_group_manager.py +18 -18
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/instance_group_named_port.py +4 -4
- pulumi_gcp/compute/instance_template.py +24 -24
- pulumi_gcp/compute/machine_image.py +6 -6
- pulumi_gcp/compute/managed_ssl_certificate.py +6 -6
- pulumi_gcp/compute/manged_ssl_certificate.py +6 -6
- pulumi_gcp/compute/network_attachment.py +4 -4
- pulumi_gcp/compute/network_endpoint.py +4 -4
- pulumi_gcp/compute/network_endpoint_list.py +12 -12
- pulumi_gcp/compute/network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/network_peering_routes_config.py +18 -18
- pulumi_gcp/compute/node_group.py +12 -12
- pulumi_gcp/compute/organization_security_policy_association.py +8 -8
- pulumi_gcp/compute/organization_security_policy_rule.py +8 -8
- pulumi_gcp/compute/packet_mirroring.py +8 -8
- pulumi_gcp/compute/per_instance_config.py +8 -8
- pulumi_gcp/compute/region_autoscaler.py +18 -18
- pulumi_gcp/compute/region_backend_service.py +42 -42
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +18 -18
- pulumi_gcp/compute/region_network_endpoint.py +4 -4
- pulumi_gcp/compute/region_network_endpoint_group.py +20 -20
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/region_per_instance_config.py +12 -12
- pulumi_gcp/compute/region_security_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +32 -32
- pulumi_gcp/compute/region_target_http_proxy.py +10 -10
- pulumi_gcp/compute/region_target_https_proxy.py +28 -28
- pulumi_gcp/compute/region_url_map.py +314 -314
- pulumi_gcp/compute/reservation.py +6 -6
- pulumi_gcp/compute/resource_policy.py +56 -56
- pulumi_gcp/compute/router.py +6 -6
- pulumi_gcp/compute/router_nat.py +16 -16
- pulumi_gcp/compute/router_peer.py +16 -16
- pulumi_gcp/compute/security_policy.py +54 -54
- pulumi_gcp/compute/security_policy_rule.py +20 -20
- pulumi_gcp/compute/service_attachment.py +12 -12
- pulumi_gcp/compute/subnetwork.py +8 -8
- pulumi_gcp/compute/target_grpc_proxy.py +66 -66
- pulumi_gcp/compute/target_http_proxy.py +16 -16
- pulumi_gcp/compute/target_https_proxy.py +40 -40
- pulumi_gcp/compute/target_instance.py +10 -10
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/container/attached_cluster.py +20 -20
- pulumi_gcp/container/aws_cluster.py +176 -176
- pulumi_gcp/container/aws_node_pool.py +288 -288
- pulumi_gcp/container/azure_cluster.py +34 -34
- pulumi_gcp/container/azure_node_pool.py +38 -38
- pulumi_gcp/container/cluster.py +10 -10
- pulumi_gcp/container/node_pool.py +18 -18
- pulumi_gcp/containeranalysis/note.py +4 -4
- pulumi_gcp/databasemigrationservice/connection_profile.py +60 -60
- pulumi_gcp/databasemigrationservice/private_connection.py +2 -2
- pulumi_gcp/datacatalog/entry.py +2 -2
- pulumi_gcp/datacatalog/tag.py +112 -112
- pulumi_gcp/datacatalog/tag_template.py +28 -28
- pulumi_gcp/dataflow/pipeline.py +32 -32
- pulumi_gcp/dataform/repository.py +10 -10
- pulumi_gcp/dataform/repository_release_config.py +24 -24
- pulumi_gcp/dataform/repository_workflow_config.py +36 -36
- pulumi_gcp/datafusion/instance.py +14 -14
- pulumi_gcp/dataloss/prevention_deidentify_template.py +66 -66
- pulumi_gcp/dataloss/prevention_inspect_template.py +124 -124
- pulumi_gcp/dataloss/prevention_job_trigger.py +292 -292
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -10
- pulumi_gcp/dataplex/asset.py +2 -2
- pulumi_gcp/dataplex/datascan.py +76 -76
- pulumi_gcp/dataplex/task.py +64 -64
- pulumi_gcp/dataplex/zone.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy.py +14 -14
- pulumi_gcp/dataproc/cluster.py +58 -58
- pulumi_gcp/dataproc/job.py +18 -18
- pulumi_gcp/dataproc/metastore_federation.py +10 -10
- pulumi_gcp/dataproc/metastore_service.py +52 -52
- pulumi_gcp/dataproc/workflow_template.py +52 -52
- pulumi_gcp/datastream/connection_profile.py +18 -18
- pulumi_gcp/datastream/stream.py +222 -222
- pulumi_gcp/diagflow/cx_agent.py +22 -22
- pulumi_gcp/diagflow/cx_entity_type.py +2 -2
- pulumi_gcp/diagflow/cx_environment.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +98 -98
- pulumi_gcp/diagflow/cx_intent.py +6 -6
- pulumi_gcp/diagflow/cx_page.py +154 -154
- pulumi_gcp/diagflow/cx_security_settings.py +22 -22
- pulumi_gcp/diagflow/cx_test_case.py +46 -46
- pulumi_gcp/diagflow/cx_version.py +2 -2
- pulumi_gcp/diagflow/cx_webhook.py +2 -2
- pulumi_gcp/diagflow/fulfillment.py +2 -2
- pulumi_gcp/discoveryengine/chat_engine.py +8 -8
- pulumi_gcp/discoveryengine/data_store.py +12 -12
- pulumi_gcp/dns/get_keys.py +2 -2
- pulumi_gcp/dns/managed_zone.py +48 -48
- pulumi_gcp/dns/policy.py +12 -12
- pulumi_gcp/dns/record_set.py +20 -20
- pulumi_gcp/dns/response_policy.py +26 -26
- pulumi_gcp/dns/response_policy_rule.py +6 -6
- pulumi_gcp/edgecontainer/cluster.py +32 -32
- pulumi_gcp/edgecontainer/node_pool.py +28 -28
- pulumi_gcp/edgecontainer/vpn_connection.py +6 -6
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +20 -20
- pulumi_gcp/eventarc/trigger.py +10 -10
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/filestore/instance.py +28 -28
- pulumi_gcp/filestore/snapshot.py +4 -4
- pulumi_gcp/firebase/android_app.py +8 -8
- pulumi_gcp/firebase/apple_app.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +34 -34
- pulumi_gcp/firebase/hosting_custom_domain.py +2 -2
- pulumi_gcp/firebase/hosting_release.py +4 -4
- pulumi_gcp/firebase/hosting_version.py +4 -4
- pulumi_gcp/firebase/web_app.py +4 -4
- pulumi_gcp/firestore/database.py +4 -4
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/firestore/index.py +16 -16
- pulumi_gcp/folder/access_approval_settings.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +12 -12
- pulumi_gcp/folder/iam_member.py +12 -12
- pulumi_gcp/folder/iam_policy.py +12 -12
- pulumi_gcp/folder/organization_policy.py +2 -2
- pulumi_gcp/gkebackup/backup_plan.py +130 -130
- pulumi_gcp/gkebackup/restore_plan.py +262 -262
- pulumi_gcp/gkehub/feature.py +90 -90
- pulumi_gcp/gkehub/feature_membership.py +66 -66
- pulumi_gcp/gkehub/fleet.py +4 -4
- pulumi_gcp/gkehub/membership.py +14 -14
- pulumi_gcp/gkehub/membership_binding.py +4 -4
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +6 -6
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +100 -100
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +182 -182
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +100 -100
- pulumi_gcp/gkeonprem/v_mware_cluster.py +112 -112
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +24 -24
- pulumi_gcp/healthcare/dataset.py +2 -2
- pulumi_gcp/healthcare/dicom_store.py +10 -10
- pulumi_gcp/healthcare/fhir_store.py +22 -22
- pulumi_gcp/healthcare/hl7_store.py +10 -10
- pulumi_gcp/iam/access_boundary_policy.py +16 -16
- pulumi_gcp/iam/deny_policy.py +18 -18
- pulumi_gcp/iam/workforce_pool.py +4 -4
- pulumi_gcp/iam/workforce_pool_provider.py +84 -84
- pulumi_gcp/iam/workload_identity_pool_provider.py +20 -20
- pulumi_gcp/identityplatform/config.py +32 -32
- pulumi_gcp/identityplatform/inbound_saml_config.py +14 -14
- pulumi_gcp/identityplatform/project_default_config.py +10 -10
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +14 -14
- pulumi_gcp/integrationconnectors/connection.py +132 -132
- pulumi_gcp/integrationconnectors/managed_zone.py +2 -2
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/secret_ciphertext.py +4 -4
- pulumi_gcp/logging/folder_bucket_config.py +2 -2
- pulumi_gcp/logging/metric.py +28 -28
- pulumi_gcp/logging/organization_bucket_config.py +2 -2
- pulumi_gcp/logging/project_bucket_config.py +4 -4
- pulumi_gcp/looker/instance.py +38 -38
- pulumi_gcp/managedkafka/cluster.py +18 -18
- pulumi_gcp/managedkafka/topic.py +8 -8
- pulumi_gcp/memcache/instance.py +8 -8
- pulumi_gcp/migrationcenter/preference_set.py +46 -46
- pulumi_gcp/monitoring/alert_policy.py +42 -42
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +4 -4
- pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
- pulumi_gcp/monitoring/get_notification_channel.py +8 -8
- pulumi_gcp/monitoring/metric_descriptor.py +10 -10
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +28 -28
- pulumi_gcp/monitoring/uptime_check_config.py +66 -66
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/netapp/volume_replication.py +6 -6
- pulumi_gcp/networkconnectivity/policy_based_route.py +10 -10
- pulumi_gcp/networkconnectivity/spoke.py +16 -16
- pulumi_gcp/networkmanagement/connectivity_test.py +18 -18
- pulumi_gcp/networksecurity/authorization_policy.py +10 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +12 -12
- pulumi_gcp/networksecurity/gateway_security_policy.py +42 -42
- pulumi_gcp/networksecurity/security_profile.py +6 -6
- pulumi_gcp/networksecurity/server_tls_policy.py +36 -36
- pulumi_gcp/networksecurity/tls_inspection_policy.py +92 -92
- pulumi_gcp/networkservices/edge_cache_keyset.py +2 -2
- pulumi_gcp/networkservices/edge_cache_origin.py +30 -30
- pulumi_gcp/networkservices/edge_cache_service.py +260 -260
- pulumi_gcp/networkservices/endpoint_policy.py +14 -14
- pulumi_gcp/networkservices/gateway.py +8 -8
- pulumi_gcp/networkservices/grpc_route.py +36 -36
- pulumi_gcp/networkservices/http_route.py +148 -148
- pulumi_gcp/networkservices/service_lb_policies.py +2 -2
- pulumi_gcp/networkservices/tcp_route.py +16 -16
- pulumi_gcp/networkservices/tls_route.py +12 -12
- pulumi_gcp/notebooks/instance.py +10 -10
- pulumi_gcp/notebooks/runtime.py +90 -90
- pulumi_gcp/organizations/access_approval_settings.py +8 -8
- pulumi_gcp/organizations/iam_audit_config.py +4 -4
- pulumi_gcp/organizations/iam_member.py +12 -12
- pulumi_gcp/organizations/iam_policy.py +12 -12
- pulumi_gcp/organizations/policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +12 -12
- pulumi_gcp/osconfig/guest_policies.py +28 -28
- pulumi_gcp/osconfig/os_policy_assignment.py +42 -42
- pulumi_gcp/osconfig/patch_deployment.py +70 -70
- pulumi_gcp/privilegedaccessmanager/entitlement.py +20 -20
- pulumi_gcp/projects/access_approval_settings.py +6 -6
- pulumi_gcp/projects/api_key.py +28 -28
- pulumi_gcp/projects/iam_audit_config.py +12 -12
- pulumi_gcp/projects/iam_binding.py +12 -12
- pulumi_gcp/projects/iam_member.py +12 -12
- pulumi_gcp/projects/iam_policy.py +12 -12
- pulumi_gcp/projects/organization_policy.py +2 -2
- pulumi_gcp/pubsub/lite_subscription.py +8 -8
- pulumi_gcp/pubsub/lite_topic.py +8 -8
- pulumi_gcp/pubsub/subscription.py +50 -50
- pulumi_gcp/pubsub/topic.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +54 -54
- pulumi_gcp/redis/instance.py +8 -8
- pulumi_gcp/secretmanager/secret.py +6 -6
- pulumi_gcp/secretmanager/secret_version.py +6 -6
- pulumi_gcp/securesourcemanager/instance.py +30 -30
- pulumi_gcp/securesourcemanager/repository.py +2 -2
- pulumi_gcp/securitycenter/folder_custom_module.py +12 -12
- pulumi_gcp/securitycenter/instance_iam_binding.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_member.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_policy.py +14 -14
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/organization_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/sourcerepo/repository.py +4 -4
- pulumi_gcp/spanner/instance.py +12 -12
- pulumi_gcp/sql/database_instance.py +28 -28
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/bucket.py +12 -12
- pulumi_gcp/storage/get_project_service_account.py +2 -2
- pulumi_gcp/storage/insights_report_config.py +16 -16
- pulumi_gcp/storage/transfer_agent_pool.py +2 -2
- pulumi_gcp/storage/transfer_job.py +38 -38
- pulumi_gcp/tpu/v2_vm.py +8 -8
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +16 -16
- pulumi_gcp/vertex/ai_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_feature_group.py +6 -6
- pulumi_gcp/vertex/ai_feature_group_feature.py +6 -6
- pulumi_gcp/vertex/ai_feature_online_store.py +22 -22
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +76 -76
- pulumi_gcp/vertex/ai_feature_store.py +14 -14
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +30 -30
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +12 -12
- pulumi_gcp/vertex/ai_index.py +28 -28
- pulumi_gcp/vertex/ai_index_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_tensorboard.py +2 -2
- pulumi_gcp/vmwareengine/cluster.py +36 -36
- pulumi_gcp/vmwareengine/external_access_rule.py +20 -20
- pulumi_gcp/vmwareengine/external_address.py +12 -12
- pulumi_gcp/vmwareengine/private_cloud.py +26 -26
- pulumi_gcp/vmwareengine/subnet.py +12 -12
- pulumi_gcp/workbench/instance.py +66 -66
- pulumi_gcp/workstations/workstation.py +8 -8
- pulumi_gcp/workstations/workstation_cluster.py +4 -4
- pulumi_gcp/workstations/workstation_config.py +122 -122
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721715313.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/top_level.txt +0 -0
@@ -97,8 +97,8 @@ def get_image_versions(project: Optional[str] = None,
|
|
97
97
|
name="test-env",
|
98
98
|
region="us-central1",
|
99
99
|
config={
|
100
|
-
"
|
101
|
-
"
|
100
|
+
"software_config": {
|
101
|
+
"image_version": all.image_versions[0].image_version_id,
|
102
102
|
},
|
103
103
|
})
|
104
104
|
```
|
@@ -140,8 +140,8 @@ def get_image_versions_output(project: Optional[pulumi.Input[Optional[str]]] = N
|
|
140
140
|
name="test-env",
|
141
141
|
region="us-central1",
|
142
142
|
config={
|
143
|
-
"
|
144
|
-
"
|
143
|
+
"software_config": {
|
144
|
+
"image_version": all.image_versions[0].image_version_id,
|
145
145
|
},
|
146
146
|
})
|
147
147
|
```
|
@@ -113,8 +113,8 @@ def get_user_workloads_config_map(environment: Optional[str] = None,
|
|
113
113
|
example_environment = gcp.composer.Environment("example",
|
114
114
|
name="example-environment",
|
115
115
|
config={
|
116
|
-
"
|
117
|
-
"
|
116
|
+
"software_config": {
|
117
|
+
"image_version": "composer-3-airflow-2",
|
118
118
|
},
|
119
119
|
})
|
120
120
|
example_user_workloads_config_map = gcp.composer.UserWorkloadsConfigMap("example",
|
@@ -169,8 +169,8 @@ def get_user_workloads_config_map_output(environment: Optional[pulumi.Input[str]
|
|
169
169
|
example_environment = gcp.composer.Environment("example",
|
170
170
|
name="example-environment",
|
171
171
|
config={
|
172
|
-
"
|
173
|
-
"
|
172
|
+
"software_config": {
|
173
|
+
"image_version": "composer-3-airflow-2",
|
174
174
|
},
|
175
175
|
})
|
176
176
|
example_user_workloads_config_map = gcp.composer.UserWorkloadsConfigMap("example",
|
@@ -110,8 +110,8 @@ def get_user_workloads_secret(environment: Optional[str] = None,
|
|
110
110
|
example_environment = gcp.composer.Environment("example",
|
111
111
|
name="example-environment",
|
112
112
|
config={
|
113
|
-
"
|
114
|
-
"
|
113
|
+
"software_config": {
|
114
|
+
"image_version": "composer-3-airflow-2",
|
115
115
|
},
|
116
116
|
})
|
117
117
|
example_user_workloads_secret = gcp.composer.UserWorkloadsSecret("example",
|
@@ -167,8 +167,8 @@ def get_user_workloads_secret_output(environment: Optional[pulumi.Input[str]] =
|
|
167
167
|
example_environment = gcp.composer.Environment("example",
|
168
168
|
name="example-environment",
|
169
169
|
config={
|
170
|
-
"
|
171
|
-
"
|
170
|
+
"software_config": {
|
171
|
+
"image_version": "composer-3-airflow-2",
|
172
172
|
},
|
173
173
|
})
|
174
174
|
example_user_workloads_secret = gcp.composer.UserWorkloadsSecret("example",
|
@@ -235,8 +235,8 @@ class UserWorkloadsConfigMap(pulumi.CustomResource):
|
|
235
235
|
name="test-environment",
|
236
236
|
region="us-central1",
|
237
237
|
config={
|
238
|
-
"
|
239
|
-
"
|
238
|
+
"software_config": {
|
239
|
+
"image_version": "composer-3-airflow-2",
|
240
240
|
},
|
241
241
|
})
|
242
242
|
config_map = gcp.composer.UserWorkloadsConfigMap("config_map",
|
@@ -310,8 +310,8 @@ class UserWorkloadsConfigMap(pulumi.CustomResource):
|
|
310
310
|
name="test-environment",
|
311
311
|
region="us-central1",
|
312
312
|
config={
|
313
|
-
"
|
314
|
-
"
|
313
|
+
"software_config": {
|
314
|
+
"image_version": "composer-3-airflow-2",
|
315
315
|
},
|
316
316
|
})
|
317
317
|
config_map = gcp.composer.UserWorkloadsConfigMap("config_map",
|
@@ -219,8 +219,8 @@ class UserWorkloadsSecret(pulumi.CustomResource):
|
|
219
219
|
project="example-project",
|
220
220
|
region="us-central1",
|
221
221
|
config={
|
222
|
-
"
|
223
|
-
"
|
222
|
+
"software_config": {
|
223
|
+
"image_version": "example-image-version",
|
224
224
|
},
|
225
225
|
})
|
226
226
|
example_user_workloads_secret = gcp.composer.UserWorkloadsSecret("example",
|
@@ -286,8 +286,8 @@ class UserWorkloadsSecret(pulumi.CustomResource):
|
|
286
286
|
project="example-project",
|
287
287
|
region="us-central1",
|
288
288
|
config={
|
289
|
-
"
|
290
|
-
"
|
289
|
+
"software_config": {
|
290
|
+
"image_version": "example-image-version",
|
291
291
|
},
|
292
292
|
})
|
293
293
|
example_user_workloads_secret = gcp.composer.UserWorkloadsSecret("example",
|
pulumi_gcp/compute/address.py
CHANGED
@@ -844,14 +844,14 @@ class Address(pulumi.CustomResource):
|
|
844
844
|
machine_type="f1-micro",
|
845
845
|
zone="us-central1-a",
|
846
846
|
boot_disk={
|
847
|
-
"
|
847
|
+
"initialize_params": {
|
848
848
|
"image": debian_image.self_link,
|
849
849
|
},
|
850
850
|
},
|
851
851
|
network_interfaces=[{
|
852
852
|
"network": "default",
|
853
|
-
"
|
854
|
-
"
|
853
|
+
"access_configs": [{
|
854
|
+
"nat_ip": static.address,
|
855
855
|
}],
|
856
856
|
}])
|
857
857
|
```
|
@@ -1044,14 +1044,14 @@ class Address(pulumi.CustomResource):
|
|
1044
1044
|
machine_type="f1-micro",
|
1045
1045
|
zone="us-central1-a",
|
1046
1046
|
boot_disk={
|
1047
|
-
"
|
1047
|
+
"initialize_params": {
|
1048
1048
|
"image": debian_image.self_link,
|
1049
1049
|
},
|
1050
1050
|
},
|
1051
1051
|
network_interfaces=[{
|
1052
1052
|
"network": "default",
|
1053
|
-
"
|
1054
|
-
"
|
1053
|
+
"access_configs": [{
|
1054
|
+
"nat_ip": static.address,
|
1055
1055
|
}],
|
1056
1056
|
}])
|
1057
1057
|
```
|
@@ -348,7 +348,7 @@ class AttachedDisk(pulumi.CustomResource):
|
|
348
348
|
machine_type="e2-medium",
|
349
349
|
zone="us-west1-a",
|
350
350
|
boot_disk={
|
351
|
-
"
|
351
|
+
"initialize_params": {
|
352
352
|
"image": "debian-cloud/debian-11",
|
353
353
|
},
|
354
354
|
},
|
@@ -441,7 +441,7 @@ class AttachedDisk(pulumi.CustomResource):
|
|
441
441
|
machine_type="e2-medium",
|
442
442
|
zone="us-west1-a",
|
443
443
|
boot_disk={
|
444
|
-
"
|
444
|
+
"initialize_params": {
|
445
445
|
"image": "debian-cloud/debian-11",
|
446
446
|
},
|
447
447
|
},
|
pulumi_gcp/compute/autoscaler.py
CHANGED
@@ -328,7 +328,7 @@ class Autoscaler(pulumi.CustomResource):
|
|
328
328
|
"bar",
|
329
329
|
],
|
330
330
|
disks=[{
|
331
|
-
"
|
331
|
+
"source_image": debian9.id,
|
332
332
|
}],
|
333
333
|
network_interfaces=[{
|
334
334
|
"network": "default",
|
@@ -348,7 +348,7 @@ class Autoscaler(pulumi.CustomResource):
|
|
348
348
|
name="my-igm",
|
349
349
|
zone="us-central1-f",
|
350
350
|
versions=[{
|
351
|
-
"
|
351
|
+
"instance_template": default_instance_template.id,
|
352
352
|
"name": "primary",
|
353
353
|
}],
|
354
354
|
target_pools=[default_target_pool.id],
|
@@ -358,13 +358,13 @@ class Autoscaler(pulumi.CustomResource):
|
|
358
358
|
zone="us-central1-f",
|
359
359
|
target=default_instance_group_manager.id,
|
360
360
|
autoscaling_policy={
|
361
|
-
"
|
362
|
-
"
|
363
|
-
"
|
361
|
+
"max_replicas": 5,
|
362
|
+
"min_replicas": 1,
|
363
|
+
"cooldown_period": 60,
|
364
364
|
"metrics": [{
|
365
365
|
"name": "pubsub.googleapis.com/subscription/num_undelivered_messages",
|
366
366
|
"filter": "resource.type = pubsub_subscription AND resource.label.subscription_id = our-subscription",
|
367
|
-
"
|
367
|
+
"single_instance_assignment": 65535,
|
368
368
|
}],
|
369
369
|
})
|
370
370
|
```
|
@@ -385,7 +385,7 @@ class Autoscaler(pulumi.CustomResource):
|
|
385
385
|
"bar",
|
386
386
|
],
|
387
387
|
disks=[{
|
388
|
-
"
|
388
|
+
"source_image": debian9.id,
|
389
389
|
}],
|
390
390
|
network_interfaces=[{
|
391
391
|
"network": "default",
|
@@ -405,7 +405,7 @@ class Autoscaler(pulumi.CustomResource):
|
|
405
405
|
name="my-igm",
|
406
406
|
zone="us-central1-f",
|
407
407
|
versions=[{
|
408
|
-
"
|
408
|
+
"instance_template": foobar_instance_template.id,
|
409
409
|
"name": "primary",
|
410
410
|
}],
|
411
411
|
target_pools=[foobar_target_pool.id],
|
@@ -415,10 +415,10 @@ class Autoscaler(pulumi.CustomResource):
|
|
415
415
|
zone="us-central1-f",
|
416
416
|
target=foobar_instance_group_manager.id,
|
417
417
|
autoscaling_policy={
|
418
|
-
"
|
419
|
-
"
|
420
|
-
"
|
421
|
-
"
|
418
|
+
"max_replicas": 5,
|
419
|
+
"min_replicas": 1,
|
420
|
+
"cooldown_period": 60,
|
421
|
+
"cpu_utilization": {
|
422
422
|
"target": 0.5,
|
423
423
|
},
|
424
424
|
})
|
@@ -509,7 +509,7 @@ class Autoscaler(pulumi.CustomResource):
|
|
509
509
|
"bar",
|
510
510
|
],
|
511
511
|
disks=[{
|
512
|
-
"
|
512
|
+
"source_image": debian9.id,
|
513
513
|
}],
|
514
514
|
network_interfaces=[{
|
515
515
|
"network": "default",
|
@@ -529,7 +529,7 @@ class Autoscaler(pulumi.CustomResource):
|
|
529
529
|
name="my-igm",
|
530
530
|
zone="us-central1-f",
|
531
531
|
versions=[{
|
532
|
-
"
|
532
|
+
"instance_template": default_instance_template.id,
|
533
533
|
"name": "primary",
|
534
534
|
}],
|
535
535
|
target_pools=[default_target_pool.id],
|
@@ -539,13 +539,13 @@ class Autoscaler(pulumi.CustomResource):
|
|
539
539
|
zone="us-central1-f",
|
540
540
|
target=default_instance_group_manager.id,
|
541
541
|
autoscaling_policy={
|
542
|
-
"
|
543
|
-
"
|
544
|
-
"
|
542
|
+
"max_replicas": 5,
|
543
|
+
"min_replicas": 1,
|
544
|
+
"cooldown_period": 60,
|
545
545
|
"metrics": [{
|
546
546
|
"name": "pubsub.googleapis.com/subscription/num_undelivered_messages",
|
547
547
|
"filter": "resource.type = pubsub_subscription AND resource.label.subscription_id = our-subscription",
|
548
|
-
"
|
548
|
+
"single_instance_assignment": 65535,
|
549
549
|
}],
|
550
550
|
})
|
551
551
|
```
|
@@ -566,7 +566,7 @@ class Autoscaler(pulumi.CustomResource):
|
|
566
566
|
"bar",
|
567
567
|
],
|
568
568
|
disks=[{
|
569
|
-
"
|
569
|
+
"source_image": debian9.id,
|
570
570
|
}],
|
571
571
|
network_interfaces=[{
|
572
572
|
"network": "default",
|
@@ -586,7 +586,7 @@ class Autoscaler(pulumi.CustomResource):
|
|
586
586
|
name="my-igm",
|
587
587
|
zone="us-central1-f",
|
588
588
|
versions=[{
|
589
|
-
"
|
589
|
+
"instance_template": foobar_instance_template.id,
|
590
590
|
"name": "primary",
|
591
591
|
}],
|
592
592
|
target_pools=[foobar_target_pool.id],
|
@@ -596,10 +596,10 @@ class Autoscaler(pulumi.CustomResource):
|
|
596
596
|
zone="us-central1-f",
|
597
597
|
target=foobar_instance_group_manager.id,
|
598
598
|
autoscaling_policy={
|
599
|
-
"
|
600
|
-
"
|
601
|
-
"
|
602
|
-
"
|
599
|
+
"max_replicas": 5,
|
600
|
+
"min_replicas": 1,
|
601
|
+
"cooldown_period": 60,
|
602
|
+
"cpu_utilization": {
|
603
603
|
"target": 0.5,
|
604
604
|
},
|
605
605
|
})
|
@@ -487,8 +487,8 @@ class BackendBucket(pulumi.CustomResource):
|
|
487
487
|
bucket_name=image_bucket.name,
|
488
488
|
enable_cdn=True,
|
489
489
|
cdn_policy={
|
490
|
-
"
|
491
|
-
"
|
490
|
+
"cache_key_policy": {
|
491
|
+
"query_string_whitelists": ["image-version"],
|
492
492
|
},
|
493
493
|
})
|
494
494
|
```
|
@@ -507,8 +507,8 @@ class BackendBucket(pulumi.CustomResource):
|
|
507
507
|
bucket_name=image_bucket.name,
|
508
508
|
enable_cdn=True,
|
509
509
|
cdn_policy={
|
510
|
-
"
|
511
|
-
"
|
510
|
+
"cache_key_policy": {
|
511
|
+
"include_http_headers": ["X-My-Header-Field"],
|
512
512
|
},
|
513
513
|
})
|
514
514
|
```
|
@@ -635,8 +635,8 @@ class BackendBucket(pulumi.CustomResource):
|
|
635
635
|
bucket_name=image_bucket.name,
|
636
636
|
enable_cdn=True,
|
637
637
|
cdn_policy={
|
638
|
-
"
|
639
|
-
"
|
638
|
+
"cache_key_policy": {
|
639
|
+
"query_string_whitelists": ["image-version"],
|
640
640
|
},
|
641
641
|
})
|
642
642
|
```
|
@@ -655,8 +655,8 @@ class BackendBucket(pulumi.CustomResource):
|
|
655
655
|
bucket_name=image_bucket.name,
|
656
656
|
enable_cdn=True,
|
657
657
|
cdn_policy={
|
658
|
-
"
|
659
|
-
"
|
658
|
+
"cache_key_policy": {
|
659
|
+
"include_http_headers": ["X-My-Header-Field"],
|
660
660
|
},
|
661
661
|
})
|
662
662
|
```
|
@@ -1504,8 +1504,8 @@ class BackendService(pulumi.CustomResource):
|
|
1504
1504
|
protocol="HTTP",
|
1505
1505
|
load_balancing_scheme="EXTERNAL",
|
1506
1506
|
iap={
|
1507
|
-
"
|
1508
|
-
"
|
1507
|
+
"oauth2_client_id": "abc",
|
1508
|
+
"oauth2_client_secret": "xyz",
|
1509
1509
|
})
|
1510
1510
|
```
|
1511
1511
|
### Backend Service Cache Simple
|
@@ -1524,7 +1524,7 @@ class BackendService(pulumi.CustomResource):
|
|
1524
1524
|
health_checks=default_http_health_check.id,
|
1525
1525
|
enable_cdn=True,
|
1526
1526
|
cdn_policy={
|
1527
|
-
"
|
1527
|
+
"signed_url_cache_max_age_sec": 7200,
|
1528
1528
|
})
|
1529
1529
|
```
|
1530
1530
|
### Backend Service Cache Include Http Headers
|
@@ -1537,12 +1537,12 @@ class BackendService(pulumi.CustomResource):
|
|
1537
1537
|
name="backend-service",
|
1538
1538
|
enable_cdn=True,
|
1539
1539
|
cdn_policy={
|
1540
|
-
"
|
1541
|
-
"
|
1542
|
-
"
|
1543
|
-
"
|
1544
|
-
"
|
1545
|
-
"
|
1540
|
+
"cache_mode": "USE_ORIGIN_HEADERS",
|
1541
|
+
"cache_key_policy": {
|
1542
|
+
"include_host": True,
|
1543
|
+
"include_protocol": True,
|
1544
|
+
"include_query_string": True,
|
1545
|
+
"include_http_headers": ["X-My-Header-Field"],
|
1546
1546
|
},
|
1547
1547
|
})
|
1548
1548
|
```
|
@@ -1556,15 +1556,15 @@ class BackendService(pulumi.CustomResource):
|
|
1556
1556
|
name="backend-service",
|
1557
1557
|
enable_cdn=True,
|
1558
1558
|
cdn_policy={
|
1559
|
-
"
|
1560
|
-
"
|
1561
|
-
"
|
1562
|
-
"
|
1563
|
-
"
|
1564
|
-
"
|
1565
|
-
"
|
1566
|
-
"
|
1567
|
-
"
|
1559
|
+
"cache_mode": "CACHE_ALL_STATIC",
|
1560
|
+
"default_ttl": 3600,
|
1561
|
+
"client_ttl": 7200,
|
1562
|
+
"max_ttl": 10800,
|
1563
|
+
"cache_key_policy": {
|
1564
|
+
"include_host": True,
|
1565
|
+
"include_protocol": True,
|
1566
|
+
"include_query_string": True,
|
1567
|
+
"include_named_cookies": [
|
1568
1568
|
"__next_preview_data",
|
1569
1569
|
"__prerender_bypass",
|
1570
1570
|
],
|
@@ -1587,12 +1587,12 @@ class BackendService(pulumi.CustomResource):
|
|
1587
1587
|
health_checks=default_http_health_check.id,
|
1588
1588
|
enable_cdn=True,
|
1589
1589
|
cdn_policy={
|
1590
|
-
"
|
1591
|
-
"
|
1592
|
-
"
|
1593
|
-
"
|
1594
|
-
"
|
1595
|
-
"
|
1590
|
+
"cache_mode": "CACHE_ALL_STATIC",
|
1591
|
+
"default_ttl": 3600,
|
1592
|
+
"client_ttl": 7200,
|
1593
|
+
"max_ttl": 10800,
|
1594
|
+
"negative_caching": True,
|
1595
|
+
"signed_url_cache_max_age_sec": 7200,
|
1596
1596
|
})
|
1597
1597
|
```
|
1598
1598
|
### Backend Service Cache Bypass Cache On Request Headers
|
@@ -1611,18 +1611,18 @@ class BackendService(pulumi.CustomResource):
|
|
1611
1611
|
health_checks=default_http_health_check.id,
|
1612
1612
|
enable_cdn=True,
|
1613
1613
|
cdn_policy={
|
1614
|
-
"
|
1615
|
-
"
|
1616
|
-
"
|
1617
|
-
"
|
1618
|
-
"
|
1619
|
-
"
|
1620
|
-
"
|
1614
|
+
"cache_mode": "CACHE_ALL_STATIC",
|
1615
|
+
"default_ttl": 3600,
|
1616
|
+
"client_ttl": 7200,
|
1617
|
+
"max_ttl": 10800,
|
1618
|
+
"negative_caching": True,
|
1619
|
+
"signed_url_cache_max_age_sec": 7200,
|
1620
|
+
"bypass_cache_on_request_headers": [
|
1621
1621
|
{
|
1622
|
-
"
|
1622
|
+
"header_name": "Authorization",
|
1623
1623
|
},
|
1624
1624
|
{
|
1625
|
-
"
|
1625
|
+
"header_name": "Proxy-Authorization",
|
1626
1626
|
},
|
1627
1627
|
],
|
1628
1628
|
})
|
@@ -1662,10 +1662,10 @@ class BackendService(pulumi.CustomResource):
|
|
1662
1662
|
locality_lb_policy="RING_HASH",
|
1663
1663
|
session_affinity="HTTP_COOKIE",
|
1664
1664
|
circuit_breakers={
|
1665
|
-
"
|
1665
|
+
"max_connections": 10,
|
1666
1666
|
},
|
1667
1667
|
consistent_hash={
|
1668
|
-
"
|
1668
|
+
"http_cookie": {
|
1669
1669
|
"ttl": {
|
1670
1670
|
"seconds": 11,
|
1671
1671
|
"nanos": 1111,
|
@@ -1674,7 +1674,7 @@ class BackendService(pulumi.CustomResource):
|
|
1674
1674
|
},
|
1675
1675
|
},
|
1676
1676
|
outlier_detection={
|
1677
|
-
"
|
1677
|
+
"consecutive_errors": 2,
|
1678
1678
|
})
|
1679
1679
|
```
|
1680
1680
|
### Backend Service Network Endpoint
|
@@ -1931,8 +1931,8 @@ class BackendService(pulumi.CustomResource):
|
|
1931
1931
|
protocol="HTTP",
|
1932
1932
|
load_balancing_scheme="EXTERNAL",
|
1933
1933
|
iap={
|
1934
|
-
"
|
1935
|
-
"
|
1934
|
+
"oauth2_client_id": "abc",
|
1935
|
+
"oauth2_client_secret": "xyz",
|
1936
1936
|
})
|
1937
1937
|
```
|
1938
1938
|
### Backend Service Cache Simple
|
@@ -1951,7 +1951,7 @@ class BackendService(pulumi.CustomResource):
|
|
1951
1951
|
health_checks=default_http_health_check.id,
|
1952
1952
|
enable_cdn=True,
|
1953
1953
|
cdn_policy={
|
1954
|
-
"
|
1954
|
+
"signed_url_cache_max_age_sec": 7200,
|
1955
1955
|
})
|
1956
1956
|
```
|
1957
1957
|
### Backend Service Cache Include Http Headers
|
@@ -1964,12 +1964,12 @@ class BackendService(pulumi.CustomResource):
|
|
1964
1964
|
name="backend-service",
|
1965
1965
|
enable_cdn=True,
|
1966
1966
|
cdn_policy={
|
1967
|
-
"
|
1968
|
-
"
|
1969
|
-
"
|
1970
|
-
"
|
1971
|
-
"
|
1972
|
-
"
|
1967
|
+
"cache_mode": "USE_ORIGIN_HEADERS",
|
1968
|
+
"cache_key_policy": {
|
1969
|
+
"include_host": True,
|
1970
|
+
"include_protocol": True,
|
1971
|
+
"include_query_string": True,
|
1972
|
+
"include_http_headers": ["X-My-Header-Field"],
|
1973
1973
|
},
|
1974
1974
|
})
|
1975
1975
|
```
|
@@ -1983,15 +1983,15 @@ class BackendService(pulumi.CustomResource):
|
|
1983
1983
|
name="backend-service",
|
1984
1984
|
enable_cdn=True,
|
1985
1985
|
cdn_policy={
|
1986
|
-
"
|
1987
|
-
"
|
1988
|
-
"
|
1989
|
-
"
|
1990
|
-
"
|
1991
|
-
"
|
1992
|
-
"
|
1993
|
-
"
|
1994
|
-
"
|
1986
|
+
"cache_mode": "CACHE_ALL_STATIC",
|
1987
|
+
"default_ttl": 3600,
|
1988
|
+
"client_ttl": 7200,
|
1989
|
+
"max_ttl": 10800,
|
1990
|
+
"cache_key_policy": {
|
1991
|
+
"include_host": True,
|
1992
|
+
"include_protocol": True,
|
1993
|
+
"include_query_string": True,
|
1994
|
+
"include_named_cookies": [
|
1995
1995
|
"__next_preview_data",
|
1996
1996
|
"__prerender_bypass",
|
1997
1997
|
],
|
@@ -2014,12 +2014,12 @@ class BackendService(pulumi.CustomResource):
|
|
2014
2014
|
health_checks=default_http_health_check.id,
|
2015
2015
|
enable_cdn=True,
|
2016
2016
|
cdn_policy={
|
2017
|
-
"
|
2018
|
-
"
|
2019
|
-
"
|
2020
|
-
"
|
2021
|
-
"
|
2022
|
-
"
|
2017
|
+
"cache_mode": "CACHE_ALL_STATIC",
|
2018
|
+
"default_ttl": 3600,
|
2019
|
+
"client_ttl": 7200,
|
2020
|
+
"max_ttl": 10800,
|
2021
|
+
"negative_caching": True,
|
2022
|
+
"signed_url_cache_max_age_sec": 7200,
|
2023
2023
|
})
|
2024
2024
|
```
|
2025
2025
|
### Backend Service Cache Bypass Cache On Request Headers
|
@@ -2038,18 +2038,18 @@ class BackendService(pulumi.CustomResource):
|
|
2038
2038
|
health_checks=default_http_health_check.id,
|
2039
2039
|
enable_cdn=True,
|
2040
2040
|
cdn_policy={
|
2041
|
-
"
|
2042
|
-
"
|
2043
|
-
"
|
2044
|
-
"
|
2045
|
-
"
|
2046
|
-
"
|
2047
|
-
"
|
2041
|
+
"cache_mode": "CACHE_ALL_STATIC",
|
2042
|
+
"default_ttl": 3600,
|
2043
|
+
"client_ttl": 7200,
|
2044
|
+
"max_ttl": 10800,
|
2045
|
+
"negative_caching": True,
|
2046
|
+
"signed_url_cache_max_age_sec": 7200,
|
2047
|
+
"bypass_cache_on_request_headers": [
|
2048
2048
|
{
|
2049
|
-
"
|
2049
|
+
"header_name": "Authorization",
|
2050
2050
|
},
|
2051
2051
|
{
|
2052
|
-
"
|
2052
|
+
"header_name": "Proxy-Authorization",
|
2053
2053
|
},
|
2054
2054
|
],
|
2055
2055
|
})
|
@@ -2089,10 +2089,10 @@ class BackendService(pulumi.CustomResource):
|
|
2089
2089
|
locality_lb_policy="RING_HASH",
|
2090
2090
|
session_affinity="HTTP_COOKIE",
|
2091
2091
|
circuit_breakers={
|
2092
|
-
"
|
2092
|
+
"max_connections": 10,
|
2093
2093
|
},
|
2094
2094
|
consistent_hash={
|
2095
|
-
"
|
2095
|
+
"http_cookie": {
|
2096
2096
|
"ttl": {
|
2097
2097
|
"seconds": 11,
|
2098
2098
|
"nanos": 1111,
|
@@ -2101,7 +2101,7 @@ class BackendService(pulumi.CustomResource):
|
|
2101
2101
|
},
|
2102
2102
|
},
|
2103
2103
|
outlier_detection={
|
2104
|
-
"
|
2104
|
+
"consecutive_errors": 2,
|
2105
2105
|
})
|
2106
2106
|
```
|
2107
2107
|
### Backend Service Network Endpoint
|
@@ -218,14 +218,14 @@ class BackendServiceSignedUrlKey(pulumi.CustomResource):
|
|
218
218
|
"network": "default",
|
219
219
|
}],
|
220
220
|
disks=[{
|
221
|
-
"
|
222
|
-
"
|
221
|
+
"source_image": "debian-cloud/debian-11",
|
222
|
+
"auto_delete": True,
|
223
223
|
"boot": True,
|
224
224
|
}])
|
225
225
|
webservers = gcp.compute.InstanceGroupManager("webservers",
|
226
226
|
name="my-webservers",
|
227
227
|
versions=[{
|
228
|
-
"
|
228
|
+
"instance_template": webserver.id,
|
229
229
|
"name": "primary",
|
230
230
|
}],
|
231
231
|
base_instance_name="webserver",
|
@@ -302,14 +302,14 @@ class BackendServiceSignedUrlKey(pulumi.CustomResource):
|
|
302
302
|
"network": "default",
|
303
303
|
}],
|
304
304
|
disks=[{
|
305
|
-
"
|
306
|
-
"
|
305
|
+
"source_image": "debian-cloud/debian-11",
|
306
|
+
"auto_delete": True,
|
307
307
|
"boot": True,
|
308
308
|
}])
|
309
309
|
webservers = gcp.compute.InstanceGroupManager("webservers",
|
310
310
|
name="my-webservers",
|
311
311
|
versions=[{
|
312
|
-
"
|
312
|
+
"instance_template": webserver.id,
|
313
313
|
"name": "primary",
|
314
314
|
}],
|
315
315
|
base_instance_name="webserver",
|