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
@@ -509,7 +509,7 @@ class NetworkAttachment(pulumi.CustomResource):
|
|
509
509
|
zone="us-central1-a",
|
510
510
|
machine_type="e2-micro",
|
511
511
|
boot_disk={
|
512
|
-
"
|
512
|
+
"initialize_params": {
|
513
513
|
"image": "debian-cloud/debian-11",
|
514
514
|
},
|
515
515
|
},
|
@@ -518,7 +518,7 @@ class NetworkAttachment(pulumi.CustomResource):
|
|
518
518
|
"network": "default",
|
519
519
|
},
|
520
520
|
{
|
521
|
-
"
|
521
|
+
"network_attachment": default_network_attachment.self_link,
|
522
522
|
},
|
523
523
|
])
|
524
524
|
```
|
@@ -644,7 +644,7 @@ class NetworkAttachment(pulumi.CustomResource):
|
|
644
644
|
zone="us-central1-a",
|
645
645
|
machine_type="e2-micro",
|
646
646
|
boot_disk={
|
647
|
-
"
|
647
|
+
"initialize_params": {
|
648
648
|
"image": "debian-cloud/debian-11",
|
649
649
|
},
|
650
650
|
},
|
@@ -653,7 +653,7 @@ class NetworkAttachment(pulumi.CustomResource):
|
|
653
653
|
"network": "default",
|
654
654
|
},
|
655
655
|
{
|
656
|
-
"
|
656
|
+
"network_attachment": default_network_attachment.self_link,
|
657
657
|
},
|
658
658
|
])
|
659
659
|
```
|
@@ -311,13 +311,13 @@ class NetworkEndpoint(pulumi.CustomResource):
|
|
311
311
|
network=default.id)
|
312
312
|
endpoint_instance = gcp.compute.Instance("endpoint-instance",
|
313
313
|
network_interfaces=[{
|
314
|
-
"
|
314
|
+
"access_configs": [{}],
|
315
315
|
"subnetwork": default_subnetwork.id,
|
316
316
|
}],
|
317
317
|
name="endpoint-instance",
|
318
318
|
machine_type="e2-medium",
|
319
319
|
boot_disk={
|
320
|
-
"
|
320
|
+
"initialize_params": {
|
321
321
|
"image": my_image.self_link,
|
322
322
|
},
|
323
323
|
})
|
@@ -426,13 +426,13 @@ class NetworkEndpoint(pulumi.CustomResource):
|
|
426
426
|
network=default.id)
|
427
427
|
endpoint_instance = gcp.compute.Instance("endpoint-instance",
|
428
428
|
network_interfaces=[{
|
429
|
-
"
|
429
|
+
"access_configs": [{}],
|
430
430
|
"subnetwork": default_subnetwork.id,
|
431
431
|
}],
|
432
432
|
name="endpoint-instance",
|
433
433
|
machine_type="e2-medium",
|
434
434
|
boot_disk={
|
435
|
-
"
|
435
|
+
"initialize_params": {
|
436
436
|
"image": my_image.self_link,
|
437
437
|
},
|
438
438
|
})
|
@@ -239,25 +239,25 @@ class NetworkEndpointList(pulumi.CustomResource):
|
|
239
239
|
network=default.id)
|
240
240
|
endpoint_instance1 = gcp.compute.Instance("endpoint-instance1",
|
241
241
|
network_interfaces=[{
|
242
|
-
"
|
242
|
+
"access_configs": [{}],
|
243
243
|
"subnetwork": default_subnetwork.id,
|
244
244
|
}],
|
245
245
|
name="endpoint-instance1",
|
246
246
|
machine_type="e2-medium",
|
247
247
|
boot_disk={
|
248
|
-
"
|
248
|
+
"initialize_params": {
|
249
249
|
"image": my_image.self_link,
|
250
250
|
},
|
251
251
|
})
|
252
252
|
endpoint_instance2 = gcp.compute.Instance("endpoint-instance2",
|
253
253
|
network_interfaces=[{
|
254
|
-
"
|
254
|
+
"access_configs": [{}],
|
255
255
|
"subnetwork": default_subnetwork.id,
|
256
256
|
}],
|
257
257
|
name="endpoint-instance2",
|
258
258
|
machine_type="e2-medium",
|
259
259
|
boot_disk={
|
260
|
-
"
|
260
|
+
"initialize_params": {
|
261
261
|
"image": my_image.self_link,
|
262
262
|
},
|
263
263
|
})
|
@@ -267,12 +267,12 @@ class NetworkEndpointList(pulumi.CustomResource):
|
|
267
267
|
{
|
268
268
|
"instance": endpoint_instance1.name,
|
269
269
|
"port": neg["defaultPort"],
|
270
|
-
"
|
270
|
+
"ip_address": endpoint_instance1.network_interfaces[0].network_ip,
|
271
271
|
},
|
272
272
|
{
|
273
273
|
"instance": endpoint_instance2.name,
|
274
274
|
"port": neg["defaultPort"],
|
275
|
-
"
|
275
|
+
"ip_address": endpoint_instance2.network_interfaces[0].network_ip,
|
276
276
|
},
|
277
277
|
])
|
278
278
|
group = gcp.compute.NetworkEndpointGroup("group",
|
@@ -373,25 +373,25 @@ class NetworkEndpointList(pulumi.CustomResource):
|
|
373
373
|
network=default.id)
|
374
374
|
endpoint_instance1 = gcp.compute.Instance("endpoint-instance1",
|
375
375
|
network_interfaces=[{
|
376
|
-
"
|
376
|
+
"access_configs": [{}],
|
377
377
|
"subnetwork": default_subnetwork.id,
|
378
378
|
}],
|
379
379
|
name="endpoint-instance1",
|
380
380
|
machine_type="e2-medium",
|
381
381
|
boot_disk={
|
382
|
-
"
|
382
|
+
"initialize_params": {
|
383
383
|
"image": my_image.self_link,
|
384
384
|
},
|
385
385
|
})
|
386
386
|
endpoint_instance2 = gcp.compute.Instance("endpoint-instance2",
|
387
387
|
network_interfaces=[{
|
388
|
-
"
|
388
|
+
"access_configs": [{}],
|
389
389
|
"subnetwork": default_subnetwork.id,
|
390
390
|
}],
|
391
391
|
name="endpoint-instance2",
|
392
392
|
machine_type="e2-medium",
|
393
393
|
boot_disk={
|
394
|
-
"
|
394
|
+
"initialize_params": {
|
395
395
|
"image": my_image.self_link,
|
396
396
|
},
|
397
397
|
})
|
@@ -401,12 +401,12 @@ class NetworkEndpointList(pulumi.CustomResource):
|
|
401
401
|
{
|
402
402
|
"instance": endpoint_instance1.name,
|
403
403
|
"port": neg["defaultPort"],
|
404
|
-
"
|
404
|
+
"ip_address": endpoint_instance1.network_interfaces[0].network_ip,
|
405
405
|
},
|
406
406
|
{
|
407
407
|
"instance": endpoint_instance2.name,
|
408
408
|
"port": neg["defaultPort"],
|
409
|
-
"
|
409
|
+
"ip_address": endpoint_instance2.network_interfaces[0].network_ip,
|
410
410
|
},
|
411
411
|
])
|
412
412
|
group = gcp.compute.NetworkEndpointGroup("group",
|
@@ -619,17 +619,17 @@ class NetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
619
619
|
rule_name="test-rule",
|
620
620
|
target_service_accounts=["my@service-account.com"],
|
621
621
|
match={
|
622
|
-
"
|
623
|
-
"
|
624
|
-
"
|
625
|
-
"
|
626
|
-
"
|
622
|
+
"src_ip_ranges": ["10.100.0.1/32"],
|
623
|
+
"src_fqdns": ["google.com"],
|
624
|
+
"src_region_codes": ["US"],
|
625
|
+
"src_threat_intelligences": ["iplist-known-malicious-ips"],
|
626
|
+
"src_secure_tags": [{
|
627
627
|
"name": basic_value.name.apply(lambda name: f"tagValues/{name}"),
|
628
628
|
}],
|
629
|
-
"
|
630
|
-
"
|
629
|
+
"layer4_configs": [{
|
630
|
+
"ip_protocol": "all",
|
631
631
|
}],
|
632
|
-
"
|
632
|
+
"src_address_groups": [basic_global_networksecurity_address_group.id],
|
633
633
|
})
|
634
634
|
```
|
635
635
|
|
@@ -737,17 +737,17 @@ class NetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
737
737
|
rule_name="test-rule",
|
738
738
|
target_service_accounts=["my@service-account.com"],
|
739
739
|
match={
|
740
|
-
"
|
741
|
-
"
|
742
|
-
"
|
743
|
-
"
|
744
|
-
"
|
740
|
+
"src_ip_ranges": ["10.100.0.1/32"],
|
741
|
+
"src_fqdns": ["google.com"],
|
742
|
+
"src_region_codes": ["US"],
|
743
|
+
"src_threat_intelligences": ["iplist-known-malicious-ips"],
|
744
|
+
"src_secure_tags": [{
|
745
745
|
"name": basic_value.name.apply(lambda name: f"tagValues/{name}"),
|
746
746
|
}],
|
747
|
-
"
|
748
|
-
"
|
747
|
+
"layer4_configs": [{
|
748
|
+
"ip_protocol": "all",
|
749
749
|
}],
|
750
|
-
"
|
750
|
+
"src_address_groups": [basic_global_networksecurity_address_group.id],
|
751
751
|
})
|
752
752
|
```
|
753
753
|
|
@@ -274,12 +274,12 @@ class NetworkPeeringRoutesConfig(pulumi.CustomResource):
|
|
274
274
|
private_ip_google_access=True,
|
275
275
|
secondary_ip_ranges=[
|
276
276
|
{
|
277
|
-
"
|
278
|
-
"
|
277
|
+
"range_name": "pod",
|
278
|
+
"ip_cidr_range": "10.0.0.0/19",
|
279
279
|
},
|
280
280
|
{
|
281
|
-
"
|
282
|
-
"
|
281
|
+
"range_name": "svc",
|
282
|
+
"ip_cidr_range": "10.0.32.0/22",
|
283
283
|
},
|
284
284
|
])
|
285
285
|
private_cluster = gcp.container.Cluster("private_cluster",
|
@@ -289,14 +289,14 @@ class NetworkPeeringRoutesConfig(pulumi.CustomResource):
|
|
289
289
|
network=container_network.name,
|
290
290
|
subnetwork=container_subnetwork.name,
|
291
291
|
private_cluster_config={
|
292
|
-
"
|
293
|
-
"
|
294
|
-
"
|
292
|
+
"enable_private_endpoint": True,
|
293
|
+
"enable_private_nodes": True,
|
294
|
+
"master_ipv4_cidr_block": "10.42.0.0/28",
|
295
295
|
},
|
296
296
|
master_authorized_networks_config={},
|
297
297
|
ip_allocation_policy={
|
298
|
-
"
|
299
|
-
"
|
298
|
+
"cluster_secondary_range_name": container_subnetwork.secondary_ip_ranges[0].range_name,
|
299
|
+
"services_secondary_range_name": container_subnetwork.secondary_ip_ranges[1].range_name,
|
300
300
|
},
|
301
301
|
deletion_protection=True)
|
302
302
|
peering_gke_routes = gcp.compute.NetworkPeeringRoutesConfig("peering_gke_routes",
|
@@ -407,12 +407,12 @@ class NetworkPeeringRoutesConfig(pulumi.CustomResource):
|
|
407
407
|
private_ip_google_access=True,
|
408
408
|
secondary_ip_ranges=[
|
409
409
|
{
|
410
|
-
"
|
411
|
-
"
|
410
|
+
"range_name": "pod",
|
411
|
+
"ip_cidr_range": "10.0.0.0/19",
|
412
412
|
},
|
413
413
|
{
|
414
|
-
"
|
415
|
-
"
|
414
|
+
"range_name": "svc",
|
415
|
+
"ip_cidr_range": "10.0.32.0/22",
|
416
416
|
},
|
417
417
|
])
|
418
418
|
private_cluster = gcp.container.Cluster("private_cluster",
|
@@ -422,14 +422,14 @@ class NetworkPeeringRoutesConfig(pulumi.CustomResource):
|
|
422
422
|
network=container_network.name,
|
423
423
|
subnetwork=container_subnetwork.name,
|
424
424
|
private_cluster_config={
|
425
|
-
"
|
426
|
-
"
|
427
|
-
"
|
425
|
+
"enable_private_endpoint": True,
|
426
|
+
"enable_private_nodes": True,
|
427
|
+
"master_ipv4_cidr_block": "10.42.0.0/28",
|
428
428
|
},
|
429
429
|
master_authorized_networks_config={},
|
430
430
|
ip_allocation_policy={
|
431
|
-
"
|
432
|
-
"
|
431
|
+
"cluster_secondary_range_name": container_subnetwork.secondary_ip_ranges[0].range_name,
|
432
|
+
"services_secondary_range_name": container_subnetwork.secondary_ip_ranges[1].range_name,
|
433
433
|
},
|
434
434
|
deletion_protection=True)
|
435
435
|
peering_gke_routes = gcp.compute.NetworkPeeringRoutesConfig("peering_gke_routes",
|
pulumi_gcp/compute/node_group.py
CHANGED
@@ -565,14 +565,14 @@ class NodeGroup(pulumi.CustomResource):
|
|
565
565
|
description="example google_compute_node_group for Google Provider",
|
566
566
|
maintenance_policy="RESTART_IN_PLACE",
|
567
567
|
maintenance_window={
|
568
|
-
"
|
568
|
+
"start_time": "08:00",
|
569
569
|
},
|
570
570
|
initial_size=1,
|
571
571
|
node_template=soletenant_tmpl.id,
|
572
572
|
autoscaling_policy={
|
573
573
|
"mode": "ONLY_SCALE_OUT",
|
574
|
-
"
|
575
|
-
"
|
574
|
+
"min_nodes": 1,
|
575
|
+
"max_nodes": 10,
|
576
576
|
})
|
577
577
|
```
|
578
578
|
### Node Group Share Settings
|
@@ -596,10 +596,10 @@ class NodeGroup(pulumi.CustomResource):
|
|
596
596
|
initial_size=1,
|
597
597
|
node_template=soletenant_tmpl.id,
|
598
598
|
share_settings={
|
599
|
-
"
|
600
|
-
"
|
599
|
+
"share_type": "SPECIFIC_PROJECTS",
|
600
|
+
"project_maps": [{
|
601
601
|
"id": guest_project.project_id,
|
602
|
-
"
|
602
|
+
"project_id": guest_project.project_id,
|
603
603
|
}],
|
604
604
|
})
|
605
605
|
```
|
@@ -733,14 +733,14 @@ class NodeGroup(pulumi.CustomResource):
|
|
733
733
|
description="example google_compute_node_group for Google Provider",
|
734
734
|
maintenance_policy="RESTART_IN_PLACE",
|
735
735
|
maintenance_window={
|
736
|
-
"
|
736
|
+
"start_time": "08:00",
|
737
737
|
},
|
738
738
|
initial_size=1,
|
739
739
|
node_template=soletenant_tmpl.id,
|
740
740
|
autoscaling_policy={
|
741
741
|
"mode": "ONLY_SCALE_OUT",
|
742
|
-
"
|
743
|
-
"
|
742
|
+
"min_nodes": 1,
|
743
|
+
"max_nodes": 10,
|
744
744
|
})
|
745
745
|
```
|
746
746
|
### Node Group Share Settings
|
@@ -764,10 +764,10 @@ class NodeGroup(pulumi.CustomResource):
|
|
764
764
|
initial_size=1,
|
765
765
|
node_template=soletenant_tmpl.id,
|
766
766
|
share_settings={
|
767
|
-
"
|
768
|
-
"
|
767
|
+
"share_type": "SPECIFIC_PROJECTS",
|
768
|
+
"project_maps": [{
|
769
769
|
"id": guest_project.project_id,
|
770
|
-
"
|
770
|
+
"project_id": guest_project.project_id,
|
771
771
|
}],
|
772
772
|
})
|
773
773
|
```
|
@@ -193,17 +193,17 @@ class OrganizationSecurityPolicyAssociation(pulumi.CustomResource):
|
|
193
193
|
enable_logging=True,
|
194
194
|
match={
|
195
195
|
"config": {
|
196
|
-
"
|
196
|
+
"src_ip_ranges": [
|
197
197
|
"192.168.0.0/16",
|
198
198
|
"10.0.0.0/8",
|
199
199
|
],
|
200
|
-
"
|
200
|
+
"layer4_configs": [
|
201
201
|
{
|
202
|
-
"
|
202
|
+
"ip_protocol": "tcp",
|
203
203
|
"ports": ["22"],
|
204
204
|
},
|
205
205
|
{
|
206
|
-
"
|
206
|
+
"ip_protocol": "icmp",
|
207
207
|
},
|
208
208
|
],
|
209
209
|
},
|
@@ -272,17 +272,17 @@ class OrganizationSecurityPolicyAssociation(pulumi.CustomResource):
|
|
272
272
|
enable_logging=True,
|
273
273
|
match={
|
274
274
|
"config": {
|
275
|
-
"
|
275
|
+
"src_ip_ranges": [
|
276
276
|
"192.168.0.0/16",
|
277
277
|
"10.0.0.0/8",
|
278
278
|
],
|
279
|
-
"
|
279
|
+
"layer4_configs": [
|
280
280
|
{
|
281
|
-
"
|
281
|
+
"ip_protocol": "tcp",
|
282
282
|
"ports": ["22"],
|
283
283
|
},
|
284
284
|
{
|
285
|
-
"
|
285
|
+
"ip_protocol": "icmp",
|
286
286
|
},
|
287
287
|
],
|
288
288
|
},
|
@@ -421,17 +421,17 @@ class OrganizationSecurityPolicyRule(pulumi.CustomResource):
|
|
421
421
|
enable_logging=True,
|
422
422
|
match={
|
423
423
|
"config": {
|
424
|
-
"
|
424
|
+
"src_ip_ranges": [
|
425
425
|
"192.168.0.0/16",
|
426
426
|
"10.0.0.0/8",
|
427
427
|
],
|
428
|
-
"
|
428
|
+
"layer4_configs": [
|
429
429
|
{
|
430
|
-
"
|
430
|
+
"ip_protocol": "tcp",
|
431
431
|
"ports": ["22"],
|
432
432
|
},
|
433
433
|
{
|
434
|
-
"
|
434
|
+
"ip_protocol": "icmp",
|
435
435
|
},
|
436
436
|
],
|
437
437
|
},
|
@@ -504,17 +504,17 @@ class OrganizationSecurityPolicyRule(pulumi.CustomResource):
|
|
504
504
|
enable_logging=True,
|
505
505
|
match={
|
506
506
|
"config": {
|
507
|
-
"
|
507
|
+
"src_ip_ranges": [
|
508
508
|
"192.168.0.0/16",
|
509
509
|
"10.0.0.0/8",
|
510
510
|
],
|
511
|
-
"
|
511
|
+
"layer4_configs": [
|
512
512
|
{
|
513
|
-
"
|
513
|
+
"ip_protocol": "tcp",
|
514
514
|
"ports": ["22"],
|
515
515
|
},
|
516
516
|
{
|
517
|
-
"
|
517
|
+
"ip_protocol": "icmp",
|
518
518
|
},
|
519
519
|
],
|
520
520
|
},
|
@@ -384,13 +384,13 @@ class PacketMirroring(pulumi.CustomResource):
|
|
384
384
|
default = gcp.compute.Network("default", name="my-network")
|
385
385
|
mirror = gcp.compute.Instance("mirror",
|
386
386
|
network_interfaces=[{
|
387
|
-
"
|
387
|
+
"access_configs": [{}],
|
388
388
|
"network": default.id,
|
389
389
|
}],
|
390
390
|
name="my-instance",
|
391
391
|
machine_type="e2-medium",
|
392
392
|
boot_disk={
|
393
|
-
"
|
393
|
+
"initialize_params": {
|
394
394
|
"image": "debian-cloud/debian-11",
|
395
395
|
},
|
396
396
|
})
|
@@ -435,8 +435,8 @@ class PacketMirroring(pulumi.CustomResource):
|
|
435
435
|
}],
|
436
436
|
},
|
437
437
|
filter={
|
438
|
-
"
|
439
|
-
"
|
438
|
+
"ip_protocols": ["tcp"],
|
439
|
+
"cidr_ranges": ["0.0.0.0/0"],
|
440
440
|
"direction": "BOTH",
|
441
441
|
})
|
442
442
|
```
|
@@ -519,13 +519,13 @@ class PacketMirroring(pulumi.CustomResource):
|
|
519
519
|
default = gcp.compute.Network("default", name="my-network")
|
520
520
|
mirror = gcp.compute.Instance("mirror",
|
521
521
|
network_interfaces=[{
|
522
|
-
"
|
522
|
+
"access_configs": [{}],
|
523
523
|
"network": default.id,
|
524
524
|
}],
|
525
525
|
name="my-instance",
|
526
526
|
machine_type="e2-medium",
|
527
527
|
boot_disk={
|
528
|
-
"
|
528
|
+
"initialize_params": {
|
529
529
|
"image": "debian-cloud/debian-11",
|
530
530
|
},
|
531
531
|
})
|
@@ -570,8 +570,8 @@ class PacketMirroring(pulumi.CustomResource):
|
|
570
570
|
}],
|
571
571
|
},
|
572
572
|
filter={
|
573
|
-
"
|
574
|
-
"
|
573
|
+
"ip_protocols": ["tcp"],
|
574
|
+
"cidr_ranges": ["0.0.0.0/0"],
|
575
575
|
"direction": "BOTH",
|
576
576
|
})
|
577
577
|
```
|
@@ -437,8 +437,8 @@ class PerInstanceConfig(pulumi.CustomResource):
|
|
437
437
|
"bar",
|
438
438
|
],
|
439
439
|
disks=[{
|
440
|
-
"
|
441
|
-
"
|
440
|
+
"source_image": my_image.self_link,
|
441
|
+
"auto_delete": True,
|
442
442
|
"boot": True,
|
443
443
|
}],
|
444
444
|
network_interfaces=[{
|
@@ -456,7 +456,7 @@ class PerInstanceConfig(pulumi.CustomResource):
|
|
456
456
|
name="my-igm",
|
457
457
|
versions=[{
|
458
458
|
"name": "prod",
|
459
|
-
"
|
459
|
+
"instance_template": igm_basic.self_link,
|
460
460
|
}],
|
461
461
|
base_instance_name="igm-no-tp",
|
462
462
|
zone="us-central1-c",
|
@@ -477,7 +477,7 @@ class PerInstanceConfig(pulumi.CustomResource):
|
|
477
477
|
"instance_template": igm_basic.self_link,
|
478
478
|
},
|
479
479
|
"disks": [{
|
480
|
-
"
|
480
|
+
"device_name": "my-stateful-disk",
|
481
481
|
"source": default.id,
|
482
482
|
"mode": "READ_ONLY",
|
483
483
|
}],
|
@@ -579,8 +579,8 @@ class PerInstanceConfig(pulumi.CustomResource):
|
|
579
579
|
"bar",
|
580
580
|
],
|
581
581
|
disks=[{
|
582
|
-
"
|
583
|
-
"
|
582
|
+
"source_image": my_image.self_link,
|
583
|
+
"auto_delete": True,
|
584
584
|
"boot": True,
|
585
585
|
}],
|
586
586
|
network_interfaces=[{
|
@@ -598,7 +598,7 @@ class PerInstanceConfig(pulumi.CustomResource):
|
|
598
598
|
name="my-igm",
|
599
599
|
versions=[{
|
600
600
|
"name": "prod",
|
601
|
-
"
|
601
|
+
"instance_template": igm_basic.self_link,
|
602
602
|
}],
|
603
603
|
base_instance_name="igm-no-tp",
|
604
604
|
zone="us-central1-c",
|
@@ -619,7 +619,7 @@ class PerInstanceConfig(pulumi.CustomResource):
|
|
619
619
|
"instance_template": igm_basic.self_link,
|
620
620
|
},
|
621
621
|
"disks": [{
|
622
|
-
"
|
622
|
+
"device_name": "my-stateful-disk",
|
623
623
|
"source": default.id,
|
624
624
|
"mode": "READ_ONLY",
|
625
625
|
}],
|
@@ -321,13 +321,13 @@ class RegionAutoscaler(pulumi.CustomResource):
|
|
321
321
|
name="my-instance-template",
|
322
322
|
machine_type="e2-standard-4",
|
323
323
|
disks=[{
|
324
|
-
"
|
325
|
-
"
|
324
|
+
"source_image": "debian-cloud/debian-11",
|
325
|
+
"disk_size_gb": 250,
|
326
326
|
}],
|
327
327
|
network_interfaces=[{
|
328
328
|
"network": "default",
|
329
|
-
"
|
330
|
-
"
|
329
|
+
"access_configs": [{
|
330
|
+
"network_tier": "PREMIUM",
|
331
331
|
}],
|
332
332
|
}],
|
333
333
|
service_account={
|
@@ -346,7 +346,7 @@ class RegionAutoscaler(pulumi.CustomResource):
|
|
346
346
|
name="my-region-igm",
|
347
347
|
region="us-central1",
|
348
348
|
versions=[{
|
349
|
-
"
|
349
|
+
"instance_template": foobar_instance_template.id,
|
350
350
|
"name": "primary",
|
351
351
|
}],
|
352
352
|
target_pools=[foobar_target_pool.id],
|
@@ -356,10 +356,10 @@ class RegionAutoscaler(pulumi.CustomResource):
|
|
356
356
|
region="us-central1",
|
357
357
|
target=foobar_region_instance_group_manager.id,
|
358
358
|
autoscaling_policy={
|
359
|
-
"
|
360
|
-
"
|
361
|
-
"
|
362
|
-
"
|
359
|
+
"max_replicas": 5,
|
360
|
+
"min_replicas": 1,
|
361
|
+
"cooldown_period": 60,
|
362
|
+
"cpu_utilization": {
|
363
363
|
"target": 0.5,
|
364
364
|
},
|
365
365
|
})
|
@@ -445,13 +445,13 @@ class RegionAutoscaler(pulumi.CustomResource):
|
|
445
445
|
name="my-instance-template",
|
446
446
|
machine_type="e2-standard-4",
|
447
447
|
disks=[{
|
448
|
-
"
|
449
|
-
"
|
448
|
+
"source_image": "debian-cloud/debian-11",
|
449
|
+
"disk_size_gb": 250,
|
450
450
|
}],
|
451
451
|
network_interfaces=[{
|
452
452
|
"network": "default",
|
453
|
-
"
|
454
|
-
"
|
453
|
+
"access_configs": [{
|
454
|
+
"network_tier": "PREMIUM",
|
455
455
|
}],
|
456
456
|
}],
|
457
457
|
service_account={
|
@@ -470,7 +470,7 @@ class RegionAutoscaler(pulumi.CustomResource):
|
|
470
470
|
name="my-region-igm",
|
471
471
|
region="us-central1",
|
472
472
|
versions=[{
|
473
|
-
"
|
473
|
+
"instance_template": foobar_instance_template.id,
|
474
474
|
"name": "primary",
|
475
475
|
}],
|
476
476
|
target_pools=[foobar_target_pool.id],
|
@@ -480,10 +480,10 @@ class RegionAutoscaler(pulumi.CustomResource):
|
|
480
480
|
region="us-central1",
|
481
481
|
target=foobar_region_instance_group_manager.id,
|
482
482
|
autoscaling_policy={
|
483
|
-
"
|
484
|
-
"
|
485
|
-
"
|
486
|
-
"
|
483
|
+
"max_replicas": 5,
|
484
|
+
"min_replicas": 1,
|
485
|
+
"cooldown_period": 60,
|
486
|
+
"cpu_utilization": {
|
487
487
|
"target": 0.5,
|
488
488
|
},
|
489
489
|
})
|