pulumi-gcp 7.32.0a1721151794__py3-none-any.whl → 7.33.0__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/__init__.py +11 -0
- pulumi_gcp/_utilities.py +5 -4
- 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 -46
- 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/_inputs.py +0 -12
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -58
- pulumi_gcp/bigquery/dataset_access.py +26 -54
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/outputs.py +0 -24
- 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 +104 -0
- 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/_inputs.py +14 -0
- 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_address.py +16 -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/outputs.py +8 -0
- 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 +12 -12
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- 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/__init__.py +1 -0
- 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/get_membership_binding.py +222 -0
- 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/outputs.py +19 -0
- 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/iap/client.py +7 -7
- 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/_inputs.py +40 -0
- pulumi_gcp/kms/crypto_key.py +103 -0
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/outputs.py +112 -0
- 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/address_group.py +1 -1
- 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 +24 -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/provider.py +20 -0
- 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/__init__.py +1 -0
- pulumi_gcp/securitycenter/_inputs.py +93 -0
- 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/outputs.py +59 -0
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_notification_config.py +518 -0
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/siteverification/__init__.py +8 -0
- pulumi_gcp/siteverification/get_token.py +221 -0
- 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.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/RECORD +391 -387
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/pubsub/topic.py
CHANGED
@@ -482,7 +482,7 @@ class Topic(pulumi.CustomResource):
|
|
482
482
|
example = gcp.pubsub.Topic("example",
|
483
483
|
name="example-topic",
|
484
484
|
message_storage_policy={
|
485
|
-
"
|
485
|
+
"allowed_persistence_regions": ["europe-west3"],
|
486
486
|
})
|
487
487
|
```
|
488
488
|
### Pubsub Topic Schema Settings
|
@@ -526,11 +526,11 @@ class Topic(pulumi.CustomResource):
|
|
526
526
|
example = gcp.pubsub.Topic("example",
|
527
527
|
name="example-topic",
|
528
528
|
ingestion_data_source_settings={
|
529
|
-
"
|
530
|
-
"
|
531
|
-
"
|
532
|
-
"
|
533
|
-
"
|
529
|
+
"aws_kinesis": {
|
530
|
+
"stream_arn": "arn:aws:kinesis:us-west-2:111111111111:stream/fake-stream-name",
|
531
|
+
"consumer_arn": "arn:aws:kinesis:us-west-2:111111111111:stream/fake-stream-name/consumer/consumer-1:1111111111",
|
532
|
+
"aws_role_arn": "arn:aws:iam::111111111111:role/fake-role-name",
|
533
|
+
"gcp_service_account": "fake-service-account@fake-gcp-project.iam.gserviceaccount.com",
|
534
534
|
},
|
535
535
|
})
|
536
536
|
```
|
@@ -651,7 +651,7 @@ class Topic(pulumi.CustomResource):
|
|
651
651
|
example = gcp.pubsub.Topic("example",
|
652
652
|
name="example-topic",
|
653
653
|
message_storage_policy={
|
654
|
-
"
|
654
|
+
"allowed_persistence_regions": ["europe-west3"],
|
655
655
|
})
|
656
656
|
```
|
657
657
|
### Pubsub Topic Schema Settings
|
@@ -695,11 +695,11 @@ class Topic(pulumi.CustomResource):
|
|
695
695
|
example = gcp.pubsub.Topic("example",
|
696
696
|
name="example-topic",
|
697
697
|
ingestion_data_source_settings={
|
698
|
-
"
|
699
|
-
"
|
700
|
-
"
|
701
|
-
"
|
702
|
-
"
|
698
|
+
"aws_kinesis": {
|
699
|
+
"stream_arn": "arn:aws:kinesis:us-west-2:111111111111:stream/fake-stream-name",
|
700
|
+
"consumer_arn": "arn:aws:kinesis:us-west-2:111111111111:stream/fake-stream-name/consumer/consumer-1:1111111111",
|
701
|
+
"aws_role_arn": "arn:aws:iam::111111111111:role/fake-role-name",
|
702
|
+
"gcp_service_account": "fake-service-account@fake-gcp-project.iam.gserviceaccount.com",
|
703
703
|
},
|
704
704
|
})
|
705
705
|
```
|
pulumi_gcp/pulumi-plugin.json
CHANGED
@@ -409,12 +409,12 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
409
409
|
primary = gcp.recaptcha.EnterpriseKey("primary",
|
410
410
|
display_name="display-name-one",
|
411
411
|
android_settings={
|
412
|
-
"
|
413
|
-
"
|
412
|
+
"allow_all_package_names": True,
|
413
|
+
"allowed_package_names": [],
|
414
414
|
},
|
415
415
|
project="my-project-name",
|
416
416
|
testing_options={
|
417
|
-
"
|
417
|
+
"testing_score": 0.8,
|
418
418
|
},
|
419
419
|
labels={
|
420
420
|
"label-one": "value-one",
|
@@ -429,12 +429,12 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
429
429
|
primary = gcp.recaptcha.EnterpriseKey("primary",
|
430
430
|
display_name="display-name-one",
|
431
431
|
ios_settings={
|
432
|
-
"
|
433
|
-
"
|
432
|
+
"allow_all_bundle_ids": True,
|
433
|
+
"allowed_bundle_ids": [],
|
434
434
|
},
|
435
435
|
project="my-project-name",
|
436
436
|
testing_options={
|
437
|
-
"
|
437
|
+
"testing_score": 1,
|
438
438
|
},
|
439
439
|
labels={
|
440
440
|
"label-one": "value-one",
|
@@ -450,8 +450,8 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
450
450
|
display_name="display-name-one",
|
451
451
|
project="my-project-name",
|
452
452
|
web_settings={
|
453
|
-
"
|
454
|
-
"
|
453
|
+
"integration_type": "SCORE",
|
454
|
+
"allow_all_domains": True,
|
455
455
|
},
|
456
456
|
labels={})
|
457
457
|
```
|
@@ -465,18 +465,18 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
465
465
|
display_name="display-name-one",
|
466
466
|
project="my-project-name",
|
467
467
|
testing_options={
|
468
|
-
"
|
469
|
-
"
|
468
|
+
"testing_challenge": "NOCAPTCHA",
|
469
|
+
"testing_score": 0.5,
|
470
470
|
},
|
471
471
|
waf_settings={
|
472
|
-
"
|
473
|
-
"
|
472
|
+
"waf_feature": "CHALLENGE_PAGE",
|
473
|
+
"waf_service": "CA",
|
474
474
|
},
|
475
475
|
web_settings={
|
476
|
-
"
|
477
|
-
"
|
478
|
-
"
|
479
|
-
"
|
476
|
+
"integration_type": "INVISIBLE",
|
477
|
+
"allow_all_domains": True,
|
478
|
+
"allowed_domains": [],
|
479
|
+
"challenge_security_preference": "USABILITY",
|
480
480
|
},
|
481
481
|
labels={
|
482
482
|
"label-one": "value-one",
|
@@ -492,14 +492,14 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
492
492
|
display_name="display-name-one",
|
493
493
|
project="my-project-name",
|
494
494
|
testing_options={
|
495
|
-
"
|
496
|
-
"
|
495
|
+
"testing_challenge": "NOCAPTCHA",
|
496
|
+
"testing_score": 0.5,
|
497
497
|
},
|
498
498
|
web_settings={
|
499
|
-
"
|
500
|
-
"
|
501
|
-
"
|
502
|
-
"
|
499
|
+
"integration_type": "CHECKBOX",
|
500
|
+
"allow_all_domains": True,
|
501
|
+
"allowed_domains": [],
|
502
|
+
"challenge_security_preference": "USABILITY",
|
503
503
|
},
|
504
504
|
labels={
|
505
505
|
"label-one": "value-one",
|
@@ -515,13 +515,13 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
515
515
|
display_name="display-name-one",
|
516
516
|
project="my-project-name",
|
517
517
|
testing_options={
|
518
|
-
"
|
518
|
+
"testing_score": 0.5,
|
519
519
|
},
|
520
520
|
web_settings={
|
521
|
-
"
|
522
|
-
"
|
523
|
-
"
|
524
|
-
"
|
521
|
+
"integration_type": "SCORE",
|
522
|
+
"allow_all_domains": True,
|
523
|
+
"allow_amp_traffic": False,
|
524
|
+
"allowed_domains": [],
|
525
525
|
},
|
526
526
|
labels={
|
527
527
|
"label-one": "value-one",
|
@@ -590,12 +590,12 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
590
590
|
primary = gcp.recaptcha.EnterpriseKey("primary",
|
591
591
|
display_name="display-name-one",
|
592
592
|
android_settings={
|
593
|
-
"
|
594
|
-
"
|
593
|
+
"allow_all_package_names": True,
|
594
|
+
"allowed_package_names": [],
|
595
595
|
},
|
596
596
|
project="my-project-name",
|
597
597
|
testing_options={
|
598
|
-
"
|
598
|
+
"testing_score": 0.8,
|
599
599
|
},
|
600
600
|
labels={
|
601
601
|
"label-one": "value-one",
|
@@ -610,12 +610,12 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
610
610
|
primary = gcp.recaptcha.EnterpriseKey("primary",
|
611
611
|
display_name="display-name-one",
|
612
612
|
ios_settings={
|
613
|
-
"
|
614
|
-
"
|
613
|
+
"allow_all_bundle_ids": True,
|
614
|
+
"allowed_bundle_ids": [],
|
615
615
|
},
|
616
616
|
project="my-project-name",
|
617
617
|
testing_options={
|
618
|
-
"
|
618
|
+
"testing_score": 1,
|
619
619
|
},
|
620
620
|
labels={
|
621
621
|
"label-one": "value-one",
|
@@ -631,8 +631,8 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
631
631
|
display_name="display-name-one",
|
632
632
|
project="my-project-name",
|
633
633
|
web_settings={
|
634
|
-
"
|
635
|
-
"
|
634
|
+
"integration_type": "SCORE",
|
635
|
+
"allow_all_domains": True,
|
636
636
|
},
|
637
637
|
labels={})
|
638
638
|
```
|
@@ -646,18 +646,18 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
646
646
|
display_name="display-name-one",
|
647
647
|
project="my-project-name",
|
648
648
|
testing_options={
|
649
|
-
"
|
650
|
-
"
|
649
|
+
"testing_challenge": "NOCAPTCHA",
|
650
|
+
"testing_score": 0.5,
|
651
651
|
},
|
652
652
|
waf_settings={
|
653
|
-
"
|
654
|
-
"
|
653
|
+
"waf_feature": "CHALLENGE_PAGE",
|
654
|
+
"waf_service": "CA",
|
655
655
|
},
|
656
656
|
web_settings={
|
657
|
-
"
|
658
|
-
"
|
659
|
-
"
|
660
|
-
"
|
657
|
+
"integration_type": "INVISIBLE",
|
658
|
+
"allow_all_domains": True,
|
659
|
+
"allowed_domains": [],
|
660
|
+
"challenge_security_preference": "USABILITY",
|
661
661
|
},
|
662
662
|
labels={
|
663
663
|
"label-one": "value-one",
|
@@ -673,14 +673,14 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
673
673
|
display_name="display-name-one",
|
674
674
|
project="my-project-name",
|
675
675
|
testing_options={
|
676
|
-
"
|
677
|
-
"
|
676
|
+
"testing_challenge": "NOCAPTCHA",
|
677
|
+
"testing_score": 0.5,
|
678
678
|
},
|
679
679
|
web_settings={
|
680
|
-
"
|
681
|
-
"
|
682
|
-
"
|
683
|
-
"
|
680
|
+
"integration_type": "CHECKBOX",
|
681
|
+
"allow_all_domains": True,
|
682
|
+
"allowed_domains": [],
|
683
|
+
"challenge_security_preference": "USABILITY",
|
684
684
|
},
|
685
685
|
labels={
|
686
686
|
"label-one": "value-one",
|
@@ -696,13 +696,13 @@ class EnterpriseKey(pulumi.CustomResource):
|
|
696
696
|
display_name="display-name-one",
|
697
697
|
project="my-project-name",
|
698
698
|
testing_options={
|
699
|
-
"
|
699
|
+
"testing_score": 0.5,
|
700
700
|
},
|
701
701
|
web_settings={
|
702
|
-
"
|
703
|
-
"
|
704
|
-
"
|
705
|
-
"
|
702
|
+
"integration_type": "SCORE",
|
703
|
+
"allow_all_domains": True,
|
704
|
+
"allow_amp_traffic": False,
|
705
|
+
"allowed_domains": [],
|
706
706
|
},
|
707
707
|
labels={
|
708
708
|
"label-one": "value-one",
|
pulumi_gcp/redis/instance.py
CHANGED
@@ -1285,9 +1285,9 @@ class Instance(pulumi.CustomResource):
|
|
1285
1285
|
"other_key": "other_val",
|
1286
1286
|
},
|
1287
1287
|
maintenance_policy={
|
1288
|
-
"
|
1288
|
+
"weekly_maintenance_windows": [{
|
1289
1289
|
"day": "TUESDAY",
|
1290
|
-
"
|
1290
|
+
"start_time": {
|
1291
1291
|
"hours": 0,
|
1292
1292
|
"minutes": 30,
|
1293
1293
|
"seconds": 0,
|
@@ -1309,8 +1309,8 @@ class Instance(pulumi.CustomResource):
|
|
1309
1309
|
location_id="us-central1-a",
|
1310
1310
|
alternative_location_id="us-central1-f",
|
1311
1311
|
persistence_config={
|
1312
|
-
"
|
1313
|
-
"
|
1312
|
+
"persistence_mode": "RDB",
|
1313
|
+
"rdb_snapshot_period": "TWELVE_HOURS",
|
1314
1314
|
})
|
1315
1315
|
```
|
1316
1316
|
### Redis Instance Private Service
|
@@ -1582,9 +1582,9 @@ class Instance(pulumi.CustomResource):
|
|
1582
1582
|
"other_key": "other_val",
|
1583
1583
|
},
|
1584
1584
|
maintenance_policy={
|
1585
|
-
"
|
1585
|
+
"weekly_maintenance_windows": [{
|
1586
1586
|
"day": "TUESDAY",
|
1587
|
-
"
|
1587
|
+
"start_time": {
|
1588
1588
|
"hours": 0,
|
1589
1589
|
"minutes": 30,
|
1590
1590
|
"seconds": 0,
|
@@ -1606,8 +1606,8 @@ class Instance(pulumi.CustomResource):
|
|
1606
1606
|
location_id="us-central1-a",
|
1607
1607
|
alternative_location_id="us-central1-f",
|
1608
1608
|
persistence_config={
|
1609
|
-
"
|
1610
|
-
"
|
1609
|
+
"persistence_mode": "RDB",
|
1610
|
+
"rdb_snapshot_period": "TWELVE_HOURS",
|
1611
1611
|
})
|
1612
1612
|
```
|
1613
1613
|
### Redis Instance Private Service
|
@@ -598,7 +598,7 @@ class Secret(pulumi.CustomResource):
|
|
598
598
|
"label": "my-label",
|
599
599
|
},
|
600
600
|
replication={
|
601
|
-
"
|
601
|
+
"user_managed": {
|
602
602
|
"replicas": [
|
603
603
|
{
|
604
604
|
"location": "us-central1",
|
@@ -660,8 +660,8 @@ class Secret(pulumi.CustomResource):
|
|
660
660
|
secret_id="secret",
|
661
661
|
replication={
|
662
662
|
"auto": {
|
663
|
-
"
|
664
|
-
"
|
663
|
+
"customer_managed_encryption": {
|
664
|
+
"kms_key_name": "kms-key",
|
665
665
|
},
|
666
666
|
},
|
667
667
|
},
|
@@ -758,7 +758,7 @@ class Secret(pulumi.CustomResource):
|
|
758
758
|
"label": "my-label",
|
759
759
|
},
|
760
760
|
replication={
|
761
|
-
"
|
761
|
+
"user_managed": {
|
762
762
|
"replicas": [
|
763
763
|
{
|
764
764
|
"location": "us-central1",
|
@@ -820,8 +820,8 @@ class Secret(pulumi.CustomResource):
|
|
820
820
|
secret_id="secret",
|
821
821
|
replication={
|
822
822
|
"auto": {
|
823
|
-
"
|
824
|
-
"
|
823
|
+
"customer_managed_encryption": {
|
824
|
+
"kms_key_name": "kms-key",
|
825
825
|
},
|
826
826
|
},
|
827
827
|
},
|
@@ -335,7 +335,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
335
335
|
secret_basic = gcp.secretmanager.Secret("secret-basic",
|
336
336
|
secret_id="secret-version",
|
337
337
|
replication={
|
338
|
-
"
|
338
|
+
"user_managed": {
|
339
339
|
"replicas": [{
|
340
340
|
"location": "us-central1",
|
341
341
|
}],
|
@@ -355,7 +355,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
355
355
|
secret_basic = gcp.secretmanager.Secret("secret-basic",
|
356
356
|
secret_id="secret-version",
|
357
357
|
replication={
|
358
|
-
"
|
358
|
+
"user_managed": {
|
359
359
|
"replicas": [{
|
360
360
|
"location": "us-central1",
|
361
361
|
}],
|
@@ -376,7 +376,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
376
376
|
secret_basic = gcp.secretmanager.Secret("secret-basic",
|
377
377
|
secret_id="secret-version",
|
378
378
|
replication={
|
379
|
-
"
|
379
|
+
"user_managed": {
|
380
380
|
"replicas": [{
|
381
381
|
"location": "us-central1",
|
382
382
|
}],
|
@@ -455,7 +455,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
455
455
|
secret_basic = gcp.secretmanager.Secret("secret-basic",
|
456
456
|
secret_id="secret-version",
|
457
457
|
replication={
|
458
|
-
"
|
458
|
+
"user_managed": {
|
459
459
|
"replicas": [{
|
460
460
|
"location": "us-central1",
|
461
461
|
}],
|
@@ -475,7 +475,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
475
475
|
secret_basic = gcp.secretmanager.Secret("secret-basic",
|
476
476
|
secret_id="secret-version",
|
477
477
|
replication={
|
478
|
-
"
|
478
|
+
"user_managed": {
|
479
479
|
"replicas": [{
|
480
480
|
"location": "us-central1",
|
481
481
|
}],
|
@@ -496,7 +496,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
496
496
|
secret_basic = gcp.secretmanager.Secret("secret-basic",
|
497
497
|
secret_id="secret-version",
|
498
498
|
replication={
|
499
|
-
"
|
499
|
+
"user_managed": {
|
500
500
|
"replicas": [{
|
501
501
|
"location": "us-central1",
|
502
502
|
}],
|
@@ -459,31 +459,31 @@ class Instance(pulumi.CustomResource):
|
|
459
459
|
location="us-central1",
|
460
460
|
tier="ENTERPRISE",
|
461
461
|
publishing_options={
|
462
|
-
"
|
463
|
-
"
|
462
|
+
"publish_ca_cert": True,
|
463
|
+
"publish_crl": True,
|
464
464
|
})
|
465
465
|
root_ca = gcp.certificateauthority.Authority("root_ca",
|
466
466
|
pool=ca_pool.name,
|
467
467
|
certificate_authority_id="root-ca",
|
468
468
|
location="us-central1",
|
469
469
|
config={
|
470
|
-
"
|
470
|
+
"subject_config": {
|
471
471
|
"subject": {
|
472
472
|
"organization": "google",
|
473
|
-
"
|
473
|
+
"common_name": "my-certificate-authority",
|
474
474
|
},
|
475
475
|
},
|
476
|
-
"
|
477
|
-
"
|
478
|
-
"
|
476
|
+
"x509_config": {
|
477
|
+
"ca_options": {
|
478
|
+
"is_ca": True,
|
479
479
|
},
|
480
|
-
"
|
481
|
-
"
|
482
|
-
"
|
483
|
-
"
|
480
|
+
"key_usage": {
|
481
|
+
"base_key_usage": {
|
482
|
+
"cert_sign": True,
|
483
|
+
"crl_sign": True,
|
484
484
|
},
|
485
|
-
"
|
486
|
-
"
|
485
|
+
"extended_key_usage": {
|
486
|
+
"server_auth": True,
|
487
487
|
},
|
488
488
|
},
|
489
489
|
},
|
@@ -506,8 +506,8 @@ class Instance(pulumi.CustomResource):
|
|
506
506
|
instance_id="my-instance",
|
507
507
|
location="us-central1",
|
508
508
|
private_config={
|
509
|
-
"
|
510
|
-
"
|
509
|
+
"is_private": True,
|
510
|
+
"ca_pool": ca_pool.id,
|
511
511
|
},
|
512
512
|
opts = pulumi.ResourceOptions(depends_on=[
|
513
513
|
root_ca,
|
@@ -627,31 +627,31 @@ class Instance(pulumi.CustomResource):
|
|
627
627
|
location="us-central1",
|
628
628
|
tier="ENTERPRISE",
|
629
629
|
publishing_options={
|
630
|
-
"
|
631
|
-
"
|
630
|
+
"publish_ca_cert": True,
|
631
|
+
"publish_crl": True,
|
632
632
|
})
|
633
633
|
root_ca = gcp.certificateauthority.Authority("root_ca",
|
634
634
|
pool=ca_pool.name,
|
635
635
|
certificate_authority_id="root-ca",
|
636
636
|
location="us-central1",
|
637
637
|
config={
|
638
|
-
"
|
638
|
+
"subject_config": {
|
639
639
|
"subject": {
|
640
640
|
"organization": "google",
|
641
|
-
"
|
641
|
+
"common_name": "my-certificate-authority",
|
642
642
|
},
|
643
643
|
},
|
644
|
-
"
|
645
|
-
"
|
646
|
-
"
|
644
|
+
"x509_config": {
|
645
|
+
"ca_options": {
|
646
|
+
"is_ca": True,
|
647
647
|
},
|
648
|
-
"
|
649
|
-
"
|
650
|
-
"
|
651
|
-
"
|
648
|
+
"key_usage": {
|
649
|
+
"base_key_usage": {
|
650
|
+
"cert_sign": True,
|
651
|
+
"crl_sign": True,
|
652
652
|
},
|
653
|
-
"
|
654
|
-
"
|
653
|
+
"extended_key_usage": {
|
654
|
+
"server_auth": True,
|
655
655
|
},
|
656
656
|
},
|
657
657
|
},
|
@@ -674,8 +674,8 @@ class Instance(pulumi.CustomResource):
|
|
674
674
|
instance_id="my-instance",
|
675
675
|
location="us-central1",
|
676
676
|
private_config={
|
677
|
-
"
|
678
|
-
"
|
677
|
+
"is_private": True,
|
678
|
+
"ca_pool": ca_pool.id,
|
679
679
|
},
|
680
680
|
opts = pulumi.ResourceOptions(depends_on=[
|
681
681
|
root_ca,
|
@@ -376,7 +376,7 @@ class Repository(pulumi.CustomResource):
|
|
376
376
|
instance=instance.name,
|
377
377
|
description="This is a test repository",
|
378
378
|
initial_config={
|
379
|
-
"
|
379
|
+
"default_branch": "main",
|
380
380
|
"gitignores": ["python"],
|
381
381
|
"license": "mit",
|
382
382
|
"readme": "default",
|
@@ -472,7 +472,7 @@ class Repository(pulumi.CustomResource):
|
|
472
472
|
instance=instance.name,
|
473
473
|
description="This is a test repository",
|
474
474
|
initial_config={
|
475
|
-
"
|
475
|
+
"default_branch": "main",
|
476
476
|
"gitignores": ["python"],
|
477
477
|
"license": "mit",
|
478
478
|
"readme": "default",
|
@@ -19,6 +19,7 @@ from .mute_config import *
|
|
19
19
|
from .notification_config import *
|
20
20
|
from .organization_custom_module import *
|
21
21
|
from .project_custom_module import *
|
22
|
+
from .project_notification_config import *
|
22
23
|
from .source import *
|
23
24
|
from .source_iam_binding import *
|
24
25
|
from .source_iam_member import *
|