pulumi-gcp 8.8.0a1730615974__py3-none-any.whl → 8.8.0a1730856812__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 +8 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
- pulumi_gcp/apigateway/api_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_iam_policy.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
- pulumi_gcp/apigee/environment_iam_binding.py +4 -4
- pulumi_gcp/apigee/environment_iam_member.py +4 -4
- pulumi_gcp/apigee/environment_iam_policy.py +4 -4
- pulumi_gcp/appengine/engine_split_traffic.py +4 -4
- pulumi_gcp/apphub/_inputs.py +6 -3
- pulumi_gcp/apphub/application.py +30 -4
- pulumi_gcp/apphub/outputs.py +8 -4
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +37 -0
- pulumi_gcp/assuredworkloads/workload.py +56 -3
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
- pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
- pulumi_gcp/biglake/table.py +12 -12
- pulumi_gcp/bigquery/_inputs.py +60 -0
- pulumi_gcp/bigquery/connection.py +2 -2
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
- pulumi_gcp/bigquery/connection_iam_member.py +2 -2
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/dataset.py +99 -2
- pulumi_gcp/bigquery/dataset_access.py +2 -2
- pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
- pulumi_gcp/bigquery/get_dataset.py +12 -1
- pulumi_gcp/bigquery/iam_binding.py +2 -2
- pulumi_gcp/bigquery/iam_member.py +2 -2
- pulumi_gcp/bigquery/iam_policy.py +2 -2
- pulumi_gcp/bigquery/outputs.py +87 -0
- pulumi_gcp/bigquery/routine.py +6 -6
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
- pulumi_gcp/cloudbuild/trigger.py +18 -18
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function.py +22 -22
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/iam_binding.py +2 -2
- pulumi_gcp/cloudrun/iam_member.py +2 -2
- pulumi_gcp/cloudrun/iam_policy.py +2 -2
- pulumi_gcp/cloudrun/service.py +24 -24
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/service.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
- pulumi_gcp/cloudscheduler/job.py +4 -4
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +182 -50
- pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
- pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/disk_iam_binding.py +2 -2
- pulumi_gcp/compute/disk_iam_member.py +2 -2
- pulumi_gcp/compute/disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
- pulumi_gcp/compute/image.py +76 -22
- pulumi_gcp/compute/image_iam_binding.py +2 -2
- pulumi_gcp/compute/image_iam_member.py +2 -2
- pulumi_gcp/compute/image_iam_policy.py +2 -2
- pulumi_gcp/compute/instance_iam_binding.py +2 -2
- pulumi_gcp/compute/instance_iam_member.py +2 -2
- pulumi_gcp/compute/instance_iam_policy.py +2 -2
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
- pulumi_gcp/compute/machine_image_iam_member.py +2 -2
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
- pulumi_gcp/compute/outputs.py +197 -30
- pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
- pulumi_gcp/compute/region_disk_iam_member.py +2 -2
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +74 -0
- pulumi_gcp/compute/security_policy_rule.py +111 -13
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
- pulumi_gcp/compute/snapshot_iam_member.py +2 -2
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/url_map.py +10 -10
- pulumi_gcp/container/aws_node_pool.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
- pulumi_gcp/dataplex/asset_iam_member.py +2 -2
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
- pulumi_gcp/dataplex/lake_iam_member.py +2 -2
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/task.py +4 -4
- pulumi_gcp/dataplex/task_iam_binding.py +2 -2
- pulumi_gcp/dataplex/task_iam_member.py +2 -2
- pulumi_gcp/dataplex/task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
- pulumi_gcp/dataplex/zone_iam_member.py +2 -2
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/batch.py +24 -24
- pulumi_gcp/dataproc/cluster.py +2 -2
- pulumi_gcp/dataproc/job.py +4 -4
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +4 -4
- pulumi_gcp/diagflow/cx_page.py +10 -10
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
- pulumi_gcp/endpoints/service_iam_binding.py +4 -4
- pulumi_gcp/endpoints/service_iam_member.py +4 -4
- pulumi_gcp/endpoints/service_iam_policy.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +24 -24
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/restore_plan.py +18 -18
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +21 -21
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
- pulumi_gcp/gkehub/feature_iam_member.py +2 -2
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
- pulumi_gcp/gkehub/membership_iam_member.py +2 -2
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/outputs.py +13 -13
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
- pulumi_gcp/gkehub/scope_iam_member.py +2 -2
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
- pulumi_gcp/iap/__init__.py +1 -0
- pulumi_gcp/iap/_inputs.py +1002 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/outputs.py +827 -0
- pulumi_gcp/iap/settings.py +546 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_iam_binding.py +2 -2
- pulumi_gcp/iap/web_iam_member.py +2 -2
- pulumi_gcp/iap/web_iam_policy.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/identityplatform/config.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/log_view_iam_binding.py +4 -4
- pulumi_gcp/logging/log_view_iam_member.py +4 -4
- pulumi_gcp/logging/log_view_iam_policy.py +4 -4
- pulumi_gcp/memorystore/_inputs.py +117 -4
- pulumi_gcp/memorystore/instance.py +105 -0
- pulumi_gcp/memorystore/outputs.py +80 -4
- pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
- pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
- pulumi_gcp/networkservices/edge_cache_service.py +2 -2
- pulumi_gcp/networkservices/http_route.py +4 -4
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
- pulumi_gcp/notebooks/instance_iam_member.py +2 -2
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
- pulumi_gcp/pubsub/schema_iam_member.py +2 -2
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/subscription.py +18 -66
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
- pulumi_gcp/pubsub/topic_iam_member.py +2 -2
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
- pulumi_gcp/serviceaccount/__init__.py +1 -0
- pulumi_gcp/serviceaccount/get_account.py +15 -1
- pulumi_gcp/serviceaccount/get_s.py +132 -0
- pulumi_gcp/serviceaccount/outputs.py +89 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/_inputs.py +208 -12
- pulumi_gcp/spanner/outputs.py +287 -9
- pulumi_gcp/sql/_inputs.py +6 -3
- pulumi_gcp/sql/outputs.py +4 -2
- pulumi_gcp/storage/_inputs.py +3 -6
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/bucket_iam_binding.py +2 -2
- pulumi_gcp/storage/bucket_iam_member.py +2 -2
- pulumi_gcp/storage/bucket_iam_policy.py +2 -2
- pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
- pulumi_gcp/storage/outputs.py +4 -6
- pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_key_iam_member.py +4 -4
- pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
- pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_value_iam_member.py +4 -4
- pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +472 -6
- pulumi_gcp/vmwareengine/outputs.py +668 -22
- pulumi_gcp/vmwareengine/private_cloud.py +44 -0
- pulumi_gcp/workstations/workstation_config.py +6 -6
- pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
- pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
- {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/RECORD +347 -344
- {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.8.0a1730615974.dist-info → pulumi_gcp-8.8.0a1730856812.dist-info}/top_level.txt +0 -0
@@ -462,7 +462,7 @@ class DiskIamBinding(pulumi.CustomResource):
|
|
462
462
|
$ pulumi import gcp:compute/diskIamBinding:DiskIamBinding editor projects/{{project}}/zones/{{zone}}/disks/{{disk}}
|
463
463
|
```
|
464
464
|
|
465
|
-
-> **Custom Roles
|
465
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
466
466
|
|
467
467
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
468
468
|
|
@@ -653,7 +653,7 @@ class DiskIamBinding(pulumi.CustomResource):
|
|
653
653
|
$ pulumi import gcp:compute/diskIamBinding:DiskIamBinding editor projects/{{project}}/zones/{{zone}}/disks/{{disk}}
|
654
654
|
```
|
655
655
|
|
656
|
-
-> **Custom Roles
|
656
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
657
657
|
|
658
658
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
659
659
|
|
@@ -462,7 +462,7 @@ class DiskIamMember(pulumi.CustomResource):
|
|
462
462
|
$ pulumi import gcp:compute/diskIamMember:DiskIamMember editor projects/{{project}}/zones/{{zone}}/disks/{{disk}}
|
463
463
|
```
|
464
464
|
|
465
|
-
-> **Custom Roles
|
465
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
466
466
|
|
467
467
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
468
468
|
|
@@ -653,7 +653,7 @@ class DiskIamMember(pulumi.CustomResource):
|
|
653
653
|
$ pulumi import gcp:compute/diskIamMember:DiskIamMember editor projects/{{project}}/zones/{{zone}}/disks/{{disk}}
|
654
654
|
```
|
655
655
|
|
656
|
-
-> **Custom Roles
|
656
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
657
657
|
|
658
658
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
659
659
|
|
@@ -359,7 +359,7 @@ class DiskIamPolicy(pulumi.CustomResource):
|
|
359
359
|
$ pulumi import gcp:compute/diskIamPolicy:DiskIamPolicy editor projects/{{project}}/zones/{{zone}}/disks/{{disk}}
|
360
360
|
```
|
361
361
|
|
362
|
-
-> **Custom Roles
|
362
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
363
363
|
|
364
364
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
365
365
|
|
@@ -538,7 +538,7 @@ class DiskIamPolicy(pulumi.CustomResource):
|
|
538
538
|
$ pulumi import gcp:compute/diskIamPolicy:DiskIamPolicy editor projects/{{project}}/zones/{{zone}}/disks/{{disk}}
|
539
539
|
```
|
540
540
|
|
541
|
-
-> **Custom Roles
|
541
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
542
542
|
|
543
543
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
544
544
|
|
@@ -0,0 +1,277 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetInstanceGuestAttributesResult',
|
20
|
+
'AwaitableGetInstanceGuestAttributesResult',
|
21
|
+
'get_instance_guest_attributes',
|
22
|
+
'get_instance_guest_attributes_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetInstanceGuestAttributesResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getInstanceGuestAttributes.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, id=None, name=None, project=None, query_path=None, query_values=None, region=None, variable_key=None, variable_value=None, zone=None):
|
31
|
+
if id and not isinstance(id, str):
|
32
|
+
raise TypeError("Expected argument 'id' to be a str")
|
33
|
+
pulumi.set(__self__, "id", id)
|
34
|
+
if name and not isinstance(name, str):
|
35
|
+
raise TypeError("Expected argument 'name' to be a str")
|
36
|
+
pulumi.set(__self__, "name", name)
|
37
|
+
if project and not isinstance(project, str):
|
38
|
+
raise TypeError("Expected argument 'project' to be a str")
|
39
|
+
pulumi.set(__self__, "project", project)
|
40
|
+
if query_path and not isinstance(query_path, str):
|
41
|
+
raise TypeError("Expected argument 'query_path' to be a str")
|
42
|
+
pulumi.set(__self__, "query_path", query_path)
|
43
|
+
if query_values and not isinstance(query_values, list):
|
44
|
+
raise TypeError("Expected argument 'query_values' to be a list")
|
45
|
+
pulumi.set(__self__, "query_values", query_values)
|
46
|
+
if region and not isinstance(region, str):
|
47
|
+
raise TypeError("Expected argument 'region' to be a str")
|
48
|
+
pulumi.set(__self__, "region", region)
|
49
|
+
if variable_key and not isinstance(variable_key, str):
|
50
|
+
raise TypeError("Expected argument 'variable_key' to be a str")
|
51
|
+
pulumi.set(__self__, "variable_key", variable_key)
|
52
|
+
if variable_value and not isinstance(variable_value, str):
|
53
|
+
raise TypeError("Expected argument 'variable_value' to be a str")
|
54
|
+
pulumi.set(__self__, "variable_value", variable_value)
|
55
|
+
if zone and not isinstance(zone, str):
|
56
|
+
raise TypeError("Expected argument 'zone' to be a str")
|
57
|
+
pulumi.set(__self__, "zone", zone)
|
58
|
+
|
59
|
+
@property
|
60
|
+
@pulumi.getter
|
61
|
+
def id(self) -> str:
|
62
|
+
"""
|
63
|
+
The provider-assigned unique ID for this managed resource.
|
64
|
+
"""
|
65
|
+
return pulumi.get(self, "id")
|
66
|
+
|
67
|
+
@property
|
68
|
+
@pulumi.getter
|
69
|
+
def name(self) -> str:
|
70
|
+
return pulumi.get(self, "name")
|
71
|
+
|
72
|
+
@property
|
73
|
+
@pulumi.getter
|
74
|
+
def project(self) -> str:
|
75
|
+
return pulumi.get(self, "project")
|
76
|
+
|
77
|
+
@property
|
78
|
+
@pulumi.getter(name="queryPath")
|
79
|
+
def query_path(self) -> Optional[str]:
|
80
|
+
return pulumi.get(self, "query_path")
|
81
|
+
|
82
|
+
@property
|
83
|
+
@pulumi.getter(name="queryValues")
|
84
|
+
def query_values(self) -> Sequence['outputs.GetInstanceGuestAttributesQueryValueResult']:
|
85
|
+
"""
|
86
|
+
Structure is documented below.
|
87
|
+
"""
|
88
|
+
return pulumi.get(self, "query_values")
|
89
|
+
|
90
|
+
@property
|
91
|
+
@pulumi.getter
|
92
|
+
def region(self) -> str:
|
93
|
+
return pulumi.get(self, "region")
|
94
|
+
|
95
|
+
@property
|
96
|
+
@pulumi.getter(name="variableKey")
|
97
|
+
def variable_key(self) -> Optional[str]:
|
98
|
+
return pulumi.get(self, "variable_key")
|
99
|
+
|
100
|
+
@property
|
101
|
+
@pulumi.getter(name="variableValue")
|
102
|
+
def variable_value(self) -> str:
|
103
|
+
"""
|
104
|
+
Value of the queried guest_attribute.
|
105
|
+
"""
|
106
|
+
return pulumi.get(self, "variable_value")
|
107
|
+
|
108
|
+
@property
|
109
|
+
@pulumi.getter
|
110
|
+
def zone(self) -> str:
|
111
|
+
return pulumi.get(self, "zone")
|
112
|
+
|
113
|
+
|
114
|
+
class AwaitableGetInstanceGuestAttributesResult(GetInstanceGuestAttributesResult):
|
115
|
+
# pylint: disable=using-constant-test
|
116
|
+
def __await__(self):
|
117
|
+
if False:
|
118
|
+
yield self
|
119
|
+
return GetInstanceGuestAttributesResult(
|
120
|
+
id=self.id,
|
121
|
+
name=self.name,
|
122
|
+
project=self.project,
|
123
|
+
query_path=self.query_path,
|
124
|
+
query_values=self.query_values,
|
125
|
+
region=self.region,
|
126
|
+
variable_key=self.variable_key,
|
127
|
+
variable_value=self.variable_value,
|
128
|
+
zone=self.zone)
|
129
|
+
|
130
|
+
|
131
|
+
def get_instance_guest_attributes(name: Optional[str] = None,
|
132
|
+
project: Optional[str] = None,
|
133
|
+
query_path: Optional[str] = None,
|
134
|
+
region: Optional[str] = None,
|
135
|
+
variable_key: Optional[str] = None,
|
136
|
+
zone: Optional[str] = None,
|
137
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInstanceGuestAttributesResult:
|
138
|
+
"""
|
139
|
+
Get information about a VM instance resource within GCE. For more information see
|
140
|
+
[the official documentation](https://cloud.google.com/compute/docs/instances)
|
141
|
+
and
|
142
|
+
[API](https://cloud.google.com/compute/docs/reference/latest/instances).
|
143
|
+
|
144
|
+
Get information about VM's guest attrubutes. For more information see [the official documentation](https://cloud.google.com/compute/docs/metadata/manage-guest-attributes)
|
145
|
+
and
|
146
|
+
[API](https://cloud.google.com/compute/docs/reference/rest/v1/instances/getGuestAttributes).
|
147
|
+
|
148
|
+
## Example Usage
|
149
|
+
|
150
|
+
### Get All Attributes From A Single Namespace
|
151
|
+
|
152
|
+
```python
|
153
|
+
import pulumi
|
154
|
+
import pulumi_gcp as gcp
|
155
|
+
|
156
|
+
appserver_ga = gcp.compute.get_instance_guest_attributes(name="primary-application-server",
|
157
|
+
zone="us-central1-a",
|
158
|
+
query_path="variables/")
|
159
|
+
```
|
160
|
+
|
161
|
+
### Get A Specific Variable
|
162
|
+
|
163
|
+
```python
|
164
|
+
import pulumi
|
165
|
+
import pulumi_gcp as gcp
|
166
|
+
|
167
|
+
appserver_ga = gcp.compute.get_instance_guest_attributes(name="primary-application-server",
|
168
|
+
zone="us-central1-a",
|
169
|
+
variable_key="variables/key1")
|
170
|
+
```
|
171
|
+
|
172
|
+
|
173
|
+
:param str name: The name or self_link of the instance.
|
174
|
+
:param str project: The ID of the project in which the resource belongs.
|
175
|
+
If `self_link` is provided, this value is ignored. If neither `self_link`
|
176
|
+
nor `project` are provided, the provider project is used.
|
177
|
+
:param str query_path: Path to query for the guest attributes. Consists of
|
178
|
+
`namespace` name for the attributes followed with a `/`.
|
179
|
+
:param str variable_key: Key of a variable to get the value of. Consists of
|
180
|
+
`namespace` name and `key` name for the variable separated by a `/`.
|
181
|
+
:param str zone: The zone of the instance. If `self_link` is provided, this
|
182
|
+
value is ignored. If neither `self_link` nor `zone` are provided, the
|
183
|
+
provider zone is used.
|
184
|
+
"""
|
185
|
+
__args__ = dict()
|
186
|
+
__args__['name'] = name
|
187
|
+
__args__['project'] = project
|
188
|
+
__args__['queryPath'] = query_path
|
189
|
+
__args__['region'] = region
|
190
|
+
__args__['variableKey'] = variable_key
|
191
|
+
__args__['zone'] = zone
|
192
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
193
|
+
__ret__ = pulumi.runtime.invoke('gcp:compute/getInstanceGuestAttributes:getInstanceGuestAttributes', __args__, opts=opts, typ=GetInstanceGuestAttributesResult).value
|
194
|
+
|
195
|
+
return AwaitableGetInstanceGuestAttributesResult(
|
196
|
+
id=pulumi.get(__ret__, 'id'),
|
197
|
+
name=pulumi.get(__ret__, 'name'),
|
198
|
+
project=pulumi.get(__ret__, 'project'),
|
199
|
+
query_path=pulumi.get(__ret__, 'query_path'),
|
200
|
+
query_values=pulumi.get(__ret__, 'query_values'),
|
201
|
+
region=pulumi.get(__ret__, 'region'),
|
202
|
+
variable_key=pulumi.get(__ret__, 'variable_key'),
|
203
|
+
variable_value=pulumi.get(__ret__, 'variable_value'),
|
204
|
+
zone=pulumi.get(__ret__, 'zone'))
|
205
|
+
def get_instance_guest_attributes_output(name: Optional[pulumi.Input[str]] = None,
|
206
|
+
project: Optional[pulumi.Input[Optional[str]]] = None,
|
207
|
+
query_path: Optional[pulumi.Input[Optional[str]]] = None,
|
208
|
+
region: Optional[pulumi.Input[Optional[str]]] = None,
|
209
|
+
variable_key: Optional[pulumi.Input[Optional[str]]] = None,
|
210
|
+
zone: Optional[pulumi.Input[Optional[str]]] = None,
|
211
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetInstanceGuestAttributesResult]:
|
212
|
+
"""
|
213
|
+
Get information about a VM instance resource within GCE. For more information see
|
214
|
+
[the official documentation](https://cloud.google.com/compute/docs/instances)
|
215
|
+
and
|
216
|
+
[API](https://cloud.google.com/compute/docs/reference/latest/instances).
|
217
|
+
|
218
|
+
Get information about VM's guest attrubutes. For more information see [the official documentation](https://cloud.google.com/compute/docs/metadata/manage-guest-attributes)
|
219
|
+
and
|
220
|
+
[API](https://cloud.google.com/compute/docs/reference/rest/v1/instances/getGuestAttributes).
|
221
|
+
|
222
|
+
## Example Usage
|
223
|
+
|
224
|
+
### Get All Attributes From A Single Namespace
|
225
|
+
|
226
|
+
```python
|
227
|
+
import pulumi
|
228
|
+
import pulumi_gcp as gcp
|
229
|
+
|
230
|
+
appserver_ga = gcp.compute.get_instance_guest_attributes(name="primary-application-server",
|
231
|
+
zone="us-central1-a",
|
232
|
+
query_path="variables/")
|
233
|
+
```
|
234
|
+
|
235
|
+
### Get A Specific Variable
|
236
|
+
|
237
|
+
```python
|
238
|
+
import pulumi
|
239
|
+
import pulumi_gcp as gcp
|
240
|
+
|
241
|
+
appserver_ga = gcp.compute.get_instance_guest_attributes(name="primary-application-server",
|
242
|
+
zone="us-central1-a",
|
243
|
+
variable_key="variables/key1")
|
244
|
+
```
|
245
|
+
|
246
|
+
|
247
|
+
:param str name: The name or self_link of the instance.
|
248
|
+
:param str project: The ID of the project in which the resource belongs.
|
249
|
+
If `self_link` is provided, this value is ignored. If neither `self_link`
|
250
|
+
nor `project` are provided, the provider project is used.
|
251
|
+
:param str query_path: Path to query for the guest attributes. Consists of
|
252
|
+
`namespace` name for the attributes followed with a `/`.
|
253
|
+
:param str variable_key: Key of a variable to get the value of. Consists of
|
254
|
+
`namespace` name and `key` name for the variable separated by a `/`.
|
255
|
+
:param str zone: The zone of the instance. If `self_link` is provided, this
|
256
|
+
value is ignored. If neither `self_link` nor `zone` are provided, the
|
257
|
+
provider zone is used.
|
258
|
+
"""
|
259
|
+
__args__ = dict()
|
260
|
+
__args__['name'] = name
|
261
|
+
__args__['project'] = project
|
262
|
+
__args__['queryPath'] = query_path
|
263
|
+
__args__['region'] = region
|
264
|
+
__args__['variableKey'] = variable_key
|
265
|
+
__args__['zone'] = zone
|
266
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
267
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getInstanceGuestAttributes:getInstanceGuestAttributes', __args__, opts=opts, typ=GetInstanceGuestAttributesResult)
|
268
|
+
return __ret__.apply(lambda __response__: GetInstanceGuestAttributesResult(
|
269
|
+
id=pulumi.get(__response__, 'id'),
|
270
|
+
name=pulumi.get(__response__, 'name'),
|
271
|
+
project=pulumi.get(__response__, 'project'),
|
272
|
+
query_path=pulumi.get(__response__, 'query_path'),
|
273
|
+
query_values=pulumi.get(__response__, 'query_values'),
|
274
|
+
region=pulumi.get(__response__, 'region'),
|
275
|
+
variable_key=pulumi.get(__response__, 'variable_key'),
|
276
|
+
variable_value=pulumi.get(__response__, 'variable_value'),
|
277
|
+
zone=pulumi.get(__response__, 'zone')))
|
pulumi_gcp/compute/image.py
CHANGED
@@ -792,11 +792,17 @@ class Image(pulumi.CustomResource):
|
|
792
792
|
import pulumi
|
793
793
|
import pulumi_gcp as gcp
|
794
794
|
|
795
|
+
debian = gcp.compute.get_image(family="debian-12",
|
796
|
+
project="debian-cloud")
|
797
|
+
persistent = gcp.compute.Disk("persistent",
|
798
|
+
name="example-disk",
|
799
|
+
image=debian.self_link,
|
800
|
+
size=10,
|
801
|
+
type="pd-ssd",
|
802
|
+
zone="us-central1-a")
|
795
803
|
example = gcp.compute.Image("example",
|
796
804
|
name="example-image",
|
797
|
-
|
798
|
-
"source": "https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz",
|
799
|
-
})
|
805
|
+
source_disk=persistent.id)
|
800
806
|
```
|
801
807
|
### Image Guest Os
|
802
808
|
|
@@ -804,17 +810,32 @@ class Image(pulumi.CustomResource):
|
|
804
810
|
import pulumi
|
805
811
|
import pulumi_gcp as gcp
|
806
812
|
|
813
|
+
debian = gcp.compute.get_image(family="debian-12",
|
814
|
+
project="debian-cloud")
|
815
|
+
persistent = gcp.compute.Disk("persistent",
|
816
|
+
name="example-disk",
|
817
|
+
image=debian.self_link,
|
818
|
+
size=10,
|
819
|
+
type="pd-ssd",
|
820
|
+
zone="us-central1-a")
|
807
821
|
example = gcp.compute.Image("example",
|
808
822
|
name="example-image",
|
809
|
-
|
810
|
-
"source": "https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz",
|
811
|
-
},
|
823
|
+
source_disk=persistent.id,
|
812
824
|
guest_os_features=[
|
813
825
|
{
|
814
|
-
"type": "
|
826
|
+
"type": "UEFI_COMPATIBLE",
|
815
827
|
},
|
816
828
|
{
|
817
|
-
"type": "
|
829
|
+
"type": "VIRTIO_SCSI_MULTIQUEUE",
|
830
|
+
},
|
831
|
+
{
|
832
|
+
"type": "GVNIC",
|
833
|
+
},
|
834
|
+
{
|
835
|
+
"type": "SEV_CAPABLE",
|
836
|
+
},
|
837
|
+
{
|
838
|
+
"type": "SEV_LIVE_MIGRATABLE_V2",
|
818
839
|
},
|
819
840
|
])
|
820
841
|
```
|
@@ -824,11 +845,17 @@ class Image(pulumi.CustomResource):
|
|
824
845
|
import pulumi
|
825
846
|
import pulumi_gcp as gcp
|
826
847
|
|
848
|
+
debian = gcp.compute.get_image(family="debian-12",
|
849
|
+
project="debian-cloud")
|
850
|
+
persistent = gcp.compute.Disk("persistent",
|
851
|
+
name="example-disk",
|
852
|
+
image=debian.self_link,
|
853
|
+
size=10,
|
854
|
+
type="pd-ssd",
|
855
|
+
zone="us-central1-a")
|
827
856
|
example = gcp.compute.Image("example",
|
828
857
|
name="example-sl-image",
|
829
|
-
|
830
|
-
"source": "https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz",
|
831
|
-
},
|
858
|
+
source_disk=persistent.id,
|
832
859
|
storage_locations=["us-central1"])
|
833
860
|
```
|
834
861
|
|
@@ -950,11 +977,17 @@ class Image(pulumi.CustomResource):
|
|
950
977
|
import pulumi
|
951
978
|
import pulumi_gcp as gcp
|
952
979
|
|
980
|
+
debian = gcp.compute.get_image(family="debian-12",
|
981
|
+
project="debian-cloud")
|
982
|
+
persistent = gcp.compute.Disk("persistent",
|
983
|
+
name="example-disk",
|
984
|
+
image=debian.self_link,
|
985
|
+
size=10,
|
986
|
+
type="pd-ssd",
|
987
|
+
zone="us-central1-a")
|
953
988
|
example = gcp.compute.Image("example",
|
954
989
|
name="example-image",
|
955
|
-
|
956
|
-
"source": "https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz",
|
957
|
-
})
|
990
|
+
source_disk=persistent.id)
|
958
991
|
```
|
959
992
|
### Image Guest Os
|
960
993
|
|
@@ -962,17 +995,32 @@ class Image(pulumi.CustomResource):
|
|
962
995
|
import pulumi
|
963
996
|
import pulumi_gcp as gcp
|
964
997
|
|
998
|
+
debian = gcp.compute.get_image(family="debian-12",
|
999
|
+
project="debian-cloud")
|
1000
|
+
persistent = gcp.compute.Disk("persistent",
|
1001
|
+
name="example-disk",
|
1002
|
+
image=debian.self_link,
|
1003
|
+
size=10,
|
1004
|
+
type="pd-ssd",
|
1005
|
+
zone="us-central1-a")
|
965
1006
|
example = gcp.compute.Image("example",
|
966
1007
|
name="example-image",
|
967
|
-
|
968
|
-
"source": "https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz",
|
969
|
-
},
|
1008
|
+
source_disk=persistent.id,
|
970
1009
|
guest_os_features=[
|
971
1010
|
{
|
972
|
-
"type": "
|
1011
|
+
"type": "UEFI_COMPATIBLE",
|
1012
|
+
},
|
1013
|
+
{
|
1014
|
+
"type": "VIRTIO_SCSI_MULTIQUEUE",
|
1015
|
+
},
|
1016
|
+
{
|
1017
|
+
"type": "GVNIC",
|
1018
|
+
},
|
1019
|
+
{
|
1020
|
+
"type": "SEV_CAPABLE",
|
973
1021
|
},
|
974
1022
|
{
|
975
|
-
"type": "
|
1023
|
+
"type": "SEV_LIVE_MIGRATABLE_V2",
|
976
1024
|
},
|
977
1025
|
])
|
978
1026
|
```
|
@@ -982,11 +1030,17 @@ class Image(pulumi.CustomResource):
|
|
982
1030
|
import pulumi
|
983
1031
|
import pulumi_gcp as gcp
|
984
1032
|
|
1033
|
+
debian = gcp.compute.get_image(family="debian-12",
|
1034
|
+
project="debian-cloud")
|
1035
|
+
persistent = gcp.compute.Disk("persistent",
|
1036
|
+
name="example-disk",
|
1037
|
+
image=debian.self_link,
|
1038
|
+
size=10,
|
1039
|
+
type="pd-ssd",
|
1040
|
+
zone="us-central1-a")
|
985
1041
|
example = gcp.compute.Image("example",
|
986
1042
|
name="example-sl-image",
|
987
|
-
|
988
|
-
"source": "https://storage.googleapis.com/bosh-gce-raw-stemcells/bosh-stemcell-97.98-google-kvm-ubuntu-xenial-go_agent-raw-1557960142.tar.gz",
|
989
|
-
},
|
1043
|
+
source_disk=persistent.id,
|
990
1044
|
storage_locations=["us-central1"])
|
991
1045
|
```
|
992
1046
|
|
@@ -538,7 +538,7 @@ class ImageIamBinding(pulumi.CustomResource):
|
|
538
538
|
$ pulumi import gcp:compute/imageIamBinding:ImageIamBinding editor projects/{{project}}/global/images/{{image}}
|
539
539
|
```
|
540
540
|
|
541
|
-
-> **Custom Roles
|
541
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
542
542
|
|
543
543
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
544
544
|
|
@@ -834,7 +834,7 @@ class ImageIamBinding(pulumi.CustomResource):
|
|
834
834
|
$ pulumi import gcp:compute/imageIamBinding:ImageIamBinding editor projects/{{project}}/global/images/{{image}}
|
835
835
|
```
|
836
836
|
|
837
|
-
-> **Custom Roles
|
837
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
838
838
|
|
839
839
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
840
840
|
|
@@ -538,7 +538,7 @@ class ImageIamMember(pulumi.CustomResource):
|
|
538
538
|
$ pulumi import gcp:compute/imageIamMember:ImageIamMember editor projects/{{project}}/global/images/{{image}}
|
539
539
|
```
|
540
540
|
|
541
|
-
-> **Custom Roles
|
541
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
542
542
|
|
543
543
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
544
544
|
|
@@ -834,7 +834,7 @@ class ImageIamMember(pulumi.CustomResource):
|
|
834
834
|
$ pulumi import gcp:compute/imageIamMember:ImageIamMember editor projects/{{project}}/global/images/{{image}}
|
835
835
|
```
|
836
836
|
|
837
|
-
-> **Custom Roles
|
837
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
838
838
|
|
839
839
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
840
840
|
|
@@ -423,7 +423,7 @@ class ImageIamPolicy(pulumi.CustomResource):
|
|
423
423
|
$ pulumi import gcp:compute/imageIamPolicy:ImageIamPolicy editor projects/{{project}}/global/images/{{image}}
|
424
424
|
```
|
425
425
|
|
426
|
-
-> **Custom Roles
|
426
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
427
427
|
|
428
428
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
429
429
|
|
@@ -705,7 +705,7 @@ class ImageIamPolicy(pulumi.CustomResource):
|
|
705
705
|
$ pulumi import gcp:compute/imageIamPolicy:ImageIamPolicy editor projects/{{project}}/global/images/{{image}}
|
706
706
|
```
|
707
707
|
|
708
|
-
-> **Custom Roles
|
708
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
709
709
|
|
710
710
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
711
711
|
|
@@ -593,7 +593,7 @@ class InstanceIAMBinding(pulumi.CustomResource):
|
|
593
593
|
$ pulumi import gcp:compute/instanceIAMBinding:InstanceIAMBinding editor projects/{{project}}/zones/{{zone}}/instances/{{instance}}
|
594
594
|
```
|
595
595
|
|
596
|
-
-> **Custom Roles
|
596
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
597
597
|
|
598
598
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
599
599
|
|
@@ -906,7 +906,7 @@ class InstanceIAMBinding(pulumi.CustomResource):
|
|
906
906
|
$ pulumi import gcp:compute/instanceIAMBinding:InstanceIAMBinding editor projects/{{project}}/zones/{{zone}}/instances/{{instance}}
|
907
907
|
```
|
908
908
|
|
909
|
-
-> **Custom Roles
|
909
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
910
910
|
|
911
911
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
912
912
|
|
@@ -593,7 +593,7 @@ class InstanceIAMMember(pulumi.CustomResource):
|
|
593
593
|
$ pulumi import gcp:compute/instanceIAMMember:InstanceIAMMember editor projects/{{project}}/zones/{{zone}}/instances/{{instance}}
|
594
594
|
```
|
595
595
|
|
596
|
-
-> **Custom Roles
|
596
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
597
597
|
|
598
598
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
599
599
|
|
@@ -906,7 +906,7 @@ class InstanceIAMMember(pulumi.CustomResource):
|
|
906
906
|
$ pulumi import gcp:compute/instanceIAMMember:InstanceIAMMember editor projects/{{project}}/zones/{{zone}}/instances/{{instance}}
|
907
907
|
```
|
908
908
|
|
909
|
-
-> **Custom Roles
|
909
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
910
910
|
|
911
911
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
912
912
|
|
@@ -478,7 +478,7 @@ class InstanceIAMPolicy(pulumi.CustomResource):
|
|
478
478
|
$ pulumi import gcp:compute/instanceIAMPolicy:InstanceIAMPolicy editor projects/{{project}}/zones/{{zone}}/instances/{{instance}}
|
479
479
|
```
|
480
480
|
|
481
|
-
-> **Custom Roles
|
481
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
482
482
|
|
483
483
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
484
484
|
|
@@ -777,7 +777,7 @@ class InstanceIAMPolicy(pulumi.CustomResource):
|
|
777
777
|
$ pulumi import gcp:compute/instanceIAMPolicy:InstanceIAMPolicy editor projects/{{project}}/zones/{{zone}}/instances/{{instance}}
|
778
778
|
```
|
779
779
|
|
780
|
-
-> **Custom Roles
|
780
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
781
781
|
|
782
782
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
783
783
|
|
@@ -536,7 +536,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
536
536
|
$ pulumi import gcp:compute/machineImageIamBinding:MachineImageIamBinding editor projects/{{project}}/global/machineImages/{{machine_image}}
|
537
537
|
```
|
538
538
|
|
539
|
-
-> **Custom Roles
|
539
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
540
540
|
|
541
541
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
542
542
|
|
@@ -830,7 +830,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
830
830
|
$ pulumi import gcp:compute/machineImageIamBinding:MachineImageIamBinding editor projects/{{project}}/global/machineImages/{{machine_image}}
|
831
831
|
```
|
832
832
|
|
833
|
-
-> **Custom Roles
|
833
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
834
834
|
|
835
835
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
836
836
|
|
@@ -536,7 +536,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
536
536
|
$ pulumi import gcp:compute/machineImageIamMember:MachineImageIamMember editor projects/{{project}}/global/machineImages/{{machine_image}}
|
537
537
|
```
|
538
538
|
|
539
|
-
-> **Custom Roles
|
539
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
540
540
|
|
541
541
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
542
542
|
|
@@ -830,7 +830,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
830
830
|
$ pulumi import gcp:compute/machineImageIamMember:MachineImageIamMember editor projects/{{project}}/global/machineImages/{{machine_image}}
|
831
831
|
```
|
832
832
|
|
833
|
-
-> **Custom Roles
|
833
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
834
834
|
|
835
835
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
836
836
|
|
@@ -421,7 +421,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
421
421
|
$ pulumi import gcp:compute/machineImageIamPolicy:MachineImageIamPolicy editor projects/{{project}}/global/machineImages/{{machine_image}}
|
422
422
|
```
|
423
423
|
|
424
|
-
-> **Custom Roles
|
424
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
425
425
|
|
426
426
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
427
427
|
|
@@ -701,7 +701,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
701
701
|
$ pulumi import gcp:compute/machineImageIamPolicy:MachineImageIamPolicy editor projects/{{project}}/global/machineImages/{{machine_image}}
|
702
702
|
```
|
703
703
|
|
704
|
-
-> **Custom Roles
|
704
|
+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
|
705
705
|
|
706
706
|
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
707
707
|
|