pulumi-gcp 7.33.0a1721887782__py3-none-any.whl → 7.33.0a1721974181__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/_utilities.py +2 -0
- pulumi_gcp/accesscontextmanager/access_level.py +8 -8
- pulumi_gcp/accesscontextmanager/access_level_condition.py +18 -18
- pulumi_gcp/accesscontextmanager/access_levels.py +16 -16
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +8 -8
- pulumi_gcp/accesscontextmanager/service_perimeter.py +66 -66
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +12 -12
- pulumi_gcp/alloydb/cluster.py +22 -22
- pulumi_gcp/alloydb/instance.py +8 -8
- pulumi_gcp/apigee/addons_config.py +14 -14
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +6 -6
- pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
- pulumi_gcp/appengine/domain_mapping.py +2 -2
- pulumi_gcp/appengine/engine_split_traffic.py +10 -10
- pulumi_gcp/appengine/flexible_app_version.py +18 -18
- pulumi_gcp/appengine/service_network_settings.py +4 -4
- pulumi_gcp/appengine/standard_app_version.py +26 -26
- pulumi_gcp/apphub/application.py +12 -12
- pulumi_gcp/apphub/service.py +12 -12
- pulumi_gcp/applicationintegration/auth_config.py +4 -4
- pulumi_gcp/applicationintegration/client.py +8 -8
- pulumi_gcp/artifactregistry/repository.py +102 -102
- pulumi_gcp/assuredworkloads/workload.py +26 -26
- pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
- pulumi_gcp/beyondcorp/app_connection.py +6 -6
- pulumi_gcp/beyondcorp/app_connector.py +4 -4
- pulumi_gcp/biglake/database.py +2 -2
- pulumi_gcp/biglake/table.py +24 -24
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -30
- pulumi_gcp/bigquery/dataset_access.py +26 -26
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/reservation.py +2 -2
- pulumi_gcp/bigquery/routine.py +40 -40
- pulumi_gcp/bigquery/table.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +2 -2
- pulumi_gcp/bigtable/authorized_view.py +16 -16
- pulumi_gcp/bigtable/gc_policy.py +8 -8
- pulumi_gcp/bigtable/instance.py +24 -24
- pulumi_gcp/bigtable/table.py +6 -6
- pulumi_gcp/billing/budget.py +64 -64
- pulumi_gcp/binaryauthorization/attestor.py +20 -20
- pulumi_gcp/binaryauthorization/policy.py +26 -26
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +32 -32
- pulumi_gcp/certificateauthority/authority.py +222 -222
- pulumi_gcp/certificateauthority/ca_pool.py +108 -108
- pulumi_gcp/certificateauthority/certificate.py +338 -338
- pulumi_gcp/certificateauthority/certificate_template.py +70 -70
- pulumi_gcp/certificatemanager/certificate.py +76 -76
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +30 -30
- pulumi_gcp/certificatemanager/certificate_map_entry.py +2 -2
- pulumi_gcp/certificatemanager/trust_config.py +12 -12
- pulumi_gcp/cloudasset/folder_feed.py +2 -2
- pulumi_gcp/cloudasset/organization_feed.py +2 -2
- pulumi_gcp/cloudasset/project_feed.py +2 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +26 -26
- pulumi_gcp/cloudbuild/trigger.py +228 -228
- pulumi_gcp/cloudbuild/worker_pool.py +16 -16
- pulumi_gcp/cloudbuildv2/connection.py +24 -24
- pulumi_gcp/cloudbuildv2/repository.py +18 -18
- pulumi_gcp/clouddeploy/automation.py +16 -16
- pulumi_gcp/clouddeploy/custom_target_type.py +26 -26
- pulumi_gcp/clouddeploy/delivery_pipeline.py +50 -50
- pulumi_gcp/clouddeploy/target.py +6 -6
- pulumi_gcp/clouddomains/registration.py +48 -48
- pulumi_gcp/cloudfunctionsv2/function.py +292 -292
- pulumi_gcp/cloudquota/s_quota_preference.py +2 -2
- pulumi_gcp/cloudrun/domain_mapping.py +2 -2
- pulumi_gcp/cloudrun/service.py +60 -60
- pulumi_gcp/cloudrunv2/job.py +30 -30
- pulumi_gcp/cloudrunv2/service.py +78 -78
- pulumi_gcp/cloudscheduler/job.py +40 -40
- pulumi_gcp/cloudtasks/queue.py +16 -16
- pulumi_gcp/composer/get_image_versions.py +4 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +4 -4
- pulumi_gcp/composer/user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/address.py +6 -6
- pulumi_gcp/compute/attached_disk.py +2 -2
- pulumi_gcp/compute/autoscaler.py +24 -24
- pulumi_gcp/compute/backend_bucket.py +8 -8
- pulumi_gcp/compute/backend_service.py +72 -72
- pulumi_gcp/compute/backend_service_signed_url_key.py +6 -6
- pulumi_gcp/compute/disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/external_vpn_gateway.py +2 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -18
- pulumi_gcp/compute/forwarding_rule.py +24 -24
- pulumi_gcp/compute/get_disk.py +2 -2
- pulumi_gcp/compute/get_image.py +2 -2
- pulumi_gcp/compute/get_instance_serial_port.py +4 -4
- pulumi_gcp/compute/global_forwarding_rule.py +50 -50
- pulumi_gcp/compute/ha_vpn_gateway.py +4 -4
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/instance.py +4 -4
- pulumi_gcp/compute/instance_from_template.py +6 -6
- pulumi_gcp/compute/instance_group_manager.py +18 -18
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/instance_group_named_port.py +4 -4
- pulumi_gcp/compute/instance_template.py +24 -24
- pulumi_gcp/compute/machine_image.py +6 -6
- pulumi_gcp/compute/managed_ssl_certificate.py +6 -6
- pulumi_gcp/compute/manged_ssl_certificate.py +6 -6
- pulumi_gcp/compute/network_attachment.py +4 -4
- pulumi_gcp/compute/network_endpoint.py +4 -4
- pulumi_gcp/compute/network_endpoint_list.py +12 -12
- pulumi_gcp/compute/network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/network_peering_routes_config.py +18 -18
- pulumi_gcp/compute/node_group.py +12 -12
- pulumi_gcp/compute/organization_security_policy_association.py +8 -8
- pulumi_gcp/compute/organization_security_policy_rule.py +8 -8
- pulumi_gcp/compute/packet_mirroring.py +8 -8
- pulumi_gcp/compute/per_instance_config.py +8 -8
- pulumi_gcp/compute/region_autoscaler.py +18 -18
- pulumi_gcp/compute/region_backend_service.py +42 -42
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +18 -18
- pulumi_gcp/compute/region_network_endpoint.py +4 -4
- pulumi_gcp/compute/region_network_endpoint_group.py +20 -20
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/region_per_instance_config.py +12 -12
- pulumi_gcp/compute/region_security_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +32 -32
- pulumi_gcp/compute/region_target_http_proxy.py +10 -10
- pulumi_gcp/compute/region_target_https_proxy.py +28 -28
- pulumi_gcp/compute/region_url_map.py +314 -314
- pulumi_gcp/compute/reservation.py +6 -6
- pulumi_gcp/compute/resource_policy.py +56 -56
- pulumi_gcp/compute/router.py +6 -6
- pulumi_gcp/compute/router_nat.py +16 -16
- pulumi_gcp/compute/router_peer.py +16 -16
- pulumi_gcp/compute/security_policy.py +54 -54
- pulumi_gcp/compute/security_policy_rule.py +20 -20
- pulumi_gcp/compute/service_attachment.py +12 -12
- pulumi_gcp/compute/subnetwork.py +8 -8
- pulumi_gcp/compute/target_grpc_proxy.py +66 -66
- pulumi_gcp/compute/target_http_proxy.py +16 -16
- pulumi_gcp/compute/target_https_proxy.py +40 -40
- pulumi_gcp/compute/target_instance.py +10 -10
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/container/attached_cluster.py +20 -20
- pulumi_gcp/container/aws_cluster.py +176 -176
- pulumi_gcp/container/aws_node_pool.py +288 -288
- pulumi_gcp/container/azure_cluster.py +34 -34
- pulumi_gcp/container/azure_node_pool.py +38 -38
- pulumi_gcp/container/cluster.py +10 -10
- pulumi_gcp/container/node_pool.py +18 -18
- pulumi_gcp/containeranalysis/note.py +4 -4
- pulumi_gcp/databasemigrationservice/connection_profile.py +60 -60
- pulumi_gcp/databasemigrationservice/private_connection.py +2 -2
- pulumi_gcp/datacatalog/entry.py +2 -2
- pulumi_gcp/datacatalog/tag.py +112 -112
- pulumi_gcp/datacatalog/tag_template.py +28 -28
- pulumi_gcp/dataflow/pipeline.py +32 -32
- pulumi_gcp/dataform/repository.py +10 -10
- pulumi_gcp/dataform/repository_release_config.py +24 -24
- pulumi_gcp/dataform/repository_workflow_config.py +36 -36
- pulumi_gcp/datafusion/instance.py +14 -14
- pulumi_gcp/dataloss/prevention_deidentify_template.py +66 -66
- pulumi_gcp/dataloss/prevention_inspect_template.py +124 -124
- pulumi_gcp/dataloss/prevention_job_trigger.py +292 -292
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -10
- pulumi_gcp/dataplex/asset.py +2 -2
- pulumi_gcp/dataplex/datascan.py +76 -76
- pulumi_gcp/dataplex/task.py +64 -64
- pulumi_gcp/dataplex/zone.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy.py +14 -14
- pulumi_gcp/dataproc/cluster.py +58 -58
- pulumi_gcp/dataproc/job.py +18 -18
- pulumi_gcp/dataproc/metastore_federation.py +10 -10
- pulumi_gcp/dataproc/metastore_service.py +52 -52
- pulumi_gcp/dataproc/workflow_template.py +52 -52
- pulumi_gcp/datastream/connection_profile.py +18 -18
- pulumi_gcp/datastream/stream.py +222 -222
- pulumi_gcp/diagflow/cx_agent.py +22 -22
- pulumi_gcp/diagflow/cx_entity_type.py +2 -2
- pulumi_gcp/diagflow/cx_environment.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +98 -98
- pulumi_gcp/diagflow/cx_intent.py +6 -6
- pulumi_gcp/diagflow/cx_page.py +154 -154
- pulumi_gcp/diagflow/cx_security_settings.py +22 -22
- pulumi_gcp/diagflow/cx_test_case.py +46 -46
- pulumi_gcp/diagflow/cx_version.py +2 -2
- pulumi_gcp/diagflow/cx_webhook.py +2 -2
- pulumi_gcp/diagflow/fulfillment.py +2 -2
- pulumi_gcp/discoveryengine/chat_engine.py +8 -8
- pulumi_gcp/discoveryengine/data_store.py +12 -12
- pulumi_gcp/dns/get_keys.py +2 -2
- pulumi_gcp/dns/managed_zone.py +48 -48
- pulumi_gcp/dns/policy.py +12 -12
- pulumi_gcp/dns/record_set.py +20 -20
- pulumi_gcp/dns/response_policy.py +26 -26
- pulumi_gcp/dns/response_policy_rule.py +6 -6
- pulumi_gcp/edgecontainer/cluster.py +32 -32
- pulumi_gcp/edgecontainer/node_pool.py +28 -28
- pulumi_gcp/edgecontainer/vpn_connection.py +6 -6
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +20 -20
- pulumi_gcp/eventarc/trigger.py +10 -10
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/filestore/instance.py +28 -28
- pulumi_gcp/filestore/snapshot.py +4 -4
- pulumi_gcp/firebase/android_app.py +8 -8
- pulumi_gcp/firebase/apple_app.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +34 -34
- pulumi_gcp/firebase/hosting_custom_domain.py +2 -2
- pulumi_gcp/firebase/hosting_release.py +4 -4
- pulumi_gcp/firebase/hosting_version.py +4 -4
- pulumi_gcp/firebase/web_app.py +4 -4
- pulumi_gcp/firestore/database.py +4 -4
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/firestore/index.py +16 -16
- pulumi_gcp/folder/access_approval_settings.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +12 -12
- pulumi_gcp/folder/iam_member.py +12 -12
- pulumi_gcp/folder/iam_policy.py +12 -12
- pulumi_gcp/folder/organization_policy.py +2 -2
- pulumi_gcp/gkebackup/backup_plan.py +130 -130
- pulumi_gcp/gkebackup/restore_plan.py +262 -262
- pulumi_gcp/gkehub/feature.py +90 -90
- pulumi_gcp/gkehub/feature_membership.py +66 -66
- pulumi_gcp/gkehub/fleet.py +4 -4
- pulumi_gcp/gkehub/membership.py +14 -14
- pulumi_gcp/gkehub/membership_binding.py +4 -4
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +6 -6
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +100 -100
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +182 -182
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +100 -100
- pulumi_gcp/gkeonprem/v_mware_cluster.py +112 -112
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +24 -24
- pulumi_gcp/healthcare/dataset.py +2 -2
- pulumi_gcp/healthcare/dicom_store.py +10 -10
- pulumi_gcp/healthcare/fhir_store.py +22 -22
- pulumi_gcp/healthcare/hl7_store.py +10 -10
- pulumi_gcp/iam/access_boundary_policy.py +16 -16
- pulumi_gcp/iam/deny_policy.py +18 -18
- pulumi_gcp/iam/workforce_pool.py +4 -4
- pulumi_gcp/iam/workforce_pool_provider.py +84 -84
- pulumi_gcp/iam/workload_identity_pool_provider.py +20 -20
- pulumi_gcp/identityplatform/config.py +32 -32
- pulumi_gcp/identityplatform/inbound_saml_config.py +14 -14
- pulumi_gcp/identityplatform/project_default_config.py +10 -10
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +14 -14
- pulumi_gcp/integrationconnectors/connection.py +132 -132
- pulumi_gcp/integrationconnectors/managed_zone.py +2 -2
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/secret_ciphertext.py +4 -4
- pulumi_gcp/logging/folder_bucket_config.py +2 -2
- pulumi_gcp/logging/metric.py +28 -28
- pulumi_gcp/logging/organization_bucket_config.py +2 -2
- pulumi_gcp/logging/project_bucket_config.py +4 -4
- pulumi_gcp/looker/instance.py +38 -38
- pulumi_gcp/managedkafka/cluster.py +18 -18
- pulumi_gcp/managedkafka/topic.py +8 -8
- pulumi_gcp/memcache/instance.py +8 -8
- pulumi_gcp/migrationcenter/preference_set.py +46 -46
- pulumi_gcp/monitoring/alert_policy.py +42 -42
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +4 -4
- pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
- pulumi_gcp/monitoring/get_notification_channel.py +8 -8
- pulumi_gcp/monitoring/metric_descriptor.py +10 -10
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +28 -28
- pulumi_gcp/monitoring/uptime_check_config.py +66 -66
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/netapp/volume_replication.py +6 -6
- pulumi_gcp/networkconnectivity/policy_based_route.py +10 -10
- pulumi_gcp/networkconnectivity/spoke.py +16 -16
- pulumi_gcp/networkmanagement/connectivity_test.py +18 -18
- pulumi_gcp/networksecurity/authorization_policy.py +10 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +12 -12
- pulumi_gcp/networksecurity/gateway_security_policy.py +42 -42
- pulumi_gcp/networksecurity/security_profile.py +6 -6
- pulumi_gcp/networksecurity/server_tls_policy.py +36 -36
- pulumi_gcp/networksecurity/tls_inspection_policy.py +92 -92
- pulumi_gcp/networkservices/edge_cache_keyset.py +2 -2
- pulumi_gcp/networkservices/edge_cache_origin.py +30 -30
- pulumi_gcp/networkservices/edge_cache_service.py +260 -260
- pulumi_gcp/networkservices/endpoint_policy.py +14 -14
- pulumi_gcp/networkservices/gateway.py +8 -8
- pulumi_gcp/networkservices/grpc_route.py +36 -36
- pulumi_gcp/networkservices/http_route.py +148 -148
- pulumi_gcp/networkservices/service_lb_policies.py +2 -2
- pulumi_gcp/networkservices/tcp_route.py +16 -16
- pulumi_gcp/networkservices/tls_route.py +12 -12
- pulumi_gcp/notebooks/instance.py +10 -10
- pulumi_gcp/notebooks/runtime.py +90 -90
- pulumi_gcp/organizations/access_approval_settings.py +8 -8
- pulumi_gcp/organizations/iam_audit_config.py +4 -4
- pulumi_gcp/organizations/iam_member.py +12 -12
- pulumi_gcp/organizations/iam_policy.py +12 -12
- pulumi_gcp/organizations/policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +12 -12
- pulumi_gcp/osconfig/guest_policies.py +28 -28
- pulumi_gcp/osconfig/os_policy_assignment.py +42 -42
- pulumi_gcp/osconfig/patch_deployment.py +70 -70
- pulumi_gcp/privilegedaccessmanager/entitlement.py +20 -20
- pulumi_gcp/projects/access_approval_settings.py +6 -6
- pulumi_gcp/projects/api_key.py +28 -28
- pulumi_gcp/projects/iam_audit_config.py +12 -12
- pulumi_gcp/projects/iam_binding.py +12 -12
- pulumi_gcp/projects/iam_member.py +12 -12
- pulumi_gcp/projects/iam_policy.py +12 -12
- pulumi_gcp/projects/organization_policy.py +2 -2
- pulumi_gcp/pubsub/lite_subscription.py +8 -8
- pulumi_gcp/pubsub/lite_topic.py +8 -8
- pulumi_gcp/pubsub/subscription.py +50 -50
- pulumi_gcp/pubsub/topic.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +54 -54
- pulumi_gcp/redis/instance.py +8 -8
- pulumi_gcp/secretmanager/secret.py +6 -6
- pulumi_gcp/secretmanager/secret_version.py +6 -6
- pulumi_gcp/securesourcemanager/instance.py +30 -30
- pulumi_gcp/securesourcemanager/repository.py +2 -2
- pulumi_gcp/securitycenter/folder_custom_module.py +12 -12
- pulumi_gcp/securitycenter/instance_iam_binding.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_member.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_policy.py +14 -14
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/organization_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/sourcerepo/repository.py +4 -4
- pulumi_gcp/spanner/instance.py +12 -12
- pulumi_gcp/sql/database_instance.py +28 -28
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/bucket.py +12 -12
- pulumi_gcp/storage/get_project_service_account.py +2 -2
- pulumi_gcp/storage/insights_report_config.py +16 -16
- pulumi_gcp/storage/transfer_agent_pool.py +2 -2
- pulumi_gcp/storage/transfer_job.py +38 -38
- pulumi_gcp/tpu/v2_vm.py +8 -8
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +16 -16
- pulumi_gcp/vertex/ai_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_feature_group.py +6 -6
- pulumi_gcp/vertex/ai_feature_group_feature.py +6 -6
- pulumi_gcp/vertex/ai_feature_online_store.py +22 -22
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +76 -76
- pulumi_gcp/vertex/ai_feature_store.py +14 -14
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +30 -30
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +12 -12
- pulumi_gcp/vertex/ai_index.py +28 -28
- pulumi_gcp/vertex/ai_index_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_tensorboard.py +2 -2
- pulumi_gcp/vmwareengine/cluster.py +36 -36
- pulumi_gcp/vmwareengine/external_access_rule.py +20 -20
- pulumi_gcp/vmwareengine/external_address.py +12 -12
- pulumi_gcp/vmwareengine/private_cloud.py +26 -26
- pulumi_gcp/vmwareengine/subnet.py +12 -12
- pulumi_gcp/workbench/instance.py +66 -66
- pulumi_gcp/workstations/workstation.py +8 -8
- pulumi_gcp/workstations/workstation_cluster.py +4 -4
- pulumi_gcp/workstations/workstation_config.py +122 -122
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/top_level.txt +0 -0
@@ -462,9 +462,9 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
462
462
|
location="us-central1",
|
463
463
|
description="A sample certificate template",
|
464
464
|
identity_constraints={
|
465
|
-
"
|
466
|
-
"
|
467
|
-
"
|
465
|
+
"allow_subject_alt_names_passthrough": True,
|
466
|
+
"allow_subject_passthrough": True,
|
467
|
+
"cel_expression": {
|
468
468
|
"description": "Always true",
|
469
469
|
"expression": "true",
|
470
470
|
"location": "any.file.anywhere",
|
@@ -473,18 +473,18 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
473
473
|
},
|
474
474
|
maximum_lifetime="86400s",
|
475
475
|
passthrough_extensions={
|
476
|
-
"
|
477
|
-
"
|
476
|
+
"additional_extensions": [{
|
477
|
+
"object_id_paths": [
|
478
478
|
1,
|
479
479
|
6,
|
480
480
|
],
|
481
481
|
}],
|
482
|
-
"
|
482
|
+
"known_extensions": ["EXTENDED_KEY_USAGE"],
|
483
483
|
},
|
484
484
|
predefined_values={
|
485
|
-
"
|
486
|
-
"
|
487
|
-
"
|
485
|
+
"additional_extensions": [{
|
486
|
+
"object_id": {
|
487
|
+
"object_id_paths": [
|
488
488
|
1,
|
489
489
|
6,
|
490
490
|
],
|
@@ -492,40 +492,40 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
492
492
|
"value": "c3RyaW5nCg==",
|
493
493
|
"critical": True,
|
494
494
|
}],
|
495
|
-
"
|
496
|
-
"
|
497
|
-
"
|
498
|
-
"
|
495
|
+
"aia_ocsp_servers": ["string"],
|
496
|
+
"ca_options": {
|
497
|
+
"is_ca": False,
|
498
|
+
"max_issuer_path_length": 6,
|
499
499
|
},
|
500
|
-
"
|
501
|
-
"
|
502
|
-
"
|
503
|
-
"
|
504
|
-
"
|
505
|
-
"
|
506
|
-
"
|
507
|
-
"
|
508
|
-
"
|
509
|
-
"
|
510
|
-
"
|
500
|
+
"key_usage": {
|
501
|
+
"base_key_usage": {
|
502
|
+
"cert_sign": False,
|
503
|
+
"content_commitment": True,
|
504
|
+
"crl_sign": False,
|
505
|
+
"data_encipherment": True,
|
506
|
+
"decipher_only": True,
|
507
|
+
"digital_signature": True,
|
508
|
+
"encipher_only": True,
|
509
|
+
"key_agreement": True,
|
510
|
+
"key_encipherment": True,
|
511
511
|
},
|
512
|
-
"
|
513
|
-
"
|
514
|
-
"
|
515
|
-
"
|
516
|
-
"
|
517
|
-
"
|
518
|
-
"
|
512
|
+
"extended_key_usage": {
|
513
|
+
"client_auth": True,
|
514
|
+
"code_signing": True,
|
515
|
+
"email_protection": True,
|
516
|
+
"ocsp_signing": True,
|
517
|
+
"server_auth": True,
|
518
|
+
"time_stamping": True,
|
519
519
|
},
|
520
|
-
"
|
521
|
-
"
|
520
|
+
"unknown_extended_key_usages": [{
|
521
|
+
"object_id_paths": [
|
522
522
|
1,
|
523
523
|
6,
|
524
524
|
],
|
525
525
|
}],
|
526
526
|
},
|
527
|
-
"
|
528
|
-
"
|
527
|
+
"policy_ids": [{
|
528
|
+
"object_id_paths": [
|
529
529
|
1,
|
530
530
|
6,
|
531
531
|
],
|
@@ -611,9 +611,9 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
611
611
|
location="us-central1",
|
612
612
|
description="A sample certificate template",
|
613
613
|
identity_constraints={
|
614
|
-
"
|
615
|
-
"
|
616
|
-
"
|
614
|
+
"allow_subject_alt_names_passthrough": True,
|
615
|
+
"allow_subject_passthrough": True,
|
616
|
+
"cel_expression": {
|
617
617
|
"description": "Always true",
|
618
618
|
"expression": "true",
|
619
619
|
"location": "any.file.anywhere",
|
@@ -622,18 +622,18 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
622
622
|
},
|
623
623
|
maximum_lifetime="86400s",
|
624
624
|
passthrough_extensions={
|
625
|
-
"
|
626
|
-
"
|
625
|
+
"additional_extensions": [{
|
626
|
+
"object_id_paths": [
|
627
627
|
1,
|
628
628
|
6,
|
629
629
|
],
|
630
630
|
}],
|
631
|
-
"
|
631
|
+
"known_extensions": ["EXTENDED_KEY_USAGE"],
|
632
632
|
},
|
633
633
|
predefined_values={
|
634
|
-
"
|
635
|
-
"
|
636
|
-
"
|
634
|
+
"additional_extensions": [{
|
635
|
+
"object_id": {
|
636
|
+
"object_id_paths": [
|
637
637
|
1,
|
638
638
|
6,
|
639
639
|
],
|
@@ -641,40 +641,40 @@ class CertificateTemplate(pulumi.CustomResource):
|
|
641
641
|
"value": "c3RyaW5nCg==",
|
642
642
|
"critical": True,
|
643
643
|
}],
|
644
|
-
"
|
645
|
-
"
|
646
|
-
"
|
647
|
-
"
|
644
|
+
"aia_ocsp_servers": ["string"],
|
645
|
+
"ca_options": {
|
646
|
+
"is_ca": False,
|
647
|
+
"max_issuer_path_length": 6,
|
648
648
|
},
|
649
|
-
"
|
650
|
-
"
|
651
|
-
"
|
652
|
-
"
|
653
|
-
"
|
654
|
-
"
|
655
|
-
"
|
656
|
-
"
|
657
|
-
"
|
658
|
-
"
|
659
|
-
"
|
649
|
+
"key_usage": {
|
650
|
+
"base_key_usage": {
|
651
|
+
"cert_sign": False,
|
652
|
+
"content_commitment": True,
|
653
|
+
"crl_sign": False,
|
654
|
+
"data_encipherment": True,
|
655
|
+
"decipher_only": True,
|
656
|
+
"digital_signature": True,
|
657
|
+
"encipher_only": True,
|
658
|
+
"key_agreement": True,
|
659
|
+
"key_encipherment": True,
|
660
660
|
},
|
661
|
-
"
|
662
|
-
"
|
663
|
-
"
|
664
|
-
"
|
665
|
-
"
|
666
|
-
"
|
667
|
-
"
|
661
|
+
"extended_key_usage": {
|
662
|
+
"client_auth": True,
|
663
|
+
"code_signing": True,
|
664
|
+
"email_protection": True,
|
665
|
+
"ocsp_signing": True,
|
666
|
+
"server_auth": True,
|
667
|
+
"time_stamping": True,
|
668
668
|
},
|
669
|
-
"
|
670
|
-
"
|
669
|
+
"unknown_extended_key_usages": [{
|
670
|
+
"object_id_paths": [
|
671
671
|
1,
|
672
672
|
6,
|
673
673
|
],
|
674
674
|
}],
|
675
675
|
},
|
676
|
-
"
|
677
|
-
"
|
676
|
+
"policy_ids": [{
|
677
|
+
"object_id_paths": [
|
678
678
|
1,
|
679
679
|
6,
|
680
680
|
],
|
@@ -449,7 +449,7 @@ class Certificate(pulumi.CustomResource):
|
|
449
449
|
instance.domain,
|
450
450
|
instance2.domain,
|
451
451
|
],
|
452
|
-
"
|
452
|
+
"dns_authorizations": [
|
453
453
|
instance.id,
|
454
454
|
instance2.id,
|
455
455
|
],
|
@@ -470,26 +470,26 @@ class Certificate(pulumi.CustomResource):
|
|
470
470
|
pool=pool.name,
|
471
471
|
certificate_authority_id="ca-authority",
|
472
472
|
config={
|
473
|
-
"
|
473
|
+
"subject_config": {
|
474
474
|
"subject": {
|
475
475
|
"organization": "HashiCorp",
|
476
|
-
"
|
476
|
+
"common_name": "my-certificate-authority",
|
477
477
|
},
|
478
|
-
"
|
479
|
-
"
|
478
|
+
"subject_alt_name": {
|
479
|
+
"dns_names": ["hashicorp.com"],
|
480
480
|
},
|
481
481
|
},
|
482
|
-
"
|
483
|
-
"
|
484
|
-
"
|
482
|
+
"x509_config": {
|
483
|
+
"ca_options": {
|
484
|
+
"is_ca": True,
|
485
485
|
},
|
486
|
-
"
|
487
|
-
"
|
488
|
-
"
|
489
|
-
"
|
486
|
+
"key_usage": {
|
487
|
+
"base_key_usage": {
|
488
|
+
"cert_sign": True,
|
489
|
+
"crl_sign": True,
|
490
490
|
},
|
491
|
-
"
|
492
|
-
"
|
491
|
+
"extended_key_usage": {
|
492
|
+
"server_auth": True,
|
493
493
|
},
|
494
494
|
},
|
495
495
|
},
|
@@ -505,8 +505,8 @@ class Certificate(pulumi.CustomResource):
|
|
505
505
|
name="issuance-config",
|
506
506
|
description="sample description for the certificate issuanceConfigs",
|
507
507
|
certificate_authority_config={
|
508
|
-
"
|
509
|
-
"
|
508
|
+
"certificate_authority_service_config": {
|
509
|
+
"ca_pool": pool.id,
|
510
510
|
},
|
511
511
|
},
|
512
512
|
lifetime="1814400s",
|
@@ -519,7 +519,7 @@ class Certificate(pulumi.CustomResource):
|
|
519
519
|
scope="EDGE_CACHE",
|
520
520
|
managed={
|
521
521
|
"domains": ["terraform.subdomain1.com"],
|
522
|
-
"
|
522
|
+
"issuance_config": issuanceconfig.id,
|
523
523
|
})
|
524
524
|
```
|
525
525
|
### Certificate Manager Certificate Basic
|
@@ -545,7 +545,7 @@ class Certificate(pulumi.CustomResource):
|
|
545
545
|
instance.domain,
|
546
546
|
instance2.domain,
|
547
547
|
],
|
548
|
-
"
|
548
|
+
"dns_authorizations": [
|
549
549
|
instance.id,
|
550
550
|
instance2.id,
|
551
551
|
],
|
@@ -563,8 +563,8 @@ class Certificate(pulumi.CustomResource):
|
|
563
563
|
description="Regional cert",
|
564
564
|
location="us-central1",
|
565
565
|
self_managed={
|
566
|
-
"
|
567
|
-
"
|
566
|
+
"pem_certificate": std.file(input="test-fixtures/cert.pem").result,
|
567
|
+
"pem_private_key": std.file(input="test-fixtures/private-key.pem").result,
|
568
568
|
})
|
569
569
|
```
|
570
570
|
### Certificate Manager Google Managed Certificate Issuance Config All Regions
|
@@ -582,26 +582,26 @@ class Certificate(pulumi.CustomResource):
|
|
582
582
|
pool=pool.name,
|
583
583
|
certificate_authority_id="ca-authority",
|
584
584
|
config={
|
585
|
-
"
|
585
|
+
"subject_config": {
|
586
586
|
"subject": {
|
587
587
|
"organization": "HashiCorp",
|
588
|
-
"
|
588
|
+
"common_name": "my-certificate-authority",
|
589
589
|
},
|
590
|
-
"
|
591
|
-
"
|
590
|
+
"subject_alt_name": {
|
591
|
+
"dns_names": ["hashicorp.com"],
|
592
592
|
},
|
593
593
|
},
|
594
|
-
"
|
595
|
-
"
|
596
|
-
"
|
594
|
+
"x509_config": {
|
595
|
+
"ca_options": {
|
596
|
+
"is_ca": True,
|
597
597
|
},
|
598
|
-
"
|
599
|
-
"
|
600
|
-
"
|
601
|
-
"
|
598
|
+
"key_usage": {
|
599
|
+
"base_key_usage": {
|
600
|
+
"cert_sign": True,
|
601
|
+
"crl_sign": True,
|
602
602
|
},
|
603
|
-
"
|
604
|
-
"
|
603
|
+
"extended_key_usage": {
|
604
|
+
"server_auth": True,
|
605
605
|
},
|
606
606
|
},
|
607
607
|
},
|
@@ -617,8 +617,8 @@ class Certificate(pulumi.CustomResource):
|
|
617
617
|
name="issuance-config",
|
618
618
|
description="sample description for the certificate issuanceConfigs",
|
619
619
|
certificate_authority_config={
|
620
|
-
"
|
621
|
-
"
|
620
|
+
"certificate_authority_service_config": {
|
621
|
+
"ca_pool": pool.id,
|
622
622
|
},
|
623
623
|
},
|
624
624
|
lifetime="1814400s",
|
@@ -631,7 +631,7 @@ class Certificate(pulumi.CustomResource):
|
|
631
631
|
scope="ALL_REGIONS",
|
632
632
|
managed={
|
633
633
|
"domains": ["terraform.subdomain1.com"],
|
634
|
-
"
|
634
|
+
"issuance_config": issuanceconfig.id,
|
635
635
|
})
|
636
636
|
```
|
637
637
|
### Certificate Manager Google Managed Certificate Dns All Regions
|
@@ -657,7 +657,7 @@ class Certificate(pulumi.CustomResource):
|
|
657
657
|
instance.domain,
|
658
658
|
instance2.domain,
|
659
659
|
],
|
660
|
-
"
|
660
|
+
"dns_authorizations": [
|
661
661
|
instance.id,
|
662
662
|
instance2.id,
|
663
663
|
],
|
@@ -680,7 +680,7 @@ class Certificate(pulumi.CustomResource):
|
|
680
680
|
location="us-central1",
|
681
681
|
managed={
|
682
682
|
"domains": [instance.domain],
|
683
|
-
"
|
683
|
+
"dns_authorizations": [instance.id],
|
684
684
|
})
|
685
685
|
```
|
686
686
|
|
@@ -776,7 +776,7 @@ class Certificate(pulumi.CustomResource):
|
|
776
776
|
instance.domain,
|
777
777
|
instance2.domain,
|
778
778
|
],
|
779
|
-
"
|
779
|
+
"dns_authorizations": [
|
780
780
|
instance.id,
|
781
781
|
instance2.id,
|
782
782
|
],
|
@@ -797,26 +797,26 @@ class Certificate(pulumi.CustomResource):
|
|
797
797
|
pool=pool.name,
|
798
798
|
certificate_authority_id="ca-authority",
|
799
799
|
config={
|
800
|
-
"
|
800
|
+
"subject_config": {
|
801
801
|
"subject": {
|
802
802
|
"organization": "HashiCorp",
|
803
|
-
"
|
803
|
+
"common_name": "my-certificate-authority",
|
804
804
|
},
|
805
|
-
"
|
806
|
-
"
|
805
|
+
"subject_alt_name": {
|
806
|
+
"dns_names": ["hashicorp.com"],
|
807
807
|
},
|
808
808
|
},
|
809
|
-
"
|
810
|
-
"
|
811
|
-
"
|
809
|
+
"x509_config": {
|
810
|
+
"ca_options": {
|
811
|
+
"is_ca": True,
|
812
812
|
},
|
813
|
-
"
|
814
|
-
"
|
815
|
-
"
|
816
|
-
"
|
813
|
+
"key_usage": {
|
814
|
+
"base_key_usage": {
|
815
|
+
"cert_sign": True,
|
816
|
+
"crl_sign": True,
|
817
817
|
},
|
818
|
-
"
|
819
|
-
"
|
818
|
+
"extended_key_usage": {
|
819
|
+
"server_auth": True,
|
820
820
|
},
|
821
821
|
},
|
822
822
|
},
|
@@ -832,8 +832,8 @@ class Certificate(pulumi.CustomResource):
|
|
832
832
|
name="issuance-config",
|
833
833
|
description="sample description for the certificate issuanceConfigs",
|
834
834
|
certificate_authority_config={
|
835
|
-
"
|
836
|
-
"
|
835
|
+
"certificate_authority_service_config": {
|
836
|
+
"ca_pool": pool.id,
|
837
837
|
},
|
838
838
|
},
|
839
839
|
lifetime="1814400s",
|
@@ -846,7 +846,7 @@ class Certificate(pulumi.CustomResource):
|
|
846
846
|
scope="EDGE_CACHE",
|
847
847
|
managed={
|
848
848
|
"domains": ["terraform.subdomain1.com"],
|
849
|
-
"
|
849
|
+
"issuance_config": issuanceconfig.id,
|
850
850
|
})
|
851
851
|
```
|
852
852
|
### Certificate Manager Certificate Basic
|
@@ -872,7 +872,7 @@ class Certificate(pulumi.CustomResource):
|
|
872
872
|
instance.domain,
|
873
873
|
instance2.domain,
|
874
874
|
],
|
875
|
-
"
|
875
|
+
"dns_authorizations": [
|
876
876
|
instance.id,
|
877
877
|
instance2.id,
|
878
878
|
],
|
@@ -890,8 +890,8 @@ class Certificate(pulumi.CustomResource):
|
|
890
890
|
description="Regional cert",
|
891
891
|
location="us-central1",
|
892
892
|
self_managed={
|
893
|
-
"
|
894
|
-
"
|
893
|
+
"pem_certificate": std.file(input="test-fixtures/cert.pem").result,
|
894
|
+
"pem_private_key": std.file(input="test-fixtures/private-key.pem").result,
|
895
895
|
})
|
896
896
|
```
|
897
897
|
### Certificate Manager Google Managed Certificate Issuance Config All Regions
|
@@ -909,26 +909,26 @@ class Certificate(pulumi.CustomResource):
|
|
909
909
|
pool=pool.name,
|
910
910
|
certificate_authority_id="ca-authority",
|
911
911
|
config={
|
912
|
-
"
|
912
|
+
"subject_config": {
|
913
913
|
"subject": {
|
914
914
|
"organization": "HashiCorp",
|
915
|
-
"
|
915
|
+
"common_name": "my-certificate-authority",
|
916
916
|
},
|
917
|
-
"
|
918
|
-
"
|
917
|
+
"subject_alt_name": {
|
918
|
+
"dns_names": ["hashicorp.com"],
|
919
919
|
},
|
920
920
|
},
|
921
|
-
"
|
922
|
-
"
|
923
|
-
"
|
921
|
+
"x509_config": {
|
922
|
+
"ca_options": {
|
923
|
+
"is_ca": True,
|
924
924
|
},
|
925
|
-
"
|
926
|
-
"
|
927
|
-
"
|
928
|
-
"
|
925
|
+
"key_usage": {
|
926
|
+
"base_key_usage": {
|
927
|
+
"cert_sign": True,
|
928
|
+
"crl_sign": True,
|
929
929
|
},
|
930
|
-
"
|
931
|
-
"
|
930
|
+
"extended_key_usage": {
|
931
|
+
"server_auth": True,
|
932
932
|
},
|
933
933
|
},
|
934
934
|
},
|
@@ -944,8 +944,8 @@ class Certificate(pulumi.CustomResource):
|
|
944
944
|
name="issuance-config",
|
945
945
|
description="sample description for the certificate issuanceConfigs",
|
946
946
|
certificate_authority_config={
|
947
|
-
"
|
948
|
-
"
|
947
|
+
"certificate_authority_service_config": {
|
948
|
+
"ca_pool": pool.id,
|
949
949
|
},
|
950
950
|
},
|
951
951
|
lifetime="1814400s",
|
@@ -958,7 +958,7 @@ class Certificate(pulumi.CustomResource):
|
|
958
958
|
scope="ALL_REGIONS",
|
959
959
|
managed={
|
960
960
|
"domains": ["terraform.subdomain1.com"],
|
961
|
-
"
|
961
|
+
"issuance_config": issuanceconfig.id,
|
962
962
|
})
|
963
963
|
```
|
964
964
|
### Certificate Manager Google Managed Certificate Dns All Regions
|
@@ -984,7 +984,7 @@ class Certificate(pulumi.CustomResource):
|
|
984
984
|
instance.domain,
|
985
985
|
instance2.domain,
|
986
986
|
],
|
987
|
-
"
|
987
|
+
"dns_authorizations": [
|
988
988
|
instance.id,
|
989
989
|
instance2.id,
|
990
990
|
],
|
@@ -1007,7 +1007,7 @@ class Certificate(pulumi.CustomResource):
|
|
1007
1007
|
location="us-central1",
|
1008
1008
|
managed={
|
1009
1009
|
"domains": [instance.domain],
|
1010
|
-
"
|
1010
|
+
"dns_authorizations": [instance.id],
|
1011
1011
|
})
|
1012
1012
|
```
|
1013
1013
|
|
@@ -465,26 +465,26 @@ class CertificateIssuanceConfig(pulumi.CustomResource):
|
|
465
465
|
pool=pool.name,
|
466
466
|
certificate_authority_id="ca-authority",
|
467
467
|
config={
|
468
|
-
"
|
468
|
+
"subject_config": {
|
469
469
|
"subject": {
|
470
470
|
"organization": "HashiCorp",
|
471
|
-
"
|
471
|
+
"common_name": "my-certificate-authority",
|
472
472
|
},
|
473
|
-
"
|
474
|
-
"
|
473
|
+
"subject_alt_name": {
|
474
|
+
"dns_names": ["hashicorp.com"],
|
475
475
|
},
|
476
476
|
},
|
477
|
-
"
|
478
|
-
"
|
479
|
-
"
|
477
|
+
"x509_config": {
|
478
|
+
"ca_options": {
|
479
|
+
"is_ca": True,
|
480
480
|
},
|
481
|
-
"
|
482
|
-
"
|
483
|
-
"
|
484
|
-
"
|
481
|
+
"key_usage": {
|
482
|
+
"base_key_usage": {
|
483
|
+
"cert_sign": True,
|
484
|
+
"crl_sign": True,
|
485
485
|
},
|
486
|
-
"
|
487
|
-
"
|
486
|
+
"extended_key_usage": {
|
487
|
+
"server_auth": True,
|
488
488
|
},
|
489
489
|
},
|
490
490
|
},
|
@@ -499,8 +499,8 @@ class CertificateIssuanceConfig(pulumi.CustomResource):
|
|
499
499
|
name="issuance-config",
|
500
500
|
description="sample description for the certificate issuanceConfigs",
|
501
501
|
certificate_authority_config={
|
502
|
-
"
|
503
|
-
"
|
502
|
+
"certificate_authority_service_config": {
|
503
|
+
"ca_pool": pool.id,
|
504
504
|
},
|
505
505
|
},
|
506
506
|
lifetime="1814400s",
|
@@ -590,26 +590,26 @@ class CertificateIssuanceConfig(pulumi.CustomResource):
|
|
590
590
|
pool=pool.name,
|
591
591
|
certificate_authority_id="ca-authority",
|
592
592
|
config={
|
593
|
-
"
|
593
|
+
"subject_config": {
|
594
594
|
"subject": {
|
595
595
|
"organization": "HashiCorp",
|
596
|
-
"
|
596
|
+
"common_name": "my-certificate-authority",
|
597
597
|
},
|
598
|
-
"
|
599
|
-
"
|
598
|
+
"subject_alt_name": {
|
599
|
+
"dns_names": ["hashicorp.com"],
|
600
600
|
},
|
601
601
|
},
|
602
|
-
"
|
603
|
-
"
|
604
|
-
"
|
602
|
+
"x509_config": {
|
603
|
+
"ca_options": {
|
604
|
+
"is_ca": True,
|
605
605
|
},
|
606
|
-
"
|
607
|
-
"
|
608
|
-
"
|
609
|
-
"
|
606
|
+
"key_usage": {
|
607
|
+
"base_key_usage": {
|
608
|
+
"cert_sign": True,
|
609
|
+
"crl_sign": True,
|
610
610
|
},
|
611
|
-
"
|
612
|
-
"
|
611
|
+
"extended_key_usage": {
|
612
|
+
"server_auth": True,
|
613
613
|
},
|
614
614
|
},
|
615
615
|
},
|
@@ -624,8 +624,8 @@ class CertificateIssuanceConfig(pulumi.CustomResource):
|
|
624
624
|
name="issuance-config",
|
625
625
|
description="sample description for the certificate issuanceConfigs",
|
626
626
|
certificate_authority_config={
|
627
|
-
"
|
628
|
-
"
|
627
|
+
"certificate_authority_service_config": {
|
628
|
+
"ca_pool": pool.id,
|
629
629
|
},
|
630
630
|
},
|
631
631
|
lifetime="1814400s",
|
@@ -486,7 +486,7 @@ class CertificateMapEntry(pulumi.CustomResource):
|
|
486
486
|
instance.domain,
|
487
487
|
instance2.domain,
|
488
488
|
],
|
489
|
-
"
|
489
|
+
"dns_authorizations": [
|
490
490
|
instance.id,
|
491
491
|
instance2.id,
|
492
492
|
],
|
@@ -595,7 +595,7 @@ class CertificateMapEntry(pulumi.CustomResource):
|
|
595
595
|
instance.domain,
|
596
596
|
instance2.domain,
|
597
597
|
],
|
598
|
-
"
|
598
|
+
"dns_authorizations": [
|
599
599
|
instance.id,
|
600
600
|
instance2.id,
|
601
601
|
],
|