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
@@ -791,37 +791,37 @@ class Authority(pulumi.CustomResource):
|
|
791
791
|
location="us-central1",
|
792
792
|
deletion_protection=True,
|
793
793
|
config={
|
794
|
-
"
|
794
|
+
"subject_config": {
|
795
795
|
"subject": {
|
796
796
|
"organization": "HashiCorp",
|
797
|
-
"
|
797
|
+
"common_name": "my-certificate-authority",
|
798
798
|
},
|
799
|
-
"
|
800
|
-
"
|
799
|
+
"subject_alt_name": {
|
800
|
+
"dns_names": ["hashicorp.com"],
|
801
801
|
},
|
802
802
|
},
|
803
|
-
"
|
804
|
-
"
|
805
|
-
"
|
806
|
-
"
|
803
|
+
"x509_config": {
|
804
|
+
"ca_options": {
|
805
|
+
"is_ca": True,
|
806
|
+
"max_issuer_path_length": 10,
|
807
807
|
},
|
808
|
-
"
|
809
|
-
"
|
810
|
-
"
|
811
|
-
"
|
812
|
-
"
|
813
|
-
"
|
814
|
-
"
|
815
|
-
"
|
816
|
-
"
|
817
|
-
"
|
808
|
+
"key_usage": {
|
809
|
+
"base_key_usage": {
|
810
|
+
"digital_signature": True,
|
811
|
+
"content_commitment": True,
|
812
|
+
"key_encipherment": False,
|
813
|
+
"data_encipherment": True,
|
814
|
+
"key_agreement": True,
|
815
|
+
"cert_sign": True,
|
816
|
+
"crl_sign": True,
|
817
|
+
"decipher_only": True,
|
818
818
|
},
|
819
|
-
"
|
820
|
-
"
|
821
|
-
"
|
822
|
-
"
|
823
|
-
"
|
824
|
-
"
|
819
|
+
"extended_key_usage": {
|
820
|
+
"server_auth": True,
|
821
|
+
"client_auth": False,
|
822
|
+
"email_protection": True,
|
823
|
+
"code_signing": True,
|
824
|
+
"time_stamping": True,
|
825
825
|
},
|
826
826
|
},
|
827
827
|
},
|
@@ -842,26 +842,26 @@ class Authority(pulumi.CustomResource):
|
|
842
842
|
certificate_authority_id="my-certificate-authority-root",
|
843
843
|
location="us-central1",
|
844
844
|
config={
|
845
|
-
"
|
845
|
+
"subject_config": {
|
846
846
|
"subject": {
|
847
847
|
"organization": "HashiCorp",
|
848
|
-
"
|
848
|
+
"common_name": "my-certificate-authority",
|
849
849
|
},
|
850
|
-
"
|
851
|
-
"
|
850
|
+
"subject_alt_name": {
|
851
|
+
"dns_names": ["hashicorp.com"],
|
852
852
|
},
|
853
853
|
},
|
854
|
-
"
|
855
|
-
"
|
856
|
-
"
|
854
|
+
"x509_config": {
|
855
|
+
"ca_options": {
|
856
|
+
"is_ca": True,
|
857
857
|
},
|
858
|
-
"
|
859
|
-
"
|
860
|
-
"
|
861
|
-
"
|
858
|
+
"key_usage": {
|
859
|
+
"base_key_usage": {
|
860
|
+
"cert_sign": True,
|
861
|
+
"crl_sign": True,
|
862
862
|
},
|
863
|
-
"
|
864
|
-
"
|
863
|
+
"extended_key_usage": {
|
864
|
+
"server_auth": False,
|
865
865
|
},
|
866
866
|
},
|
867
867
|
},
|
@@ -878,40 +878,40 @@ class Authority(pulumi.CustomResource):
|
|
878
878
|
location="us-central1",
|
879
879
|
deletion_protection=True,
|
880
880
|
subordinate_config={
|
881
|
-
"
|
881
|
+
"certificate_authority": root_ca.name,
|
882
882
|
},
|
883
883
|
config={
|
884
|
-
"
|
884
|
+
"subject_config": {
|
885
885
|
"subject": {
|
886
886
|
"organization": "HashiCorp",
|
887
|
-
"
|
887
|
+
"common_name": "my-subordinate-authority",
|
888
888
|
},
|
889
|
-
"
|
890
|
-
"
|
889
|
+
"subject_alt_name": {
|
890
|
+
"dns_names": ["hashicorp.com"],
|
891
891
|
},
|
892
892
|
},
|
893
|
-
"
|
894
|
-
"
|
895
|
-
"
|
896
|
-
"
|
893
|
+
"x509_config": {
|
894
|
+
"ca_options": {
|
895
|
+
"is_ca": True,
|
896
|
+
"max_issuer_path_length": 0,
|
897
897
|
},
|
898
|
-
"
|
899
|
-
"
|
900
|
-
"
|
901
|
-
"
|
902
|
-
"
|
903
|
-
"
|
904
|
-
"
|
905
|
-
"
|
906
|
-
"
|
907
|
-
"
|
898
|
+
"key_usage": {
|
899
|
+
"base_key_usage": {
|
900
|
+
"digital_signature": True,
|
901
|
+
"content_commitment": True,
|
902
|
+
"key_encipherment": False,
|
903
|
+
"data_encipherment": True,
|
904
|
+
"key_agreement": True,
|
905
|
+
"cert_sign": True,
|
906
|
+
"crl_sign": True,
|
907
|
+
"decipher_only": True,
|
908
908
|
},
|
909
|
-
"
|
910
|
-
"
|
911
|
-
"
|
912
|
-
"
|
913
|
-
"
|
914
|
-
"
|
909
|
+
"extended_key_usage": {
|
910
|
+
"server_auth": True,
|
911
|
+
"client_auth": False,
|
912
|
+
"email_protection": True,
|
913
|
+
"code_signing": True,
|
914
|
+
"time_stamping": True,
|
915
915
|
},
|
916
916
|
},
|
917
917
|
},
|
@@ -943,39 +943,39 @@ class Authority(pulumi.CustomResource):
|
|
943
943
|
location="us-central1",
|
944
944
|
deletion_protection=True,
|
945
945
|
key_spec={
|
946
|
-
"
|
946
|
+
"cloud_kms_key_version": "projects/keys-project/locations/us-central1/keyRings/key-ring/cryptoKeys/crypto-key/cryptoKeyVersions/1",
|
947
947
|
},
|
948
948
|
config={
|
949
|
-
"
|
949
|
+
"subject_config": {
|
950
950
|
"subject": {
|
951
951
|
"organization": "Example, Org.",
|
952
|
-
"
|
952
|
+
"common_name": "Example Authority",
|
953
953
|
},
|
954
954
|
},
|
955
|
-
"
|
956
|
-
"
|
957
|
-
"
|
958
|
-
"
|
955
|
+
"x509_config": {
|
956
|
+
"ca_options": {
|
957
|
+
"is_ca": True,
|
958
|
+
"max_issuer_path_length": 10,
|
959
959
|
},
|
960
|
-
"
|
961
|
-
"
|
962
|
-
"
|
963
|
-
"
|
960
|
+
"key_usage": {
|
961
|
+
"base_key_usage": {
|
962
|
+
"cert_sign": True,
|
963
|
+
"crl_sign": True,
|
964
964
|
},
|
965
|
-
"
|
966
|
-
"
|
965
|
+
"extended_key_usage": {
|
966
|
+
"server_auth": False,
|
967
967
|
},
|
968
968
|
},
|
969
|
-
"
|
969
|
+
"name_constraints": {
|
970
970
|
"critical": True,
|
971
|
-
"
|
972
|
-
"
|
973
|
-
"
|
974
|
-
"
|
975
|
-
"
|
976
|
-
"
|
977
|
-
"
|
978
|
-
"
|
971
|
+
"permitted_dns_names": ["*.example.com"],
|
972
|
+
"excluded_dns_names": ["*.deny.example.com"],
|
973
|
+
"permitted_ip_ranges": ["10.0.0.0/8"],
|
974
|
+
"excluded_ip_ranges": ["10.1.1.0/24"],
|
975
|
+
"permitted_email_addresses": [".example.com"],
|
976
|
+
"excluded_email_addresses": [".deny.example.com"],
|
977
|
+
"permitted_uris": [".example.com"],
|
978
|
+
"excluded_uris": [".deny.example.com"],
|
979
979
|
},
|
980
980
|
},
|
981
981
|
},
|
@@ -996,47 +996,47 @@ class Authority(pulumi.CustomResource):
|
|
996
996
|
location="us-central1",
|
997
997
|
deletion_protection=True,
|
998
998
|
config={
|
999
|
-
"
|
999
|
+
"subject_config": {
|
1000
1000
|
"subject": {
|
1001
1001
|
"organization": "HashiCorp",
|
1002
|
-
"
|
1002
|
+
"common_name": "my-certificate-authority",
|
1003
1003
|
},
|
1004
|
-
"
|
1005
|
-
"
|
1004
|
+
"subject_alt_name": {
|
1005
|
+
"dns_names": ["hashicorp.com"],
|
1006
1006
|
},
|
1007
1007
|
},
|
1008
|
-
"
|
1009
|
-
"
|
1008
|
+
"subject_key_id": {
|
1009
|
+
"key_id": "4cf3372289b1d411b999dbb9ebcd44744b6b2fca",
|
1010
1010
|
},
|
1011
|
-
"
|
1012
|
-
"
|
1013
|
-
"
|
1014
|
-
"
|
1011
|
+
"x509_config": {
|
1012
|
+
"ca_options": {
|
1013
|
+
"is_ca": True,
|
1014
|
+
"max_issuer_path_length": 10,
|
1015
1015
|
},
|
1016
|
-
"
|
1017
|
-
"
|
1018
|
-
"
|
1019
|
-
"
|
1020
|
-
"
|
1021
|
-
"
|
1022
|
-
"
|
1023
|
-
"
|
1024
|
-
"
|
1025
|
-
"
|
1016
|
+
"key_usage": {
|
1017
|
+
"base_key_usage": {
|
1018
|
+
"digital_signature": True,
|
1019
|
+
"content_commitment": True,
|
1020
|
+
"key_encipherment": False,
|
1021
|
+
"data_encipherment": True,
|
1022
|
+
"key_agreement": True,
|
1023
|
+
"cert_sign": True,
|
1024
|
+
"crl_sign": True,
|
1025
|
+
"decipher_only": True,
|
1026
1026
|
},
|
1027
|
-
"
|
1028
|
-
"
|
1029
|
-
"
|
1030
|
-
"
|
1031
|
-
"
|
1032
|
-
"
|
1027
|
+
"extended_key_usage": {
|
1028
|
+
"server_auth": True,
|
1029
|
+
"client_auth": False,
|
1030
|
+
"email_protection": True,
|
1031
|
+
"code_signing": True,
|
1032
|
+
"time_stamping": True,
|
1033
1033
|
},
|
1034
1034
|
},
|
1035
1035
|
},
|
1036
1036
|
},
|
1037
1037
|
lifetime="86400s",
|
1038
1038
|
key_spec={
|
1039
|
-
"
|
1039
|
+
"cloud_kms_key_version": "projects/keys-project/locations/us-central1/keyRings/key-ring/cryptoKeys/crypto-key/cryptoKeyVersions/1",
|
1040
1040
|
})
|
1041
1041
|
```
|
1042
1042
|
|
@@ -1132,37 +1132,37 @@ class Authority(pulumi.CustomResource):
|
|
1132
1132
|
location="us-central1",
|
1133
1133
|
deletion_protection=True,
|
1134
1134
|
config={
|
1135
|
-
"
|
1135
|
+
"subject_config": {
|
1136
1136
|
"subject": {
|
1137
1137
|
"organization": "HashiCorp",
|
1138
|
-
"
|
1138
|
+
"common_name": "my-certificate-authority",
|
1139
1139
|
},
|
1140
|
-
"
|
1141
|
-
"
|
1140
|
+
"subject_alt_name": {
|
1141
|
+
"dns_names": ["hashicorp.com"],
|
1142
1142
|
},
|
1143
1143
|
},
|
1144
|
-
"
|
1145
|
-
"
|
1146
|
-
"
|
1147
|
-
"
|
1144
|
+
"x509_config": {
|
1145
|
+
"ca_options": {
|
1146
|
+
"is_ca": True,
|
1147
|
+
"max_issuer_path_length": 10,
|
1148
1148
|
},
|
1149
|
-
"
|
1150
|
-
"
|
1151
|
-
"
|
1152
|
-
"
|
1153
|
-
"
|
1154
|
-
"
|
1155
|
-
"
|
1156
|
-
"
|
1157
|
-
"
|
1158
|
-
"
|
1149
|
+
"key_usage": {
|
1150
|
+
"base_key_usage": {
|
1151
|
+
"digital_signature": True,
|
1152
|
+
"content_commitment": True,
|
1153
|
+
"key_encipherment": False,
|
1154
|
+
"data_encipherment": True,
|
1155
|
+
"key_agreement": True,
|
1156
|
+
"cert_sign": True,
|
1157
|
+
"crl_sign": True,
|
1158
|
+
"decipher_only": True,
|
1159
1159
|
},
|
1160
|
-
"
|
1161
|
-
"
|
1162
|
-
"
|
1163
|
-
"
|
1164
|
-
"
|
1165
|
-
"
|
1160
|
+
"extended_key_usage": {
|
1161
|
+
"server_auth": True,
|
1162
|
+
"client_auth": False,
|
1163
|
+
"email_protection": True,
|
1164
|
+
"code_signing": True,
|
1165
|
+
"time_stamping": True,
|
1166
1166
|
},
|
1167
1167
|
},
|
1168
1168
|
},
|
@@ -1183,26 +1183,26 @@ class Authority(pulumi.CustomResource):
|
|
1183
1183
|
certificate_authority_id="my-certificate-authority-root",
|
1184
1184
|
location="us-central1",
|
1185
1185
|
config={
|
1186
|
-
"
|
1186
|
+
"subject_config": {
|
1187
1187
|
"subject": {
|
1188
1188
|
"organization": "HashiCorp",
|
1189
|
-
"
|
1189
|
+
"common_name": "my-certificate-authority",
|
1190
1190
|
},
|
1191
|
-
"
|
1192
|
-
"
|
1191
|
+
"subject_alt_name": {
|
1192
|
+
"dns_names": ["hashicorp.com"],
|
1193
1193
|
},
|
1194
1194
|
},
|
1195
|
-
"
|
1196
|
-
"
|
1197
|
-
"
|
1195
|
+
"x509_config": {
|
1196
|
+
"ca_options": {
|
1197
|
+
"is_ca": True,
|
1198
1198
|
},
|
1199
|
-
"
|
1200
|
-
"
|
1201
|
-
"
|
1202
|
-
"
|
1199
|
+
"key_usage": {
|
1200
|
+
"base_key_usage": {
|
1201
|
+
"cert_sign": True,
|
1202
|
+
"crl_sign": True,
|
1203
1203
|
},
|
1204
|
-
"
|
1205
|
-
"
|
1204
|
+
"extended_key_usage": {
|
1205
|
+
"server_auth": False,
|
1206
1206
|
},
|
1207
1207
|
},
|
1208
1208
|
},
|
@@ -1219,40 +1219,40 @@ class Authority(pulumi.CustomResource):
|
|
1219
1219
|
location="us-central1",
|
1220
1220
|
deletion_protection=True,
|
1221
1221
|
subordinate_config={
|
1222
|
-
"
|
1222
|
+
"certificate_authority": root_ca.name,
|
1223
1223
|
},
|
1224
1224
|
config={
|
1225
|
-
"
|
1225
|
+
"subject_config": {
|
1226
1226
|
"subject": {
|
1227
1227
|
"organization": "HashiCorp",
|
1228
|
-
"
|
1228
|
+
"common_name": "my-subordinate-authority",
|
1229
1229
|
},
|
1230
|
-
"
|
1231
|
-
"
|
1230
|
+
"subject_alt_name": {
|
1231
|
+
"dns_names": ["hashicorp.com"],
|
1232
1232
|
},
|
1233
1233
|
},
|
1234
|
-
"
|
1235
|
-
"
|
1236
|
-
"
|
1237
|
-
"
|
1234
|
+
"x509_config": {
|
1235
|
+
"ca_options": {
|
1236
|
+
"is_ca": True,
|
1237
|
+
"max_issuer_path_length": 0,
|
1238
1238
|
},
|
1239
|
-
"
|
1240
|
-
"
|
1241
|
-
"
|
1242
|
-
"
|
1243
|
-
"
|
1244
|
-
"
|
1245
|
-
"
|
1246
|
-
"
|
1247
|
-
"
|
1248
|
-
"
|
1239
|
+
"key_usage": {
|
1240
|
+
"base_key_usage": {
|
1241
|
+
"digital_signature": True,
|
1242
|
+
"content_commitment": True,
|
1243
|
+
"key_encipherment": False,
|
1244
|
+
"data_encipherment": True,
|
1245
|
+
"key_agreement": True,
|
1246
|
+
"cert_sign": True,
|
1247
|
+
"crl_sign": True,
|
1248
|
+
"decipher_only": True,
|
1249
1249
|
},
|
1250
|
-
"
|
1251
|
-
"
|
1252
|
-
"
|
1253
|
-
"
|
1254
|
-
"
|
1255
|
-
"
|
1250
|
+
"extended_key_usage": {
|
1251
|
+
"server_auth": True,
|
1252
|
+
"client_auth": False,
|
1253
|
+
"email_protection": True,
|
1254
|
+
"code_signing": True,
|
1255
|
+
"time_stamping": True,
|
1256
1256
|
},
|
1257
1257
|
},
|
1258
1258
|
},
|
@@ -1284,39 +1284,39 @@ class Authority(pulumi.CustomResource):
|
|
1284
1284
|
location="us-central1",
|
1285
1285
|
deletion_protection=True,
|
1286
1286
|
key_spec={
|
1287
|
-
"
|
1287
|
+
"cloud_kms_key_version": "projects/keys-project/locations/us-central1/keyRings/key-ring/cryptoKeys/crypto-key/cryptoKeyVersions/1",
|
1288
1288
|
},
|
1289
1289
|
config={
|
1290
|
-
"
|
1290
|
+
"subject_config": {
|
1291
1291
|
"subject": {
|
1292
1292
|
"organization": "Example, Org.",
|
1293
|
-
"
|
1293
|
+
"common_name": "Example Authority",
|
1294
1294
|
},
|
1295
1295
|
},
|
1296
|
-
"
|
1297
|
-
"
|
1298
|
-
"
|
1299
|
-
"
|
1296
|
+
"x509_config": {
|
1297
|
+
"ca_options": {
|
1298
|
+
"is_ca": True,
|
1299
|
+
"max_issuer_path_length": 10,
|
1300
1300
|
},
|
1301
|
-
"
|
1302
|
-
"
|
1303
|
-
"
|
1304
|
-
"
|
1301
|
+
"key_usage": {
|
1302
|
+
"base_key_usage": {
|
1303
|
+
"cert_sign": True,
|
1304
|
+
"crl_sign": True,
|
1305
1305
|
},
|
1306
|
-
"
|
1307
|
-
"
|
1306
|
+
"extended_key_usage": {
|
1307
|
+
"server_auth": False,
|
1308
1308
|
},
|
1309
1309
|
},
|
1310
|
-
"
|
1310
|
+
"name_constraints": {
|
1311
1311
|
"critical": True,
|
1312
|
-
"
|
1313
|
-
"
|
1314
|
-
"
|
1315
|
-
"
|
1316
|
-
"
|
1317
|
-
"
|
1318
|
-
"
|
1319
|
-
"
|
1312
|
+
"permitted_dns_names": ["*.example.com"],
|
1313
|
+
"excluded_dns_names": ["*.deny.example.com"],
|
1314
|
+
"permitted_ip_ranges": ["10.0.0.0/8"],
|
1315
|
+
"excluded_ip_ranges": ["10.1.1.0/24"],
|
1316
|
+
"permitted_email_addresses": [".example.com"],
|
1317
|
+
"excluded_email_addresses": [".deny.example.com"],
|
1318
|
+
"permitted_uris": [".example.com"],
|
1319
|
+
"excluded_uris": [".deny.example.com"],
|
1320
1320
|
},
|
1321
1321
|
},
|
1322
1322
|
},
|
@@ -1337,47 +1337,47 @@ class Authority(pulumi.CustomResource):
|
|
1337
1337
|
location="us-central1",
|
1338
1338
|
deletion_protection=True,
|
1339
1339
|
config={
|
1340
|
-
"
|
1340
|
+
"subject_config": {
|
1341
1341
|
"subject": {
|
1342
1342
|
"organization": "HashiCorp",
|
1343
|
-
"
|
1343
|
+
"common_name": "my-certificate-authority",
|
1344
1344
|
},
|
1345
|
-
"
|
1346
|
-
"
|
1345
|
+
"subject_alt_name": {
|
1346
|
+
"dns_names": ["hashicorp.com"],
|
1347
1347
|
},
|
1348
1348
|
},
|
1349
|
-
"
|
1350
|
-
"
|
1349
|
+
"subject_key_id": {
|
1350
|
+
"key_id": "4cf3372289b1d411b999dbb9ebcd44744b6b2fca",
|
1351
1351
|
},
|
1352
|
-
"
|
1353
|
-
"
|
1354
|
-
"
|
1355
|
-
"
|
1352
|
+
"x509_config": {
|
1353
|
+
"ca_options": {
|
1354
|
+
"is_ca": True,
|
1355
|
+
"max_issuer_path_length": 10,
|
1356
1356
|
},
|
1357
|
-
"
|
1358
|
-
"
|
1359
|
-
"
|
1360
|
-
"
|
1361
|
-
"
|
1362
|
-
"
|
1363
|
-
"
|
1364
|
-
"
|
1365
|
-
"
|
1366
|
-
"
|
1357
|
+
"key_usage": {
|
1358
|
+
"base_key_usage": {
|
1359
|
+
"digital_signature": True,
|
1360
|
+
"content_commitment": True,
|
1361
|
+
"key_encipherment": False,
|
1362
|
+
"data_encipherment": True,
|
1363
|
+
"key_agreement": True,
|
1364
|
+
"cert_sign": True,
|
1365
|
+
"crl_sign": True,
|
1366
|
+
"decipher_only": True,
|
1367
1367
|
},
|
1368
|
-
"
|
1369
|
-
"
|
1370
|
-
"
|
1371
|
-
"
|
1372
|
-
"
|
1373
|
-
"
|
1368
|
+
"extended_key_usage": {
|
1369
|
+
"server_auth": True,
|
1370
|
+
"client_auth": False,
|
1371
|
+
"email_protection": True,
|
1372
|
+
"code_signing": True,
|
1373
|
+
"time_stamping": True,
|
1374
1374
|
},
|
1375
1375
|
},
|
1376
1376
|
},
|
1377
1377
|
},
|
1378
1378
|
lifetime="86400s",
|
1379
1379
|
key_spec={
|
1380
|
-
"
|
1380
|
+
"cloud_kms_key_version": "projects/keys-project/locations/us-central1/keyRings/key-ring/cryptoKeys/crypto-key/cryptoKeyVersions/1",
|
1381
1381
|
})
|
1382
1382
|
```
|
1383
1383
|
|