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
@@ -388,9 +388,9 @@ class TargetGrpcProxy(pulumi.CustomResource):
|
|
388
388
|
timeout_sec=1,
|
389
389
|
check_interval_sec=1,
|
390
390
|
grpc_health_check={
|
391
|
-
"
|
392
|
-
"
|
393
|
-
"
|
391
|
+
"port_name": "health-check-port",
|
392
|
+
"port_specification": "USE_NAMED_PORT",
|
393
|
+
"grpc_service_name": "testservice",
|
394
394
|
})
|
395
395
|
home = gcp.compute.BackendService("home",
|
396
396
|
name="backend",
|
@@ -405,53 +405,53 @@ class TargetGrpcProxy(pulumi.CustomResource):
|
|
405
405
|
default_service=home.id,
|
406
406
|
host_rules=[{
|
407
407
|
"hosts": ["mysite.com"],
|
408
|
-
"
|
408
|
+
"path_matcher": "allpaths",
|
409
409
|
}],
|
410
410
|
path_matchers=[{
|
411
411
|
"name": "allpaths",
|
412
|
-
"
|
413
|
-
"
|
412
|
+
"default_service": home.id,
|
413
|
+
"route_rules": [{
|
414
414
|
"priority": 1,
|
415
|
-
"
|
416
|
-
"
|
417
|
-
"
|
418
|
-
"
|
419
|
-
"
|
415
|
+
"header_action": {
|
416
|
+
"request_headers_to_removes": ["RemoveMe2"],
|
417
|
+
"request_headers_to_adds": [{
|
418
|
+
"header_name": "AddSomethingElse",
|
419
|
+
"header_value": "MyOtherValue",
|
420
420
|
"replace": True,
|
421
421
|
}],
|
422
|
-
"
|
423
|
-
"
|
424
|
-
"
|
425
|
-
"
|
422
|
+
"response_headers_to_removes": ["RemoveMe3"],
|
423
|
+
"response_headers_to_adds": [{
|
424
|
+
"header_name": "AddMe",
|
425
|
+
"header_value": "MyValue",
|
426
426
|
"replace": False,
|
427
427
|
}],
|
428
428
|
},
|
429
|
-
"
|
430
|
-
"
|
431
|
-
"
|
432
|
-
"
|
433
|
-
"
|
434
|
-
"
|
429
|
+
"match_rules": [{
|
430
|
+
"full_path_match": "a full path",
|
431
|
+
"header_matches": [{
|
432
|
+
"header_name": "someheader",
|
433
|
+
"exact_match": "match this exactly",
|
434
|
+
"invert_match": True,
|
435
435
|
}],
|
436
|
-
"
|
437
|
-
"
|
438
|
-
"
|
439
|
-
"
|
436
|
+
"ignore_case": True,
|
437
|
+
"metadata_filters": [{
|
438
|
+
"filter_match_criteria": "MATCH_ANY",
|
439
|
+
"filter_labels": [{
|
440
440
|
"name": "PLANET",
|
441
441
|
"value": "MARS",
|
442
442
|
}],
|
443
443
|
}],
|
444
|
-
"
|
444
|
+
"query_parameter_matches": [{
|
445
445
|
"name": "a query parameter",
|
446
|
-
"
|
446
|
+
"present_match": True,
|
447
447
|
}],
|
448
448
|
}],
|
449
|
-
"
|
450
|
-
"
|
451
|
-
"
|
452
|
-
"
|
453
|
-
"
|
454
|
-
"
|
449
|
+
"url_redirect": {
|
450
|
+
"host_redirect": "A host",
|
451
|
+
"https_redirect": False,
|
452
|
+
"path_redirect": "some/path",
|
453
|
+
"redirect_response_code": "TEMPORARY_REDIRECT",
|
454
|
+
"strip_query": True,
|
455
455
|
},
|
456
456
|
}],
|
457
457
|
}],
|
@@ -550,9 +550,9 @@ class TargetGrpcProxy(pulumi.CustomResource):
|
|
550
550
|
timeout_sec=1,
|
551
551
|
check_interval_sec=1,
|
552
552
|
grpc_health_check={
|
553
|
-
"
|
554
|
-
"
|
555
|
-
"
|
553
|
+
"port_name": "health-check-port",
|
554
|
+
"port_specification": "USE_NAMED_PORT",
|
555
|
+
"grpc_service_name": "testservice",
|
556
556
|
})
|
557
557
|
home = gcp.compute.BackendService("home",
|
558
558
|
name="backend",
|
@@ -567,53 +567,53 @@ class TargetGrpcProxy(pulumi.CustomResource):
|
|
567
567
|
default_service=home.id,
|
568
568
|
host_rules=[{
|
569
569
|
"hosts": ["mysite.com"],
|
570
|
-
"
|
570
|
+
"path_matcher": "allpaths",
|
571
571
|
}],
|
572
572
|
path_matchers=[{
|
573
573
|
"name": "allpaths",
|
574
|
-
"
|
575
|
-
"
|
574
|
+
"default_service": home.id,
|
575
|
+
"route_rules": [{
|
576
576
|
"priority": 1,
|
577
|
-
"
|
578
|
-
"
|
579
|
-
"
|
580
|
-
"
|
581
|
-
"
|
577
|
+
"header_action": {
|
578
|
+
"request_headers_to_removes": ["RemoveMe2"],
|
579
|
+
"request_headers_to_adds": [{
|
580
|
+
"header_name": "AddSomethingElse",
|
581
|
+
"header_value": "MyOtherValue",
|
582
582
|
"replace": True,
|
583
583
|
}],
|
584
|
-
"
|
585
|
-
"
|
586
|
-
"
|
587
|
-
"
|
584
|
+
"response_headers_to_removes": ["RemoveMe3"],
|
585
|
+
"response_headers_to_adds": [{
|
586
|
+
"header_name": "AddMe",
|
587
|
+
"header_value": "MyValue",
|
588
588
|
"replace": False,
|
589
589
|
}],
|
590
590
|
},
|
591
|
-
"
|
592
|
-
"
|
593
|
-
"
|
594
|
-
"
|
595
|
-
"
|
596
|
-
"
|
591
|
+
"match_rules": [{
|
592
|
+
"full_path_match": "a full path",
|
593
|
+
"header_matches": [{
|
594
|
+
"header_name": "someheader",
|
595
|
+
"exact_match": "match this exactly",
|
596
|
+
"invert_match": True,
|
597
597
|
}],
|
598
|
-
"
|
599
|
-
"
|
600
|
-
"
|
601
|
-
"
|
598
|
+
"ignore_case": True,
|
599
|
+
"metadata_filters": [{
|
600
|
+
"filter_match_criteria": "MATCH_ANY",
|
601
|
+
"filter_labels": [{
|
602
602
|
"name": "PLANET",
|
603
603
|
"value": "MARS",
|
604
604
|
}],
|
605
605
|
}],
|
606
|
-
"
|
606
|
+
"query_parameter_matches": [{
|
607
607
|
"name": "a query parameter",
|
608
|
-
"
|
608
|
+
"present_match": True,
|
609
609
|
}],
|
610
610
|
}],
|
611
|
-
"
|
612
|
-
"
|
613
|
-
"
|
614
|
-
"
|
615
|
-
"
|
616
|
-
"
|
611
|
+
"url_redirect": {
|
612
|
+
"host_redirect": "A host",
|
613
|
+
"https_redirect": False,
|
614
|
+
"path_redirect": "some/path",
|
615
|
+
"redirect_response_code": "TEMPORARY_REDIRECT",
|
616
|
+
"strip_query": True,
|
617
617
|
},
|
618
618
|
}],
|
619
619
|
}],
|
@@ -385,12 +385,12 @@ class TargetHttpProxy(pulumi.CustomResource):
|
|
385
385
|
default_service=default_backend_service.id,
|
386
386
|
host_rules=[{
|
387
387
|
"hosts": ["mysite.com"],
|
388
|
-
"
|
388
|
+
"path_matcher": "allpaths",
|
389
389
|
}],
|
390
390
|
path_matchers=[{
|
391
391
|
"name": "allpaths",
|
392
|
-
"
|
393
|
-
"
|
392
|
+
"default_service": default_backend_service.id,
|
393
|
+
"path_rules": [{
|
394
394
|
"paths": ["/*"],
|
395
395
|
"service": default_backend_service.id,
|
396
396
|
}],
|
@@ -422,12 +422,12 @@ class TargetHttpProxy(pulumi.CustomResource):
|
|
422
422
|
default_service=default_backend_service.id,
|
423
423
|
host_rules=[{
|
424
424
|
"hosts": ["mysite.com"],
|
425
|
-
"
|
425
|
+
"path_matcher": "allpaths",
|
426
426
|
}],
|
427
427
|
path_matchers=[{
|
428
428
|
"name": "allpaths",
|
429
|
-
"
|
430
|
-
"
|
429
|
+
"default_service": default_backend_service.id,
|
430
|
+
"path_rules": [{
|
431
431
|
"paths": ["/*"],
|
432
432
|
"service": default_backend_service.id,
|
433
433
|
}],
|
@@ -446,8 +446,8 @@ class TargetHttpProxy(pulumi.CustomResource):
|
|
446
446
|
default_url_map = gcp.compute.URLMap("default",
|
447
447
|
name="url-map",
|
448
448
|
default_url_redirect={
|
449
|
-
"
|
450
|
-
"
|
449
|
+
"https_redirect": True,
|
450
|
+
"strip_query": False,
|
451
451
|
})
|
452
452
|
default = gcp.compute.TargetHttpProxy("default",
|
453
453
|
name="test-https-redirect-proxy",
|
@@ -544,12 +544,12 @@ class TargetHttpProxy(pulumi.CustomResource):
|
|
544
544
|
default_service=default_backend_service.id,
|
545
545
|
host_rules=[{
|
546
546
|
"hosts": ["mysite.com"],
|
547
|
-
"
|
547
|
+
"path_matcher": "allpaths",
|
548
548
|
}],
|
549
549
|
path_matchers=[{
|
550
550
|
"name": "allpaths",
|
551
|
-
"
|
552
|
-
"
|
551
|
+
"default_service": default_backend_service.id,
|
552
|
+
"path_rules": [{
|
553
553
|
"paths": ["/*"],
|
554
554
|
"service": default_backend_service.id,
|
555
555
|
}],
|
@@ -581,12 +581,12 @@ class TargetHttpProxy(pulumi.CustomResource):
|
|
581
581
|
default_service=default_backend_service.id,
|
582
582
|
host_rules=[{
|
583
583
|
"hosts": ["mysite.com"],
|
584
|
-
"
|
584
|
+
"path_matcher": "allpaths",
|
585
585
|
}],
|
586
586
|
path_matchers=[{
|
587
587
|
"name": "allpaths",
|
588
|
-
"
|
589
|
-
"
|
588
|
+
"default_service": default_backend_service.id,
|
589
|
+
"path_rules": [{
|
590
590
|
"paths": ["/*"],
|
591
591
|
"service": default_backend_service.id,
|
592
592
|
}],
|
@@ -605,8 +605,8 @@ class TargetHttpProxy(pulumi.CustomResource):
|
|
605
605
|
default_url_map = gcp.compute.URLMap("default",
|
606
606
|
name="url-map",
|
607
607
|
default_url_redirect={
|
608
|
-
"
|
609
|
-
"
|
608
|
+
"https_redirect": True,
|
609
|
+
"strip_query": False,
|
610
610
|
})
|
611
611
|
default = gcp.compute.TargetHttpProxy("default",
|
612
612
|
name="test-https-redirect-proxy",
|
@@ -734,12 +734,12 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
734
734
|
default_service=default_backend_service.id,
|
735
735
|
host_rules=[{
|
736
736
|
"hosts": ["mysite.com"],
|
737
|
-
"
|
737
|
+
"path_matcher": "allpaths",
|
738
738
|
}],
|
739
739
|
path_matchers=[{
|
740
740
|
"name": "allpaths",
|
741
|
-
"
|
742
|
-
"
|
741
|
+
"default_service": default_backend_service.id,
|
742
|
+
"path_rules": [{
|
743
743
|
"paths": ["/*"],
|
744
744
|
"service": default_backend_service.id,
|
745
745
|
}],
|
@@ -778,12 +778,12 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
778
778
|
default_service=default_backend_service.id,
|
779
779
|
host_rules=[{
|
780
780
|
"hosts": ["mysite.com"],
|
781
|
-
"
|
781
|
+
"path_matcher": "allpaths",
|
782
782
|
}],
|
783
783
|
path_matchers=[{
|
784
784
|
"name": "allpaths",
|
785
|
-
"
|
786
|
-
"
|
785
|
+
"default_service": default_backend_service.id,
|
786
|
+
"path_rules": [{
|
787
787
|
"paths": ["/*"],
|
788
788
|
"service": default_backend_service.id,
|
789
789
|
}],
|
@@ -807,11 +807,11 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
807
807
|
description="sample description for the trust config",
|
808
808
|
location="global",
|
809
809
|
trust_stores=[{
|
810
|
-
"
|
811
|
-
"
|
810
|
+
"trust_anchors": [{
|
811
|
+
"pem_certificate": std.file(input="test-fixtures/ca_cert.pem").result,
|
812
812
|
}],
|
813
|
-
"
|
814
|
-
"
|
813
|
+
"intermediate_cas": [{
|
814
|
+
"pem_certificate": std.file(input="test-fixtures/ca_cert.pem").result,
|
815
815
|
}],
|
816
816
|
}],
|
817
817
|
labels={
|
@@ -823,8 +823,8 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
823
823
|
location="global",
|
824
824
|
allow_open=False,
|
825
825
|
mtls_policy={
|
826
|
-
"
|
827
|
-
"
|
826
|
+
"client_validation_mode": "ALLOW_INVALID_OR_MISSING_CLIENT_CERT",
|
827
|
+
"client_validation_trust_config": default_trust_config.name.apply(lambda name: f"projects/{project.number}/locations/global/trustConfigs/{name}"),
|
828
828
|
})
|
829
829
|
default_ssl_certificate = gcp.compute.SSLCertificate("default",
|
830
830
|
name="my-certificate",
|
@@ -847,12 +847,12 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
847
847
|
default_service=default_backend_service.id,
|
848
848
|
host_rules=[{
|
849
849
|
"hosts": ["mysite.com"],
|
850
|
-
"
|
850
|
+
"path_matcher": "allpaths",
|
851
851
|
}],
|
852
852
|
path_matchers=[{
|
853
853
|
"name": "allpaths",
|
854
|
-
"
|
855
|
-
"
|
854
|
+
"default_service": default_backend_service.id,
|
855
|
+
"path_rules": [{
|
856
856
|
"paths": ["/*"],
|
857
857
|
"service": default_backend_service.id,
|
858
858
|
}],
|
@@ -874,8 +874,8 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
874
874
|
name="my-certificate",
|
875
875
|
scope="ALL_REGIONS",
|
876
876
|
self_managed={
|
877
|
-
"
|
878
|
-
"
|
877
|
+
"pem_certificate": std.file(input="test-fixtures/cert.pem").result,
|
878
|
+
"pem_private_key": std.file(input="test-fixtures/private-key.pem").result,
|
879
879
|
})
|
880
880
|
default_backend_service = gcp.compute.BackendService("default",
|
881
881
|
name="backend-service",
|
@@ -889,12 +889,12 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
889
889
|
default_service=default_backend_service.id,
|
890
890
|
host_rules=[{
|
891
891
|
"hosts": ["mysite.com"],
|
892
|
-
"
|
892
|
+
"path_matcher": "allpaths",
|
893
893
|
}],
|
894
894
|
path_matchers=[{
|
895
895
|
"name": "allpaths",
|
896
|
-
"
|
897
|
-
"
|
896
|
+
"default_service": default_backend_service.id,
|
897
|
+
"path_rules": [{
|
898
898
|
"paths": ["/*"],
|
899
899
|
"service": default_backend_service.id,
|
900
900
|
}],
|
@@ -1036,12 +1036,12 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
1036
1036
|
default_service=default_backend_service.id,
|
1037
1037
|
host_rules=[{
|
1038
1038
|
"hosts": ["mysite.com"],
|
1039
|
-
"
|
1039
|
+
"path_matcher": "allpaths",
|
1040
1040
|
}],
|
1041
1041
|
path_matchers=[{
|
1042
1042
|
"name": "allpaths",
|
1043
|
-
"
|
1044
|
-
"
|
1043
|
+
"default_service": default_backend_service.id,
|
1044
|
+
"path_rules": [{
|
1045
1045
|
"paths": ["/*"],
|
1046
1046
|
"service": default_backend_service.id,
|
1047
1047
|
}],
|
@@ -1080,12 +1080,12 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
1080
1080
|
default_service=default_backend_service.id,
|
1081
1081
|
host_rules=[{
|
1082
1082
|
"hosts": ["mysite.com"],
|
1083
|
-
"
|
1083
|
+
"path_matcher": "allpaths",
|
1084
1084
|
}],
|
1085
1085
|
path_matchers=[{
|
1086
1086
|
"name": "allpaths",
|
1087
|
-
"
|
1088
|
-
"
|
1087
|
+
"default_service": default_backend_service.id,
|
1088
|
+
"path_rules": [{
|
1089
1089
|
"paths": ["/*"],
|
1090
1090
|
"service": default_backend_service.id,
|
1091
1091
|
}],
|
@@ -1109,11 +1109,11 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
1109
1109
|
description="sample description for the trust config",
|
1110
1110
|
location="global",
|
1111
1111
|
trust_stores=[{
|
1112
|
-
"
|
1113
|
-
"
|
1112
|
+
"trust_anchors": [{
|
1113
|
+
"pem_certificate": std.file(input="test-fixtures/ca_cert.pem").result,
|
1114
1114
|
}],
|
1115
|
-
"
|
1116
|
-
"
|
1115
|
+
"intermediate_cas": [{
|
1116
|
+
"pem_certificate": std.file(input="test-fixtures/ca_cert.pem").result,
|
1117
1117
|
}],
|
1118
1118
|
}],
|
1119
1119
|
labels={
|
@@ -1125,8 +1125,8 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
1125
1125
|
location="global",
|
1126
1126
|
allow_open=False,
|
1127
1127
|
mtls_policy={
|
1128
|
-
"
|
1129
|
-
"
|
1128
|
+
"client_validation_mode": "ALLOW_INVALID_OR_MISSING_CLIENT_CERT",
|
1129
|
+
"client_validation_trust_config": default_trust_config.name.apply(lambda name: f"projects/{project.number}/locations/global/trustConfigs/{name}"),
|
1130
1130
|
})
|
1131
1131
|
default_ssl_certificate = gcp.compute.SSLCertificate("default",
|
1132
1132
|
name="my-certificate",
|
@@ -1149,12 +1149,12 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
1149
1149
|
default_service=default_backend_service.id,
|
1150
1150
|
host_rules=[{
|
1151
1151
|
"hosts": ["mysite.com"],
|
1152
|
-
"
|
1152
|
+
"path_matcher": "allpaths",
|
1153
1153
|
}],
|
1154
1154
|
path_matchers=[{
|
1155
1155
|
"name": "allpaths",
|
1156
|
-
"
|
1157
|
-
"
|
1156
|
+
"default_service": default_backend_service.id,
|
1157
|
+
"path_rules": [{
|
1158
1158
|
"paths": ["/*"],
|
1159
1159
|
"service": default_backend_service.id,
|
1160
1160
|
}],
|
@@ -1176,8 +1176,8 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
1176
1176
|
name="my-certificate",
|
1177
1177
|
scope="ALL_REGIONS",
|
1178
1178
|
self_managed={
|
1179
|
-
"
|
1180
|
-
"
|
1179
|
+
"pem_certificate": std.file(input="test-fixtures/cert.pem").result,
|
1180
|
+
"pem_private_key": std.file(input="test-fixtures/private-key.pem").result,
|
1181
1181
|
})
|
1182
1182
|
default_backend_service = gcp.compute.BackendService("default",
|
1183
1183
|
name="backend-service",
|
@@ -1191,12 +1191,12 @@ class TargetHttpsProxy(pulumi.CustomResource):
|
|
1191
1191
|
default_service=default_backend_service.id,
|
1192
1192
|
host_rules=[{
|
1193
1193
|
"hosts": ["mysite.com"],
|
1194
|
-
"
|
1194
|
+
"path_matcher": "allpaths",
|
1195
1195
|
}],
|
1196
1196
|
path_matchers=[{
|
1197
1197
|
"name": "allpaths",
|
1198
|
-
"
|
1199
|
-
"
|
1198
|
+
"default_service": default_backend_service.id,
|
1199
|
+
"path_rules": [{
|
1200
1200
|
"paths": ["/*"],
|
1201
1201
|
"service": default_backend_service.id,
|
1202
1202
|
}],
|
@@ -434,7 +434,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
434
434
|
machine_type="e2-medium",
|
435
435
|
zone="us-central1-a",
|
436
436
|
boot_disk={
|
437
|
-
"
|
437
|
+
"initialize_params": {
|
438
438
|
"image": vmimage.self_link,
|
439
439
|
},
|
440
440
|
},
|
@@ -459,7 +459,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
459
459
|
machine_type="e2-medium",
|
460
460
|
zone="us-central1-a",
|
461
461
|
boot_disk={
|
462
|
-
"
|
462
|
+
"initialize_params": {
|
463
463
|
"image": vmimage.self_link,
|
464
464
|
},
|
465
465
|
},
|
@@ -493,7 +493,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
493
493
|
project="debian-cloud")
|
494
494
|
target_vm = gcp.compute.Instance("target-vm",
|
495
495
|
network_interfaces=[{
|
496
|
-
"
|
496
|
+
"access_configs": [{}],
|
497
497
|
"network": default.self_link,
|
498
498
|
"subnetwork": default_subnetwork.self_link,
|
499
499
|
}],
|
@@ -501,7 +501,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
501
501
|
machine_type="e2-medium",
|
502
502
|
zone="southamerica-west1-a",
|
503
503
|
boot_disk={
|
504
|
-
"
|
504
|
+
"initialize_params": {
|
505
505
|
"image": vmimage.self_link,
|
506
506
|
},
|
507
507
|
})
|
@@ -511,7 +511,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
511
511
|
description="ddos protection security policy to set target instance",
|
512
512
|
type="CLOUD_ARMOR_NETWORK",
|
513
513
|
ddos_protection_config={
|
514
|
-
"
|
514
|
+
"ddos_protection": "ADVANCED_PREVIEW",
|
515
515
|
})
|
516
516
|
edge_sec_service = gcp.compute.NetworkEdgeSecurityService("edge_sec_service",
|
517
517
|
region="southamerica-west1",
|
@@ -624,7 +624,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
624
624
|
machine_type="e2-medium",
|
625
625
|
zone="us-central1-a",
|
626
626
|
boot_disk={
|
627
|
-
"
|
627
|
+
"initialize_params": {
|
628
628
|
"image": vmimage.self_link,
|
629
629
|
},
|
630
630
|
},
|
@@ -649,7 +649,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
649
649
|
machine_type="e2-medium",
|
650
650
|
zone="us-central1-a",
|
651
651
|
boot_disk={
|
652
|
-
"
|
652
|
+
"initialize_params": {
|
653
653
|
"image": vmimage.self_link,
|
654
654
|
},
|
655
655
|
},
|
@@ -683,7 +683,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
683
683
|
project="debian-cloud")
|
684
684
|
target_vm = gcp.compute.Instance("target-vm",
|
685
685
|
network_interfaces=[{
|
686
|
-
"
|
686
|
+
"access_configs": [{}],
|
687
687
|
"network": default.self_link,
|
688
688
|
"subnetwork": default_subnetwork.self_link,
|
689
689
|
}],
|
@@ -691,7 +691,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
691
691
|
machine_type="e2-medium",
|
692
692
|
zone="southamerica-west1-a",
|
693
693
|
boot_disk={
|
694
|
-
"
|
694
|
+
"initialize_params": {
|
695
695
|
"image": vmimage.self_link,
|
696
696
|
},
|
697
697
|
})
|
@@ -701,7 +701,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
701
701
|
description="ddos protection security policy to set target instance",
|
702
702
|
type="CLOUD_ARMOR_NETWORK",
|
703
703
|
ddos_protection_config={
|
704
|
-
"
|
704
|
+
"ddos_protection": "ADVANCED_PREVIEW",
|
705
705
|
})
|
706
706
|
edge_sec_service = gcp.compute.NetworkEdgeSecurityService("edge_sec_service",
|
707
707
|
region="southamerica-west1",
|