pulumi-gcp 7.33.0a1721887782__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.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/top_level.txt +0 -0
@@ -577,12 +577,12 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
577
577
|
http_check={
|
578
578
|
"path": "some-path",
|
579
579
|
"port": 8010,
|
580
|
-
"
|
581
|
-
"
|
582
|
-
"
|
580
|
+
"request_method": "POST",
|
581
|
+
"content_type": "USER_PROVIDED",
|
582
|
+
"custom_content_type": "application/json",
|
583
583
|
"body": "Zm9vJTI1M0RiYXI=",
|
584
|
-
"
|
585
|
-
"
|
584
|
+
"ping_config": {
|
585
|
+
"pings_count": 1,
|
586
586
|
},
|
587
587
|
},
|
588
588
|
monitored_resource={
|
@@ -595,9 +595,9 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
595
595
|
content_matchers=[{
|
596
596
|
"content": "\\"example\\"",
|
597
597
|
"matcher": "MATCHES_JSON_PATH",
|
598
|
-
"
|
599
|
-
"
|
600
|
-
"
|
598
|
+
"json_path_matcher": {
|
599
|
+
"json_path": "$.path",
|
600
|
+
"json_matcher": "EXACT_MATCH",
|
601
601
|
},
|
602
602
|
}],
|
603
603
|
checker_type="STATIC_IP_CHECKERS")
|
@@ -614,18 +614,18 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
614
614
|
http_check={
|
615
615
|
"path": "some-path",
|
616
616
|
"port": 8010,
|
617
|
-
"
|
618
|
-
"
|
617
|
+
"request_method": "POST",
|
618
|
+
"content_type": "URL_ENCODED",
|
619
619
|
"body": "Zm9vJTI1M0RiYXI=",
|
620
|
-
"
|
620
|
+
"accepted_response_status_codes": [
|
621
621
|
{
|
622
|
-
"
|
622
|
+
"status_class": "STATUS_CLASS_2XX",
|
623
623
|
},
|
624
624
|
{
|
625
|
-
"
|
625
|
+
"status_value": 301,
|
626
626
|
},
|
627
627
|
{
|
628
|
-
"
|
628
|
+
"status_value": 302,
|
629
629
|
},
|
630
630
|
],
|
631
631
|
},
|
@@ -639,9 +639,9 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
639
639
|
content_matchers=[{
|
640
640
|
"content": "\\"example\\"",
|
641
641
|
"matcher": "MATCHES_JSON_PATH",
|
642
|
-
"
|
643
|
-
"
|
644
|
-
"
|
642
|
+
"json_path_matcher": {
|
643
|
+
"json_path": "$.path",
|
644
|
+
"json_matcher": "EXACT_MATCH",
|
645
645
|
},
|
646
646
|
}],
|
647
647
|
checker_type="STATIC_IP_CHECKERS")
|
@@ -658,9 +658,9 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
658
658
|
http_check={
|
659
659
|
"path": "/some-path",
|
660
660
|
"port": 443,
|
661
|
-
"
|
662
|
-
"
|
663
|
-
"
|
661
|
+
"use_ssl": True,
|
662
|
+
"validate_ssl": True,
|
663
|
+
"service_agent_authentication": {
|
664
664
|
"type": "OIDC_TOKEN",
|
665
665
|
},
|
666
666
|
},
|
@@ -674,9 +674,9 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
674
674
|
content_matchers=[{
|
675
675
|
"content": "example",
|
676
676
|
"matcher": "MATCHES_JSON_PATH",
|
677
|
-
"
|
678
|
-
"
|
679
|
-
"
|
677
|
+
"json_path_matcher": {
|
678
|
+
"json_path": "$.path",
|
679
|
+
"json_matcher": "REGEX_MATCH",
|
680
680
|
},
|
681
681
|
}])
|
682
682
|
```
|
@@ -694,13 +694,13 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
694
694
|
timeout="60s",
|
695
695
|
tcp_check={
|
696
696
|
"port": 888,
|
697
|
-
"
|
698
|
-
"
|
697
|
+
"ping_config": {
|
698
|
+
"pings_count": 2,
|
699
699
|
},
|
700
700
|
},
|
701
701
|
resource_group={
|
702
|
-
"
|
703
|
-
"
|
702
|
+
"resource_type": "INSTANCE",
|
703
|
+
"group_id": check.name,
|
704
704
|
})
|
705
705
|
```
|
706
706
|
### Uptime Check Config Synthetic Monitor
|
@@ -722,24 +722,24 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
722
722
|
location="us-central1",
|
723
723
|
build_config={
|
724
724
|
"runtime": "nodejs16",
|
725
|
-
"
|
725
|
+
"entry_point": "SyntheticFunction",
|
726
726
|
"source": {
|
727
|
-
"
|
727
|
+
"storage_source": {
|
728
728
|
"bucket": bucket.name,
|
729
729
|
"object": object.name,
|
730
730
|
},
|
731
731
|
},
|
732
732
|
},
|
733
733
|
service_config={
|
734
|
-
"
|
735
|
-
"
|
736
|
-
"
|
734
|
+
"max_instance_count": 1,
|
735
|
+
"available_memory": "256M",
|
736
|
+
"timeout_seconds": 60,
|
737
737
|
})
|
738
738
|
synthetic_monitor = gcp.monitoring.UptimeCheckConfig("synthetic_monitor",
|
739
739
|
display_name="synthetic_monitor",
|
740
740
|
timeout="60s",
|
741
741
|
synthetic_monitor={
|
742
|
-
"
|
742
|
+
"cloud_function_v2": {
|
743
743
|
"name": function.id,
|
744
744
|
},
|
745
745
|
})
|
@@ -818,12 +818,12 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
818
818
|
http_check={
|
819
819
|
"path": "some-path",
|
820
820
|
"port": 8010,
|
821
|
-
"
|
822
|
-
"
|
823
|
-
"
|
821
|
+
"request_method": "POST",
|
822
|
+
"content_type": "USER_PROVIDED",
|
823
|
+
"custom_content_type": "application/json",
|
824
824
|
"body": "Zm9vJTI1M0RiYXI=",
|
825
|
-
"
|
826
|
-
"
|
825
|
+
"ping_config": {
|
826
|
+
"pings_count": 1,
|
827
827
|
},
|
828
828
|
},
|
829
829
|
monitored_resource={
|
@@ -836,9 +836,9 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
836
836
|
content_matchers=[{
|
837
837
|
"content": "\\"example\\"",
|
838
838
|
"matcher": "MATCHES_JSON_PATH",
|
839
|
-
"
|
840
|
-
"
|
841
|
-
"
|
839
|
+
"json_path_matcher": {
|
840
|
+
"json_path": "$.path",
|
841
|
+
"json_matcher": "EXACT_MATCH",
|
842
842
|
},
|
843
843
|
}],
|
844
844
|
checker_type="STATIC_IP_CHECKERS")
|
@@ -855,18 +855,18 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
855
855
|
http_check={
|
856
856
|
"path": "some-path",
|
857
857
|
"port": 8010,
|
858
|
-
"
|
859
|
-
"
|
858
|
+
"request_method": "POST",
|
859
|
+
"content_type": "URL_ENCODED",
|
860
860
|
"body": "Zm9vJTI1M0RiYXI=",
|
861
|
-
"
|
861
|
+
"accepted_response_status_codes": [
|
862
862
|
{
|
863
|
-
"
|
863
|
+
"status_class": "STATUS_CLASS_2XX",
|
864
864
|
},
|
865
865
|
{
|
866
|
-
"
|
866
|
+
"status_value": 301,
|
867
867
|
},
|
868
868
|
{
|
869
|
-
"
|
869
|
+
"status_value": 302,
|
870
870
|
},
|
871
871
|
],
|
872
872
|
},
|
@@ -880,9 +880,9 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
880
880
|
content_matchers=[{
|
881
881
|
"content": "\\"example\\"",
|
882
882
|
"matcher": "MATCHES_JSON_PATH",
|
883
|
-
"
|
884
|
-
"
|
885
|
-
"
|
883
|
+
"json_path_matcher": {
|
884
|
+
"json_path": "$.path",
|
885
|
+
"json_matcher": "EXACT_MATCH",
|
886
886
|
},
|
887
887
|
}],
|
888
888
|
checker_type="STATIC_IP_CHECKERS")
|
@@ -899,9 +899,9 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
899
899
|
http_check={
|
900
900
|
"path": "/some-path",
|
901
901
|
"port": 443,
|
902
|
-
"
|
903
|
-
"
|
904
|
-
"
|
902
|
+
"use_ssl": True,
|
903
|
+
"validate_ssl": True,
|
904
|
+
"service_agent_authentication": {
|
905
905
|
"type": "OIDC_TOKEN",
|
906
906
|
},
|
907
907
|
},
|
@@ -915,9 +915,9 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
915
915
|
content_matchers=[{
|
916
916
|
"content": "example",
|
917
917
|
"matcher": "MATCHES_JSON_PATH",
|
918
|
-
"
|
919
|
-
"
|
920
|
-
"
|
918
|
+
"json_path_matcher": {
|
919
|
+
"json_path": "$.path",
|
920
|
+
"json_matcher": "REGEX_MATCH",
|
921
921
|
},
|
922
922
|
}])
|
923
923
|
```
|
@@ -935,13 +935,13 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
935
935
|
timeout="60s",
|
936
936
|
tcp_check={
|
937
937
|
"port": 888,
|
938
|
-
"
|
939
|
-
"
|
938
|
+
"ping_config": {
|
939
|
+
"pings_count": 2,
|
940
940
|
},
|
941
941
|
},
|
942
942
|
resource_group={
|
943
|
-
"
|
944
|
-
"
|
943
|
+
"resource_type": "INSTANCE",
|
944
|
+
"group_id": check.name,
|
945
945
|
})
|
946
946
|
```
|
947
947
|
### Uptime Check Config Synthetic Monitor
|
@@ -963,24 +963,24 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
963
963
|
location="us-central1",
|
964
964
|
build_config={
|
965
965
|
"runtime": "nodejs16",
|
966
|
-
"
|
966
|
+
"entry_point": "SyntheticFunction",
|
967
967
|
"source": {
|
968
|
-
"
|
968
|
+
"storage_source": {
|
969
969
|
"bucket": bucket.name,
|
970
970
|
"object": object.name,
|
971
971
|
},
|
972
972
|
},
|
973
973
|
},
|
974
974
|
service_config={
|
975
|
-
"
|
976
|
-
"
|
977
|
-
"
|
975
|
+
"max_instance_count": 1,
|
976
|
+
"available_memory": "256M",
|
977
|
+
"timeout_seconds": 60,
|
978
978
|
})
|
979
979
|
synthetic_monitor = gcp.monitoring.UptimeCheckConfig("synthetic_monitor",
|
980
980
|
display_name="synthetic_monitor",
|
981
981
|
timeout="60s",
|
982
982
|
synthetic_monitor={
|
983
|
-
"
|
983
|
+
"cloud_function_v2": {
|
984
984
|
"name": function.id,
|
985
985
|
},
|
986
986
|
})
|
pulumi_gcp/netapp/backup.py
CHANGED
@@ -501,7 +501,7 @@ class Backup(pulumi.CustomResource):
|
|
501
501
|
protocols=["NFSV3"],
|
502
502
|
deletion_policy="FORCE",
|
503
503
|
backup_config={
|
504
|
-
"
|
504
|
+
"backup_vault": default_backup_vault.id,
|
505
505
|
})
|
506
506
|
test_backup = gcp.netapp.Backup("test_backup",
|
507
507
|
name="test-backup",
|
@@ -609,7 +609,7 @@ class Backup(pulumi.CustomResource):
|
|
609
609
|
protocols=["NFSV3"],
|
610
610
|
deletion_policy="FORCE",
|
611
611
|
backup_config={
|
612
|
-
"
|
612
|
+
"backup_vault": default_backup_vault.id,
|
613
613
|
})
|
614
614
|
test_backup = gcp.netapp.Backup("test_backup",
|
615
615
|
name="test-backup",
|
@@ -708,9 +708,9 @@ class VolumeReplication(pulumi.CustomResource):
|
|
708
708
|
replication_schedule="EVERY_10_MINUTES",
|
709
709
|
description="This is a replication resource",
|
710
710
|
destination_volume_parameters={
|
711
|
-
"
|
712
|
-
"
|
713
|
-
"
|
711
|
+
"storage_pool": destination_pool.id,
|
712
|
+
"volume_id": "destination-volume",
|
713
|
+
"share_name": "source-volume",
|
714
714
|
"description": "This is a replicated volume",
|
715
715
|
},
|
716
716
|
delete_destination_volume=True,
|
@@ -813,9 +813,9 @@ class VolumeReplication(pulumi.CustomResource):
|
|
813
813
|
replication_schedule="EVERY_10_MINUTES",
|
814
814
|
description="This is a replication resource",
|
815
815
|
destination_volume_parameters={
|
816
|
-
"
|
817
|
-
"
|
818
|
-
"
|
816
|
+
"storage_pool": destination_pool.id,
|
817
|
+
"volume_id": "destination-volume",
|
818
|
+
"share_name": "source-volume",
|
819
819
|
"description": "This is a replicated volume",
|
820
820
|
},
|
821
821
|
delete_destination_volume=True,
|
@@ -533,7 +533,7 @@ class PolicyBasedRoute(pulumi.CustomResource):
|
|
533
533
|
name="my-pbr",
|
534
534
|
network=my_network.id,
|
535
535
|
filter={
|
536
|
-
"
|
536
|
+
"protocol_version": "IPV4",
|
537
537
|
},
|
538
538
|
next_hop_other_routes="DEFAULT_ROUTING")
|
539
539
|
```
|
@@ -556,10 +556,10 @@ class PolicyBasedRoute(pulumi.CustomResource):
|
|
556
556
|
network=my_network.id,
|
557
557
|
priority=2302,
|
558
558
|
filter={
|
559
|
-
"
|
560
|
-
"
|
561
|
-
"
|
562
|
-
"
|
559
|
+
"protocol_version": "IPV4",
|
560
|
+
"ip_protocol": "UDP",
|
561
|
+
"src_range": "10.0.0.0/24",
|
562
|
+
"dest_range": "0.0.0.0/0",
|
563
563
|
},
|
564
564
|
next_hop_ilb_ip=ilb.address,
|
565
565
|
virtual_machine={
|
@@ -641,7 +641,7 @@ class PolicyBasedRoute(pulumi.CustomResource):
|
|
641
641
|
name="my-pbr",
|
642
642
|
network=my_network.id,
|
643
643
|
filter={
|
644
|
-
"
|
644
|
+
"protocol_version": "IPV4",
|
645
645
|
},
|
646
646
|
next_hop_other_routes="DEFAULT_ROUTING")
|
647
647
|
```
|
@@ -664,10 +664,10 @@ class PolicyBasedRoute(pulumi.CustomResource):
|
|
664
664
|
network=my_network.id,
|
665
665
|
priority=2302,
|
666
666
|
filter={
|
667
|
-
"
|
668
|
-
"
|
669
|
-
"
|
670
|
-
"
|
667
|
+
"protocol_version": "IPV4",
|
668
|
+
"ip_protocol": "UDP",
|
669
|
+
"src_range": "10.0.0.0/24",
|
670
|
+
"dest_range": "0.0.0.0/0",
|
671
671
|
},
|
672
672
|
next_hop_ilb_ip=ilb.address,
|
673
673
|
virtual_machine={
|
@@ -512,7 +512,7 @@ class Spoke(pulumi.CustomResource):
|
|
512
512
|
},
|
513
513
|
hub=basic_hub.id,
|
514
514
|
linked_vpc_network={
|
515
|
-
"
|
515
|
+
"exclude_export_ranges": [
|
516
516
|
"198.51.100.0/24",
|
517
517
|
"10.10.0.0/16",
|
518
518
|
],
|
@@ -538,15 +538,15 @@ class Spoke(pulumi.CustomResource):
|
|
538
538
|
can_ip_forward=True,
|
539
539
|
zone="us-west1-a",
|
540
540
|
boot_disk={
|
541
|
-
"
|
541
|
+
"initialize_params": {
|
542
542
|
"image": "projects/debian-cloud/global/images/debian-10-buster-v20210817",
|
543
543
|
},
|
544
544
|
},
|
545
545
|
network_interfaces=[{
|
546
546
|
"subnetwork": subnetwork.name,
|
547
|
-
"
|
548
|
-
"
|
549
|
-
"
|
547
|
+
"network_ip": "10.0.0.2",
|
548
|
+
"access_configs": [{
|
549
|
+
"network_tier": "PREMIUM",
|
550
550
|
}],
|
551
551
|
}])
|
552
552
|
basic_hub = gcp.networkconnectivity.Hub("basic_hub",
|
@@ -565,10 +565,10 @@ class Spoke(pulumi.CustomResource):
|
|
565
565
|
hub=basic_hub.id,
|
566
566
|
linked_router_appliance_instances={
|
567
567
|
"instances": [{
|
568
|
-
"
|
569
|
-
"
|
568
|
+
"virtual_machine": instance.self_link,
|
569
|
+
"ip_address": "10.0.0.2",
|
570
570
|
}],
|
571
|
-
"
|
571
|
+
"site_to_site_data_transfer": True,
|
572
572
|
})
|
573
573
|
```
|
574
574
|
|
@@ -648,7 +648,7 @@ class Spoke(pulumi.CustomResource):
|
|
648
648
|
},
|
649
649
|
hub=basic_hub.id,
|
650
650
|
linked_vpc_network={
|
651
|
-
"
|
651
|
+
"exclude_export_ranges": [
|
652
652
|
"198.51.100.0/24",
|
653
653
|
"10.10.0.0/16",
|
654
654
|
],
|
@@ -674,15 +674,15 @@ class Spoke(pulumi.CustomResource):
|
|
674
674
|
can_ip_forward=True,
|
675
675
|
zone="us-west1-a",
|
676
676
|
boot_disk={
|
677
|
-
"
|
677
|
+
"initialize_params": {
|
678
678
|
"image": "projects/debian-cloud/global/images/debian-10-buster-v20210817",
|
679
679
|
},
|
680
680
|
},
|
681
681
|
network_interfaces=[{
|
682
682
|
"subnetwork": subnetwork.name,
|
683
|
-
"
|
684
|
-
"
|
685
|
-
"
|
683
|
+
"network_ip": "10.0.0.2",
|
684
|
+
"access_configs": [{
|
685
|
+
"network_tier": "PREMIUM",
|
686
686
|
}],
|
687
687
|
}])
|
688
688
|
basic_hub = gcp.networkconnectivity.Hub("basic_hub",
|
@@ -701,10 +701,10 @@ class Spoke(pulumi.CustomResource):
|
|
701
701
|
hub=basic_hub.id,
|
702
702
|
linked_router_appliance_instances={
|
703
703
|
"instances": [{
|
704
|
-
"
|
705
|
-
"
|
704
|
+
"virtual_machine": instance.self_link,
|
705
|
+
"ip_address": "10.0.0.2",
|
706
706
|
}],
|
707
|
-
"
|
707
|
+
"site_to_site_data_transfer": True,
|
708
708
|
})
|
709
709
|
```
|
710
710
|
|
@@ -492,25 +492,25 @@ class ConnectivityTest(pulumi.CustomResource):
|
|
492
492
|
project="debian-cloud")
|
493
493
|
source = gcp.compute.Instance("source",
|
494
494
|
network_interfaces=[{
|
495
|
-
"
|
495
|
+
"access_configs": [{}],
|
496
496
|
"network": vpc.id,
|
497
497
|
}],
|
498
498
|
name="source-vm",
|
499
499
|
machine_type="e2-medium",
|
500
500
|
boot_disk={
|
501
|
-
"
|
501
|
+
"initialize_params": {
|
502
502
|
"image": debian9.id,
|
503
503
|
},
|
504
504
|
})
|
505
505
|
destination = gcp.compute.Instance("destination",
|
506
506
|
network_interfaces=[{
|
507
|
-
"
|
507
|
+
"access_configs": [{}],
|
508
508
|
"network": vpc.id,
|
509
509
|
}],
|
510
510
|
name="dest-vm",
|
511
511
|
machine_type="e2-medium",
|
512
512
|
boot_disk={
|
513
|
-
"
|
513
|
+
"initialize_params": {
|
514
514
|
"image": debian9.id,
|
515
515
|
},
|
516
516
|
})
|
@@ -554,14 +554,14 @@ class ConnectivityTest(pulumi.CustomResource):
|
|
554
554
|
address_test = gcp.networkmanagement.ConnectivityTest("address-test",
|
555
555
|
name="conn-test-addr",
|
556
556
|
source={
|
557
|
-
"
|
558
|
-
"
|
557
|
+
"ip_address": source_addr.address,
|
558
|
+
"project_id": source_addr.project,
|
559
559
|
"network": vpc.id,
|
560
|
-
"
|
560
|
+
"network_type": "GCP_NETWORK",
|
561
561
|
},
|
562
562
|
destination={
|
563
|
-
"
|
564
|
-
"
|
563
|
+
"ip_address": dest_addr.address,
|
564
|
+
"project_id": dest_addr.project,
|
565
565
|
"network": vpc.id,
|
566
566
|
},
|
567
567
|
protocol="UDP")
|
@@ -666,25 +666,25 @@ class ConnectivityTest(pulumi.CustomResource):
|
|
666
666
|
project="debian-cloud")
|
667
667
|
source = gcp.compute.Instance("source",
|
668
668
|
network_interfaces=[{
|
669
|
-
"
|
669
|
+
"access_configs": [{}],
|
670
670
|
"network": vpc.id,
|
671
671
|
}],
|
672
672
|
name="source-vm",
|
673
673
|
machine_type="e2-medium",
|
674
674
|
boot_disk={
|
675
|
-
"
|
675
|
+
"initialize_params": {
|
676
676
|
"image": debian9.id,
|
677
677
|
},
|
678
678
|
})
|
679
679
|
destination = gcp.compute.Instance("destination",
|
680
680
|
network_interfaces=[{
|
681
|
-
"
|
681
|
+
"access_configs": [{}],
|
682
682
|
"network": vpc.id,
|
683
683
|
}],
|
684
684
|
name="dest-vm",
|
685
685
|
machine_type="e2-medium",
|
686
686
|
boot_disk={
|
687
|
-
"
|
687
|
+
"initialize_params": {
|
688
688
|
"image": debian9.id,
|
689
689
|
},
|
690
690
|
})
|
@@ -728,14 +728,14 @@ class ConnectivityTest(pulumi.CustomResource):
|
|
728
728
|
address_test = gcp.networkmanagement.ConnectivityTest("address-test",
|
729
729
|
name="conn-test-addr",
|
730
730
|
source={
|
731
|
-
"
|
732
|
-
"
|
731
|
+
"ip_address": source_addr.address,
|
732
|
+
"project_id": source_addr.project,
|
733
733
|
"network": vpc.id,
|
734
|
-
"
|
734
|
+
"network_type": "GCP_NETWORK",
|
735
735
|
},
|
736
736
|
destination={
|
737
|
-
"
|
738
|
-
"
|
737
|
+
"ip_address": dest_addr.address,
|
738
|
+
"project_id": dest_addr.project,
|
739
739
|
"network": vpc.id,
|
740
740
|
},
|
741
741
|
protocol="UDP")
|
@@ -395,7 +395,7 @@ class AuthorizationPolicy(pulumi.CustomResource):
|
|
395
395
|
rules=[{
|
396
396
|
"sources": [{
|
397
397
|
"principals": ["namespace/*"],
|
398
|
-
"
|
398
|
+
"ip_blocks": ["1.2.3.0/24"],
|
399
399
|
}],
|
400
400
|
}])
|
401
401
|
```
|
@@ -415,15 +415,15 @@ class AuthorizationPolicy(pulumi.CustomResource):
|
|
415
415
|
rules=[{
|
416
416
|
"sources": [{
|
417
417
|
"principals": ["namespace/*"],
|
418
|
-
"
|
418
|
+
"ip_blocks": ["1.2.3.0/24"],
|
419
419
|
}],
|
420
420
|
"destinations": [{
|
421
421
|
"hosts": ["mydomain.*"],
|
422
422
|
"ports": [8080],
|
423
423
|
"methods": ["GET"],
|
424
|
-
"
|
425
|
-
"
|
426
|
-
"
|
424
|
+
"http_header_match": {
|
425
|
+
"header_name": ":method",
|
426
|
+
"regex_match": "GET",
|
427
427
|
},
|
428
428
|
}],
|
429
429
|
}])
|
@@ -498,7 +498,7 @@ class AuthorizationPolicy(pulumi.CustomResource):
|
|
498
498
|
rules=[{
|
499
499
|
"sources": [{
|
500
500
|
"principals": ["namespace/*"],
|
501
|
-
"
|
501
|
+
"ip_blocks": ["1.2.3.0/24"],
|
502
502
|
}],
|
503
503
|
}])
|
504
504
|
```
|
@@ -518,15 +518,15 @@ class AuthorizationPolicy(pulumi.CustomResource):
|
|
518
518
|
rules=[{
|
519
519
|
"sources": [{
|
520
520
|
"principals": ["namespace/*"],
|
521
|
-
"
|
521
|
+
"ip_blocks": ["1.2.3.0/24"],
|
522
522
|
}],
|
523
523
|
"destinations": [{
|
524
524
|
"hosts": ["mydomain.*"],
|
525
525
|
"ports": [8080],
|
526
526
|
"methods": ["GET"],
|
527
|
-
"
|
528
|
-
"
|
529
|
-
"
|
527
|
+
"http_header_match": {
|
528
|
+
"header_name": ":method",
|
529
|
+
"regex_match": "GET",
|
530
530
|
},
|
531
531
|
}],
|
532
532
|
}])
|