pulumi-gcp 7.28.0a1718995220__py3-none-any.whl → 7.29.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 +8 -0
- pulumi_gcp/_utilities.py +35 -0
- pulumi_gcp/activedirectory/domain.py +14 -14
- pulumi_gcp/activedirectory/domain_trust.py +14 -14
- pulumi_gcp/alloydb/backup.py +8 -8
- pulumi_gcp/alloydb/cluster.py +11 -17
- pulumi_gcp/alloydb/instance.py +8 -8
- pulumi_gcp/alloydb/user.py +8 -8
- pulumi_gcp/apigee/addons_config.py +4 -4
- pulumi_gcp/apigee/endpoint_attachment.py +2 -2
- pulumi_gcp/apigee/env_group.py +2 -2
- pulumi_gcp/apigee/environment.py +2 -2
- pulumi_gcp/apigee/instance.py +8 -8
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +10 -10
- pulumi_gcp/apigee/nat_address.py +2 -2
- pulumi_gcp/apigee/organization.py +6 -6
- pulumi_gcp/apigee/sync_authorization.py +4 -4
- pulumi_gcp/apigee/target_server.py +10 -10
- pulumi_gcp/apphub/service.py +20 -20
- pulumi_gcp/apphub/service_project_attachment.py +8 -8
- pulumi_gcp/applicationintegration/auth_config.py +2 -2
- pulumi_gcp/applicationintegration/client.py +6 -18
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +4 -4
- pulumi_gcp/artifactregistry/get_docker_image.py +244 -0
- pulumi_gcp/artifactregistry/outputs.py +6 -6
- pulumi_gcp/artifactregistry/repository.py +10 -10
- pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
- pulumi_gcp/bigquery/_inputs.py +2 -6
- pulumi_gcp/bigquery/data_transfer_config.py +4 -4
- pulumi_gcp/bigquery/dataset.py +75 -0
- pulumi_gcp/bigquery/get_dataset.py +11 -1
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/bigquery/outputs.py +2 -6
- pulumi_gcp/bigtable/_inputs.py +1 -3
- pulumi_gcp/bigtable/instance.py +3 -9
- pulumi_gcp/bigtable/outputs.py +1 -3
- pulumi_gcp/billing/_inputs.py +22 -0
- pulumi_gcp/billing/budget.py +50 -0
- pulumi_gcp/billing/outputs.py +20 -0
- pulumi_gcp/certificateauthority/authority.py +2 -2
- pulumi_gcp/certificateauthority/certificate.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +2 -6
- pulumi_gcp/certificatemanager/certificate.py +4 -4
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +2 -2
- pulumi_gcp/certificatemanager/outputs.py +2 -6
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +6 -6
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/cloudbuild/worker_pool.py +6 -6
- pulumi_gcp/cloudbuildv2/connection.py +2 -2
- pulumi_gcp/cloudbuildv2/repository.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function.py +28 -28
- pulumi_gcp/cloudids/endpoint.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +3 -9
- pulumi_gcp/cloudrun/outputs.py +3 -9
- pulumi_gcp/cloudrunv2/get_job.py +21 -1
- pulumi_gcp/cloudrunv2/job.py +163 -19
- pulumi_gcp/cloudrunv2/service.py +8 -8
- pulumi_gcp/compute/_inputs.py +83 -0
- pulumi_gcp/compute/disk.py +3 -9
- pulumi_gcp/compute/firewall.py +3 -9
- pulumi_gcp/compute/forwarding_rule.py +22 -22
- pulumi_gcp/compute/outputs.py +166 -1
- pulumi_gcp/compute/packet_mirroring.py +2 -2
- pulumi_gcp/compute/project_cloud_armor_tier.py +2 -2
- pulumi_gcp/compute/region_disk.py +3 -9
- pulumi_gcp/compute/region_security_policy_rule.py +2 -2
- pulumi_gcp/compute/route.py +2 -2
- pulumi_gcp/compute/subnetwork.py +2 -6
- pulumi_gcp/compute/target_instance.py +2 -2
- pulumi_gcp/compute/vpn_gateway.py +2 -2
- pulumi_gcp/compute/vpn_tunnel.py +2 -2
- pulumi_gcp/container/_inputs.py +2 -6
- pulumi_gcp/container/outputs.py +2 -6
- pulumi_gcp/databasemigrationservice/connection_profile.py +16 -16
- pulumi_gcp/datacatalog/policy_tag.py +2 -2
- pulumi_gcp/datafusion/instance.py +4 -8
- pulumi_gcp/dataplex/asset.py +2 -2
- pulumi_gcp/dataplex/datascan.py +2 -2
- pulumi_gcp/dataproc/_inputs.py +100 -0
- pulumi_gcp/dataproc/metastore_service.py +172 -0
- pulumi_gcp/dataproc/outputs.py +192 -1
- pulumi_gcp/dataproc/workflow_template.py +3 -9
- pulumi_gcp/datastore/data_store_index.py +2 -2
- pulumi_gcp/datastream/stream.py +6 -6
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/fulfillment.py +2 -2
- pulumi_gcp/diagflow/intent.py +4 -4
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/edgecontainer/vpn_connection.py +2 -2
- pulumi_gcp/eventarc/channel.py +2 -2
- pulumi_gcp/eventarc/google_channel_config.py +2 -2
- pulumi_gcp/filestore/instance.py +3 -9
- pulumi_gcp/firebase/app_check_app_attest_config.py +8 -8
- pulumi_gcp/firebase/app_check_debug_token.py +4 -4
- pulumi_gcp/firebase/app_check_device_check_config.py +4 -4
- pulumi_gcp/firebase/app_check_play_integrity_config.py +8 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +4 -4
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +4 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -6
- pulumi_gcp/firebase/database_instance.py +2 -2
- pulumi_gcp/firestore/database.py +4 -4
- pulumi_gcp/firestore/document.py +12 -12
- pulumi_gcp/folder/access_approval_settings.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +4 -8
- pulumi_gcp/gkehub/membership.py +3 -9
- pulumi_gcp/gkehub/membership_binding.py +4 -4
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +2 -2
- pulumi_gcp/gkehub/outputs.py +4 -8
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
- pulumi_gcp/healthcare/fhir_store.py +3 -9
- pulumi_gcp/healthcare/hl7_store.py +3 -9
- pulumi_gcp/integrationconnectors/connection.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +6 -6
- pulumi_gcp/kms/_inputs.py +1 -3
- pulumi_gcp/kms/autokey_config.py +16 -16
- pulumi_gcp/kms/key_handle.py +22 -22
- pulumi_gcp/kms/outputs.py +1 -3
- pulumi_gcp/logging/folder_settings.py +2 -2
- pulumi_gcp/logging/linked_dataset.py +2 -2
- pulumi_gcp/logging/organization_settings.py +2 -2
- pulumi_gcp/logging/project_bucket_config.py +2 -2
- pulumi_gcp/looker/instance.py +2 -2
- pulumi_gcp/netapp/volume_replication.py +2 -2
- pulumi_gcp/netapp/volume_snapshot.py +2 -2
- pulumi_gcp/networkconnectivity/internal_range.py +2 -2
- pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
- pulumi_gcp/networksecurity/tls_inspection_policy.py +4 -4
- pulumi_gcp/networkservices/gateway.py +6 -6
- pulumi_gcp/organizations/access_approval_settings.py +2 -2
- pulumi_gcp/parallelstore/instance.py +2 -2
- pulumi_gcp/projects/access_approval_settings.py +5 -11
- pulumi_gcp/pubsub/_inputs.py +40 -0
- pulumi_gcp/pubsub/outputs.py +66 -0
- pulumi_gcp/pubsub/schema.py +2 -2
- pulumi_gcp/pubsub/subscription.py +174 -8
- pulumi_gcp/pubsub/topic.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +4 -4
- pulumi_gcp/redis/get_instance.py +11 -1
- pulumi_gcp/redis/instance.py +49 -2
- pulumi_gcp/secretmanager/secret.py +2 -2
- pulumi_gcp/securesourcemanager/instance.py +6 -6
- pulumi_gcp/securitycenter/instance_iam_binding.py +2 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +2 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +2 -2
- pulumi_gcp/servicenetworking/__init__.py +1 -0
- pulumi_gcp/servicenetworking/vpc_service_controls.py +511 -0
- pulumi_gcp/sql/_inputs.py +1 -3
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +1 -3
- pulumi_gcp/sql/user.py +21 -7
- pulumi_gcp/storage/get_project_service_account.py +2 -2
- pulumi_gcp/storage/insights_report_config.py +2 -2
- pulumi_gcp/storage/notification.py +2 -2
- pulumi_gcp/storage/transfer_agent_pool.py +2 -2
- pulumi_gcp/storage/transfer_job.py +4 -4
- pulumi_gcp/tpu/v2_vm.py +4 -4
- pulumi_gcp/vertex/_inputs.py +1 -3
- pulumi_gcp/vertex/ai_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store.py +3 -9
- pulumi_gcp/vertex/ai_index_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_tensorboard.py +2 -2
- pulumi_gcp/vertex/outputs.py +1 -3
- pulumi_gcp/vmwareengine/external_address.py +2 -2
- pulumi_gcp/vmwareengine/network.py +4 -4
- pulumi_gcp/vpcaccess/connector.py +2 -8
- {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/RECORD +172 -170
- {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/top_level.txt +0 -0
@@ -470,6 +470,7 @@ class CertificateSelfManagedArgs:
|
|
470
470
|
|
471
471
|
@property
|
472
472
|
@pulumi.getter(name="certificatePem")
|
473
|
+
@_utilities.deprecated("""`certificate_pem` is deprecated and will be removed in a future major release. Use `pem_certificate` instead.""")
|
473
474
|
def certificate_pem(self) -> Optional[pulumi.Input[str]]:
|
474
475
|
"""
|
475
476
|
(Optional, Deprecated)
|
@@ -479,9 +480,6 @@ class CertificateSelfManagedArgs:
|
|
479
480
|
|
480
481
|
> **Warning:** `certificate_pem` is deprecated and will be removed in a future major release. Use `pem_certificate` instead.
|
481
482
|
"""
|
482
|
-
warnings.warn("""`certificate_pem` is deprecated and will be removed in a future major release. Use `pem_certificate` instead.""", DeprecationWarning)
|
483
|
-
pulumi.log.warn("""certificate_pem is deprecated: `certificate_pem` is deprecated and will be removed in a future major release. Use `pem_certificate` instead.""")
|
484
|
-
|
485
483
|
return pulumi.get(self, "certificate_pem")
|
486
484
|
|
487
485
|
@certificate_pem.setter
|
@@ -517,6 +515,7 @@ class CertificateSelfManagedArgs:
|
|
517
515
|
|
518
516
|
@property
|
519
517
|
@pulumi.getter(name="privateKeyPem")
|
518
|
+
@_utilities.deprecated("""`private_key_pem` is deprecated and will be removed in a future major release. Use `pem_private_key` instead.""")
|
520
519
|
def private_key_pem(self) -> Optional[pulumi.Input[str]]:
|
521
520
|
"""
|
522
521
|
(Optional, Deprecated)
|
@@ -525,9 +524,6 @@ class CertificateSelfManagedArgs:
|
|
525
524
|
|
526
525
|
> **Warning:** `private_key_pem` is deprecated and will be removed in a future major release. Use `pem_private_key` instead.
|
527
526
|
"""
|
528
|
-
warnings.warn("""`private_key_pem` is deprecated and will be removed in a future major release. Use `pem_private_key` instead.""", DeprecationWarning)
|
529
|
-
pulumi.log.warn("""private_key_pem is deprecated: `private_key_pem` is deprecated and will be removed in a future major release. Use `pem_private_key` instead.""")
|
530
|
-
|
531
527
|
return pulumi.get(self, "private_key_pem")
|
532
528
|
|
533
529
|
@private_key_pem.setter
|
@@ -507,7 +507,7 @@ class Certificate(pulumi.CustomResource):
|
|
507
507
|
lifetime="1814400s",
|
508
508
|
rotation_window_percentage=34,
|
509
509
|
key_algorithm="ECDSA_P256",
|
510
|
-
opts=pulumi.ResourceOptions(depends_on=[ca_authority]))
|
510
|
+
opts = pulumi.ResourceOptions(depends_on=[ca_authority]))
|
511
511
|
default = gcp.certificatemanager.Certificate("default",
|
512
512
|
name="issuance-config-cert",
|
513
513
|
description="The default cert",
|
@@ -619,7 +619,7 @@ class Certificate(pulumi.CustomResource):
|
|
619
619
|
lifetime="1814400s",
|
620
620
|
rotation_window_percentage=34,
|
621
621
|
key_algorithm="ECDSA_P256",
|
622
|
-
opts=pulumi.ResourceOptions(depends_on=[ca_authority]))
|
622
|
+
opts = pulumi.ResourceOptions(depends_on=[ca_authority]))
|
623
623
|
default = gcp.certificatemanager.Certificate("default",
|
624
624
|
name="issuance-config-cert",
|
625
625
|
description="sample google managed all_regions certificate with issuance config for terraform",
|
@@ -834,7 +834,7 @@ class Certificate(pulumi.CustomResource):
|
|
834
834
|
lifetime="1814400s",
|
835
835
|
rotation_window_percentage=34,
|
836
836
|
key_algorithm="ECDSA_P256",
|
837
|
-
opts=pulumi.ResourceOptions(depends_on=[ca_authority]))
|
837
|
+
opts = pulumi.ResourceOptions(depends_on=[ca_authority]))
|
838
838
|
default = gcp.certificatemanager.Certificate("default",
|
839
839
|
name="issuance-config-cert",
|
840
840
|
description="The default cert",
|
@@ -946,7 +946,7 @@ class Certificate(pulumi.CustomResource):
|
|
946
946
|
lifetime="1814400s",
|
947
947
|
rotation_window_percentage=34,
|
948
948
|
key_algorithm="ECDSA_P256",
|
949
|
-
opts=pulumi.ResourceOptions(depends_on=[ca_authority]))
|
949
|
+
opts = pulumi.ResourceOptions(depends_on=[ca_authority]))
|
950
950
|
default = gcp.certificatemanager.Certificate("default",
|
951
951
|
name="issuance-config-cert",
|
952
952
|
description="sample google managed all_regions certificate with issuance config for terraform",
|
@@ -505,7 +505,7 @@ class CertificateIssuanceConfig(pulumi.CustomResource):
|
|
505
505
|
"name": "wrench",
|
506
506
|
"count": "3",
|
507
507
|
},
|
508
|
-
opts=pulumi.ResourceOptions(depends_on=[ca_authority]))
|
508
|
+
opts = pulumi.ResourceOptions(depends_on=[ca_authority]))
|
509
509
|
```
|
510
510
|
|
511
511
|
## Import
|
@@ -630,7 +630,7 @@ class CertificateIssuanceConfig(pulumi.CustomResource):
|
|
630
630
|
"name": "wrench",
|
631
631
|
"count": "3",
|
632
632
|
},
|
633
|
-
opts=pulumi.ResourceOptions(depends_on=[ca_authority]))
|
633
|
+
opts = pulumi.ResourceOptions(depends_on=[ca_authority]))
|
634
634
|
```
|
635
635
|
|
636
636
|
## Import
|
@@ -526,6 +526,7 @@ class CertificateSelfManaged(dict):
|
|
526
526
|
|
527
527
|
@property
|
528
528
|
@pulumi.getter(name="certificatePem")
|
529
|
+
@_utilities.deprecated("""`certificate_pem` is deprecated and will be removed in a future major release. Use `pem_certificate` instead.""")
|
529
530
|
def certificate_pem(self) -> Optional[str]:
|
530
531
|
"""
|
531
532
|
(Optional, Deprecated)
|
@@ -535,9 +536,6 @@ class CertificateSelfManaged(dict):
|
|
535
536
|
|
536
537
|
> **Warning:** `certificate_pem` is deprecated and will be removed in a future major release. Use `pem_certificate` instead.
|
537
538
|
"""
|
538
|
-
warnings.warn("""`certificate_pem` is deprecated and will be removed in a future major release. Use `pem_certificate` instead.""", DeprecationWarning)
|
539
|
-
pulumi.log.warn("""certificate_pem is deprecated: `certificate_pem` is deprecated and will be removed in a future major release. Use `pem_certificate` instead.""")
|
540
|
-
|
541
539
|
return pulumi.get(self, "certificate_pem")
|
542
540
|
|
543
541
|
@property
|
@@ -561,6 +559,7 @@ class CertificateSelfManaged(dict):
|
|
561
559
|
|
562
560
|
@property
|
563
561
|
@pulumi.getter(name="privateKeyPem")
|
562
|
+
@_utilities.deprecated("""`private_key_pem` is deprecated and will be removed in a future major release. Use `pem_private_key` instead.""")
|
564
563
|
def private_key_pem(self) -> Optional[str]:
|
565
564
|
"""
|
566
565
|
(Optional, Deprecated)
|
@@ -569,9 +568,6 @@ class CertificateSelfManaged(dict):
|
|
569
568
|
|
570
569
|
> **Warning:** `private_key_pem` is deprecated and will be removed in a future major release. Use `pem_private_key` instead.
|
571
570
|
"""
|
572
|
-
warnings.warn("""`private_key_pem` is deprecated and will be removed in a future major release. Use `pem_private_key` instead.""", DeprecationWarning)
|
573
|
-
pulumi.log.warn("""private_key_pem is deprecated: `private_key_pem` is deprecated and will be removed in a future major release. Use `pem_private_key` instead.""")
|
574
|
-
|
575
571
|
return pulumi.get(self, "private_key_pem")
|
576
572
|
|
577
573
|
|
@@ -484,7 +484,7 @@ class BitbucketServerConfig(pulumi.CustomResource):
|
|
484
484
|
service="servicenetworking.googleapis.com",
|
485
485
|
disable_on_destroy=False)
|
486
486
|
vpc_network = gcp.compute.Network("vpc_network", name="vpc-network",
|
487
|
-
opts=pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
487
|
+
opts = pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
488
488
|
private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
|
489
489
|
name="private-ip-alloc",
|
490
490
|
purpose="VPC_PEERING",
|
@@ -495,7 +495,7 @@ class BitbucketServerConfig(pulumi.CustomResource):
|
|
495
495
|
network=vpc_network.id,
|
496
496
|
service="servicenetworking.googleapis.com",
|
497
497
|
reserved_peering_ranges=[private_ip_alloc.name],
|
498
|
-
opts=pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
498
|
+
opts = pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
499
499
|
bbs_config_with_peered_network = gcp.cloudbuild.BitbucketServerConfig("bbs-config-with-peered-network",
|
500
500
|
config_id="bbs-config",
|
501
501
|
location="us-central1",
|
@@ -515,7 +515,7 @@ class BitbucketServerConfig(pulumi.CustomResource):
|
|
515
515
|
-----BEGIN CERTIFICATE-----
|
516
516
|
-----END CERTIFICATE-----
|
517
517
|
\"\"\",
|
518
|
-
opts=pulumi.ResourceOptions(depends_on=[default]))
|
518
|
+
opts = pulumi.ResourceOptions(depends_on=[default]))
|
519
519
|
```
|
520
520
|
|
521
521
|
## Import
|
@@ -637,7 +637,7 @@ class BitbucketServerConfig(pulumi.CustomResource):
|
|
637
637
|
service="servicenetworking.googleapis.com",
|
638
638
|
disable_on_destroy=False)
|
639
639
|
vpc_network = gcp.compute.Network("vpc_network", name="vpc-network",
|
640
|
-
opts=pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
640
|
+
opts = pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
641
641
|
private_ip_alloc = gcp.compute.GlobalAddress("private_ip_alloc",
|
642
642
|
name="private-ip-alloc",
|
643
643
|
purpose="VPC_PEERING",
|
@@ -648,7 +648,7 @@ class BitbucketServerConfig(pulumi.CustomResource):
|
|
648
648
|
network=vpc_network.id,
|
649
649
|
service="servicenetworking.googleapis.com",
|
650
650
|
reserved_peering_ranges=[private_ip_alloc.name],
|
651
|
-
opts=pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
651
|
+
opts = pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
652
652
|
bbs_config_with_peered_network = gcp.cloudbuild.BitbucketServerConfig("bbs-config-with-peered-network",
|
653
653
|
config_id="bbs-config",
|
654
654
|
location="us-central1",
|
@@ -668,7 +668,7 @@ class BitbucketServerConfig(pulumi.CustomResource):
|
|
668
668
|
-----BEGIN CERTIFICATE-----
|
669
669
|
-----END CERTIFICATE-----
|
670
670
|
\"\"\",
|
671
|
-
opts=pulumi.ResourceOptions(depends_on=[default]))
|
671
|
+
opts = pulumi.ResourceOptions(depends_on=[default]))
|
672
672
|
```
|
673
673
|
|
674
674
|
## Import
|
pulumi_gcp/cloudbuild/trigger.py
CHANGED
@@ -1179,7 +1179,7 @@ class Trigger(pulumi.CustomResource):
|
|
1179
1179
|
),
|
1180
1180
|
service_account=cloudbuild_service_account.id,
|
1181
1181
|
filename="cloudbuild.yaml",
|
1182
|
-
opts=pulumi.ResourceOptions(depends_on=[
|
1182
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
1183
1183
|
act_as,
|
1184
1184
|
logs_writer,
|
1185
1185
|
]))
|
@@ -1893,7 +1893,7 @@ class Trigger(pulumi.CustomResource):
|
|
1893
1893
|
),
|
1894
1894
|
service_account=cloudbuild_service_account.id,
|
1895
1895
|
filename="cloudbuild.yaml",
|
1896
|
-
opts=pulumi.ResourceOptions(depends_on=[
|
1896
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
1897
1897
|
act_as,
|
1898
1898
|
logs_writer,
|
1899
1899
|
]))
|
@@ -408,7 +408,7 @@ class WorkerPool(pulumi.CustomResource):
|
|
408
408
|
network = gcp.compute.Network("network",
|
409
409
|
name="my-network",
|
410
410
|
auto_create_subnetworks=False,
|
411
|
-
opts=pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
411
|
+
opts = pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
412
412
|
worker_range = gcp.compute.GlobalAddress("worker_range",
|
413
413
|
name="worker-pool-range",
|
414
414
|
purpose="VPC_PEERING",
|
@@ -419,7 +419,7 @@ class WorkerPool(pulumi.CustomResource):
|
|
419
419
|
network=network.id,
|
420
420
|
service="servicenetworking.googleapis.com",
|
421
421
|
reserved_peering_ranges=[worker_range.name],
|
422
|
-
opts=pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
422
|
+
opts = pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
423
423
|
pool = gcp.cloudbuild.WorkerPool("pool",
|
424
424
|
name="my-pool",
|
425
425
|
location="europe-west1",
|
@@ -432,7 +432,7 @@ class WorkerPool(pulumi.CustomResource):
|
|
432
432
|
peered_network=network.id,
|
433
433
|
peered_network_ip_range="/29",
|
434
434
|
),
|
435
|
-
opts=pulumi.ResourceOptions(depends_on=[worker_pool_conn]))
|
435
|
+
opts = pulumi.ResourceOptions(depends_on=[worker_pool_conn]))
|
436
436
|
```
|
437
437
|
|
438
438
|
## Import
|
@@ -511,7 +511,7 @@ class WorkerPool(pulumi.CustomResource):
|
|
511
511
|
network = gcp.compute.Network("network",
|
512
512
|
name="my-network",
|
513
513
|
auto_create_subnetworks=False,
|
514
|
-
opts=pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
514
|
+
opts = pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
515
515
|
worker_range = gcp.compute.GlobalAddress("worker_range",
|
516
516
|
name="worker-pool-range",
|
517
517
|
purpose="VPC_PEERING",
|
@@ -522,7 +522,7 @@ class WorkerPool(pulumi.CustomResource):
|
|
522
522
|
network=network.id,
|
523
523
|
service="servicenetworking.googleapis.com",
|
524
524
|
reserved_peering_ranges=[worker_range.name],
|
525
|
-
opts=pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
525
|
+
opts = pulumi.ResourceOptions(depends_on=[servicenetworking]))
|
526
526
|
pool = gcp.cloudbuild.WorkerPool("pool",
|
527
527
|
name="my-pool",
|
528
528
|
location="europe-west1",
|
@@ -535,7 +535,7 @@ class WorkerPool(pulumi.CustomResource):
|
|
535
535
|
peered_network=network.id,
|
536
536
|
peered_network_ip_range="/29",
|
537
537
|
),
|
538
|
-
opts=pulumi.ResourceOptions(depends_on=[worker_pool_conn]))
|
538
|
+
opts = pulumi.ResourceOptions(depends_on=[worker_pool_conn]))
|
539
539
|
```
|
540
540
|
|
541
541
|
## Import
|
@@ -573,7 +573,7 @@ class Connection(pulumi.CustomResource):
|
|
573
573
|
app_slug="gcb-app",
|
574
574
|
app_installation_id=300,
|
575
575
|
),
|
576
|
-
opts=pulumi.ResourceOptions(depends_on=[
|
576
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
577
577
|
policy_pk,
|
578
578
|
policy_whs,
|
579
579
|
]))
|
@@ -742,7 +742,7 @@ class Connection(pulumi.CustomResource):
|
|
742
742
|
app_slug="gcb-app",
|
743
743
|
app_installation_id=300,
|
744
744
|
),
|
745
|
-
opts=pulumi.ResourceOptions(depends_on=[
|
745
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
746
746
|
policy_pk,
|
747
747
|
policy_whs,
|
748
748
|
]))
|
@@ -368,7 +368,7 @@ class Repository(pulumi.CustomResource):
|
|
368
368
|
app_slug="gcb-app",
|
369
369
|
app_installation_id=300,
|
370
370
|
),
|
371
|
-
opts=pulumi.ResourceOptions(depends_on=[
|
371
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
372
372
|
policy_pk,
|
373
373
|
policy_whs,
|
374
374
|
]))
|
@@ -516,7 +516,7 @@ class Repository(pulumi.CustomResource):
|
|
516
516
|
app_slug="gcb-app",
|
517
517
|
app_installation_id=300,
|
518
518
|
),
|
519
|
-
opts=pulumi.ResourceOptions(depends_on=[
|
519
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
520
520
|
policy_pk,
|
521
521
|
policy_whs,
|
522
522
|
]))
|
@@ -684,17 +684,17 @@ class Function(pulumi.CustomResource):
|
|
684
684
|
project="my-project-name",
|
685
685
|
role="roles/run.invoker",
|
686
686
|
member=account.email.apply(lambda email: f"serviceAccount:{email}"),
|
687
|
-
opts=pulumi.ResourceOptions(depends_on=[gcs_pubsub_publishing]))
|
687
|
+
opts = pulumi.ResourceOptions(depends_on=[gcs_pubsub_publishing]))
|
688
688
|
event_receiving = gcp.projects.IAMMember("event-receiving",
|
689
689
|
project="my-project-name",
|
690
690
|
role="roles/eventarc.eventReceiver",
|
691
691
|
member=account.email.apply(lambda email: f"serviceAccount:{email}"),
|
692
|
-
opts=pulumi.ResourceOptions(depends_on=[invoking]))
|
692
|
+
opts = pulumi.ResourceOptions(depends_on=[invoking]))
|
693
693
|
artifactregistry_reader = gcp.projects.IAMMember("artifactregistry-reader",
|
694
694
|
project="my-project-name",
|
695
695
|
role="roles/artifactregistry.reader",
|
696
696
|
member=account.email.apply(lambda email: f"serviceAccount:{email}"),
|
697
|
-
opts=pulumi.ResourceOptions(depends_on=[event_receiving]))
|
697
|
+
opts = pulumi.ResourceOptions(depends_on=[event_receiving]))
|
698
698
|
function = gcp.cloudfunctionsv2.Function("function",
|
699
699
|
name="gcf-function",
|
700
700
|
location="us-central1",
|
@@ -733,7 +733,7 @@ class Function(pulumi.CustomResource):
|
|
733
733
|
value=trigger_bucket.name,
|
734
734
|
)],
|
735
735
|
),
|
736
|
-
opts=pulumi.ResourceOptions(depends_on=[
|
736
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
737
737
|
event_receiving,
|
738
738
|
artifactregistry_reader,
|
739
739
|
]))
|
@@ -775,12 +775,12 @@ class Function(pulumi.CustomResource):
|
|
775
775
|
project="my-project-name",
|
776
776
|
role="roles/eventarc.eventReceiver",
|
777
777
|
member=account.email.apply(lambda email: f"serviceAccount:{email}"),
|
778
|
-
opts=pulumi.ResourceOptions(depends_on=[invoking]))
|
778
|
+
opts = pulumi.ResourceOptions(depends_on=[invoking]))
|
779
779
|
artifactregistry_reader = gcp.projects.IAMMember("artifactregistry-reader",
|
780
780
|
project="my-project-name",
|
781
781
|
role="roles/artifactregistry.reader",
|
782
782
|
member=account.email.apply(lambda email: f"serviceAccount:{email}"),
|
783
|
-
opts=pulumi.ResourceOptions(depends_on=[event_receiving]))
|
783
|
+
opts = pulumi.ResourceOptions(depends_on=[event_receiving]))
|
784
784
|
function = gcp.cloudfunctionsv2.Function("function",
|
785
785
|
name="gcf-function",
|
786
786
|
location="us-central1",
|
@@ -831,7 +831,7 @@ class Function(pulumi.CustomResource):
|
|
831
831
|
),
|
832
832
|
],
|
833
833
|
),
|
834
|
-
opts=pulumi.ResourceOptions(depends_on=[
|
834
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
835
835
|
event_receiving,
|
836
836
|
artifactregistry_reader,
|
837
837
|
]))
|
@@ -869,7 +869,7 @@ class Function(pulumi.CustomResource):
|
|
869
869
|
source=pulumi.FileAsset("function-source.zip"))
|
870
870
|
# builder permissions need to stablize before it can pull the source zip
|
871
871
|
wait60s = time.index.Sleep("wait_60s", create_duration=60s,
|
872
|
-
opts=pulumi.ResourceOptions(depends_on=[
|
872
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
873
873
|
log_writer,
|
874
874
|
artifact_registry_writer,
|
875
875
|
storage_object_admin,
|
@@ -894,7 +894,7 @@ class Function(pulumi.CustomResource):
|
|
894
894
|
available_memory="256M",
|
895
895
|
timeout_seconds=60,
|
896
896
|
),
|
897
|
-
opts=pulumi.ResourceOptions(depends_on=[wait60s]))
|
897
|
+
opts = pulumi.ResourceOptions(depends_on=[wait60s]))
|
898
898
|
```
|
899
899
|
### Cloudfunctions2 Secret Env
|
900
900
|
|
@@ -949,7 +949,7 @@ class Function(pulumi.CustomResource):
|
|
949
949
|
version="latest",
|
950
950
|
)],
|
951
951
|
),
|
952
|
-
opts=pulumi.ResourceOptions(depends_on=[secret_secret_version]))
|
952
|
+
opts = pulumi.ResourceOptions(depends_on=[secret_secret_version]))
|
953
953
|
```
|
954
954
|
### Cloudfunctions2 Secret Volume
|
955
955
|
|
@@ -1003,7 +1003,7 @@ class Function(pulumi.CustomResource):
|
|
1003
1003
|
secret=secret.secret_id,
|
1004
1004
|
)],
|
1005
1005
|
),
|
1006
|
-
opts=pulumi.ResourceOptions(depends_on=[secret_secret_version]))
|
1006
|
+
opts = pulumi.ResourceOptions(depends_on=[secret_secret_version]))
|
1007
1007
|
```
|
1008
1008
|
### Cloudfunctions2 Private Workerpool
|
1009
1009
|
|
@@ -1082,13 +1082,13 @@ class Function(pulumi.CustomResource):
|
|
1082
1082
|
f"serviceAccount:service-{project_get_project.number}@serverless-robot-prod.iam.gserviceaccount.com",
|
1083
1083
|
ea_sa.email.apply(lambda email: f"serviceAccount:{email}"),
|
1084
1084
|
],
|
1085
|
-
opts=pulumi.ResourceOptions(depends_on=[ea_sa]))
|
1085
|
+
opts = pulumi.ResourceOptions(depends_on=[ea_sa]))
|
1086
1086
|
encoded_ar_repo = gcp.artifactregistry.Repository("encoded-ar-repo",
|
1087
1087
|
location="us-central1",
|
1088
1088
|
repository_id="cmek-repo",
|
1089
1089
|
format="DOCKER",
|
1090
1090
|
kms_key_name="cmek-key",
|
1091
|
-
opts=pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
|
1091
|
+
opts = pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
|
1092
1092
|
binding = gcp.artifactregistry.RepositoryIamBinding("binding",
|
1093
1093
|
location=encoded_ar_repo.location,
|
1094
1094
|
repository=encoded_ar_repo.name,
|
@@ -1115,7 +1115,7 @@ class Function(pulumi.CustomResource):
|
|
1115
1115
|
available_memory="256M",
|
1116
1116
|
timeout_seconds=60,
|
1117
1117
|
),
|
1118
|
-
opts=pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
|
1118
|
+
opts = pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
|
1119
1119
|
```
|
1120
1120
|
|
1121
1121
|
## Import
|
@@ -1373,17 +1373,17 @@ class Function(pulumi.CustomResource):
|
|
1373
1373
|
project="my-project-name",
|
1374
1374
|
role="roles/run.invoker",
|
1375
1375
|
member=account.email.apply(lambda email: f"serviceAccount:{email}"),
|
1376
|
-
opts=pulumi.ResourceOptions(depends_on=[gcs_pubsub_publishing]))
|
1376
|
+
opts = pulumi.ResourceOptions(depends_on=[gcs_pubsub_publishing]))
|
1377
1377
|
event_receiving = gcp.projects.IAMMember("event-receiving",
|
1378
1378
|
project="my-project-name",
|
1379
1379
|
role="roles/eventarc.eventReceiver",
|
1380
1380
|
member=account.email.apply(lambda email: f"serviceAccount:{email}"),
|
1381
|
-
opts=pulumi.ResourceOptions(depends_on=[invoking]))
|
1381
|
+
opts = pulumi.ResourceOptions(depends_on=[invoking]))
|
1382
1382
|
artifactregistry_reader = gcp.projects.IAMMember("artifactregistry-reader",
|
1383
1383
|
project="my-project-name",
|
1384
1384
|
role="roles/artifactregistry.reader",
|
1385
1385
|
member=account.email.apply(lambda email: f"serviceAccount:{email}"),
|
1386
|
-
opts=pulumi.ResourceOptions(depends_on=[event_receiving]))
|
1386
|
+
opts = pulumi.ResourceOptions(depends_on=[event_receiving]))
|
1387
1387
|
function = gcp.cloudfunctionsv2.Function("function",
|
1388
1388
|
name="gcf-function",
|
1389
1389
|
location="us-central1",
|
@@ -1422,7 +1422,7 @@ class Function(pulumi.CustomResource):
|
|
1422
1422
|
value=trigger_bucket.name,
|
1423
1423
|
)],
|
1424
1424
|
),
|
1425
|
-
opts=pulumi.ResourceOptions(depends_on=[
|
1425
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
1426
1426
|
event_receiving,
|
1427
1427
|
artifactregistry_reader,
|
1428
1428
|
]))
|
@@ -1464,12 +1464,12 @@ class Function(pulumi.CustomResource):
|
|
1464
1464
|
project="my-project-name",
|
1465
1465
|
role="roles/eventarc.eventReceiver",
|
1466
1466
|
member=account.email.apply(lambda email: f"serviceAccount:{email}"),
|
1467
|
-
opts=pulumi.ResourceOptions(depends_on=[invoking]))
|
1467
|
+
opts = pulumi.ResourceOptions(depends_on=[invoking]))
|
1468
1468
|
artifactregistry_reader = gcp.projects.IAMMember("artifactregistry-reader",
|
1469
1469
|
project="my-project-name",
|
1470
1470
|
role="roles/artifactregistry.reader",
|
1471
1471
|
member=account.email.apply(lambda email: f"serviceAccount:{email}"),
|
1472
|
-
opts=pulumi.ResourceOptions(depends_on=[event_receiving]))
|
1472
|
+
opts = pulumi.ResourceOptions(depends_on=[event_receiving]))
|
1473
1473
|
function = gcp.cloudfunctionsv2.Function("function",
|
1474
1474
|
name="gcf-function",
|
1475
1475
|
location="us-central1",
|
@@ -1520,7 +1520,7 @@ class Function(pulumi.CustomResource):
|
|
1520
1520
|
),
|
1521
1521
|
],
|
1522
1522
|
),
|
1523
|
-
opts=pulumi.ResourceOptions(depends_on=[
|
1523
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
1524
1524
|
event_receiving,
|
1525
1525
|
artifactregistry_reader,
|
1526
1526
|
]))
|
@@ -1558,7 +1558,7 @@ class Function(pulumi.CustomResource):
|
|
1558
1558
|
source=pulumi.FileAsset("function-source.zip"))
|
1559
1559
|
# builder permissions need to stablize before it can pull the source zip
|
1560
1560
|
wait60s = time.index.Sleep("wait_60s", create_duration=60s,
|
1561
|
-
opts=pulumi.ResourceOptions(depends_on=[
|
1561
|
+
opts = pulumi.ResourceOptions(depends_on=[
|
1562
1562
|
log_writer,
|
1563
1563
|
artifact_registry_writer,
|
1564
1564
|
storage_object_admin,
|
@@ -1583,7 +1583,7 @@ class Function(pulumi.CustomResource):
|
|
1583
1583
|
available_memory="256M",
|
1584
1584
|
timeout_seconds=60,
|
1585
1585
|
),
|
1586
|
-
opts=pulumi.ResourceOptions(depends_on=[wait60s]))
|
1586
|
+
opts = pulumi.ResourceOptions(depends_on=[wait60s]))
|
1587
1587
|
```
|
1588
1588
|
### Cloudfunctions2 Secret Env
|
1589
1589
|
|
@@ -1638,7 +1638,7 @@ class Function(pulumi.CustomResource):
|
|
1638
1638
|
version="latest",
|
1639
1639
|
)],
|
1640
1640
|
),
|
1641
|
-
opts=pulumi.ResourceOptions(depends_on=[secret_secret_version]))
|
1641
|
+
opts = pulumi.ResourceOptions(depends_on=[secret_secret_version]))
|
1642
1642
|
```
|
1643
1643
|
### Cloudfunctions2 Secret Volume
|
1644
1644
|
|
@@ -1692,7 +1692,7 @@ class Function(pulumi.CustomResource):
|
|
1692
1692
|
secret=secret.secret_id,
|
1693
1693
|
)],
|
1694
1694
|
),
|
1695
|
-
opts=pulumi.ResourceOptions(depends_on=[secret_secret_version]))
|
1695
|
+
opts = pulumi.ResourceOptions(depends_on=[secret_secret_version]))
|
1696
1696
|
```
|
1697
1697
|
### Cloudfunctions2 Private Workerpool
|
1698
1698
|
|
@@ -1771,13 +1771,13 @@ class Function(pulumi.CustomResource):
|
|
1771
1771
|
f"serviceAccount:service-{project_get_project.number}@serverless-robot-prod.iam.gserviceaccount.com",
|
1772
1772
|
ea_sa.email.apply(lambda email: f"serviceAccount:{email}"),
|
1773
1773
|
],
|
1774
|
-
opts=pulumi.ResourceOptions(depends_on=[ea_sa]))
|
1774
|
+
opts = pulumi.ResourceOptions(depends_on=[ea_sa]))
|
1775
1775
|
encoded_ar_repo = gcp.artifactregistry.Repository("encoded-ar-repo",
|
1776
1776
|
location="us-central1",
|
1777
1777
|
repository_id="cmek-repo",
|
1778
1778
|
format="DOCKER",
|
1779
1779
|
kms_key_name="cmek-key",
|
1780
|
-
opts=pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
|
1780
|
+
opts = pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
|
1781
1781
|
binding = gcp.artifactregistry.RepositoryIamBinding("binding",
|
1782
1782
|
location=encoded_ar_repo.location,
|
1783
1783
|
repository=encoded_ar_repo.name,
|
@@ -1804,7 +1804,7 @@ class Function(pulumi.CustomResource):
|
|
1804
1804
|
available_memory="256M",
|
1805
1805
|
timeout_seconds=60,
|
1806
1806
|
),
|
1807
|
-
opts=pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
|
1807
|
+
opts = pulumi.ResourceOptions(depends_on=[gcf_cmek_keyuser]))
|
1808
1808
|
```
|
1809
1809
|
|
1810
1810
|
## Import
|
pulumi_gcp/cloudids/endpoint.py
CHANGED
@@ -376,7 +376,7 @@ class Endpoint(pulumi.CustomResource):
|
|
376
376
|
location="us-central1-f",
|
377
377
|
network=default.id,
|
378
378
|
severity="INFORMATIONAL",
|
379
|
-
opts=pulumi.ResourceOptions(depends_on=[private_service_connection]))
|
379
|
+
opts = pulumi.ResourceOptions(depends_on=[private_service_connection]))
|
380
380
|
```
|
381
381
|
|
382
382
|
## Import
|
@@ -455,7 +455,7 @@ class Endpoint(pulumi.CustomResource):
|
|
455
455
|
location="us-central1-f",
|
456
456
|
network=default.id,
|
457
457
|
severity="INFORMATIONAL",
|
458
|
-
opts=pulumi.ResourceOptions(depends_on=[private_service_connection]))
|
458
|
+
opts = pulumi.ResourceOptions(depends_on=[private_service_connection]))
|
459
459
|
```
|
460
460
|
|
461
461
|
## Import
|
pulumi_gcp/cloudrun/_inputs.py
CHANGED
@@ -1549,6 +1549,7 @@ class ServiceTemplateSpecArgs:
|
|
1549
1549
|
|
1550
1550
|
@property
|
1551
1551
|
@pulumi.getter(name="servingState")
|
1552
|
+
@_utilities.deprecated("""`serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
|
1552
1553
|
def serving_state(self) -> Optional[pulumi.Input[str]]:
|
1553
1554
|
"""
|
1554
1555
|
(Output, Deprecated)
|
@@ -1559,9 +1560,6 @@ class ServiceTemplateSpecArgs:
|
|
1559
1560
|
|
1560
1561
|
> **Warning:** `serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
1561
1562
|
"""
|
1562
|
-
warnings.warn("""`serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""", DeprecationWarning)
|
1563
|
-
pulumi.log.warn("""serving_state is deprecated: `serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
|
1564
|
-
|
1565
1563
|
return pulumi.get(self, "serving_state")
|
1566
1564
|
|
1567
1565
|
@serving_state.setter
|
@@ -1720,6 +1718,7 @@ class ServiceTemplateSpecContainerArgs:
|
|
1720
1718
|
|
1721
1719
|
@property
|
1722
1720
|
@pulumi.getter(name="envFroms")
|
1721
|
+
@_utilities.deprecated("""`env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
|
1723
1722
|
def env_froms(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ServiceTemplateSpecContainerEnvFromArgs']]]]:
|
1724
1723
|
"""
|
1725
1724
|
(Optional, Deprecated)
|
@@ -1732,9 +1731,6 @@ class ServiceTemplateSpecContainerArgs:
|
|
1732
1731
|
|
1733
1732
|
> **Warning:** `env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
1734
1733
|
"""
|
1735
|
-
warnings.warn("""`env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""", DeprecationWarning)
|
1736
|
-
pulumi.log.warn("""env_froms is deprecated: `env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
|
1737
|
-
|
1738
1734
|
return pulumi.get(self, "env_froms")
|
1739
1735
|
|
1740
1736
|
@env_froms.setter
|
@@ -1837,6 +1833,7 @@ class ServiceTemplateSpecContainerArgs:
|
|
1837
1833
|
|
1838
1834
|
@property
|
1839
1835
|
@pulumi.getter(name="workingDir")
|
1836
|
+
@_utilities.deprecated("""`working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
|
1840
1837
|
def working_dir(self) -> Optional[pulumi.Input[str]]:
|
1841
1838
|
"""
|
1842
1839
|
(Optional, Deprecated)
|
@@ -1846,9 +1843,6 @@ class ServiceTemplateSpecContainerArgs:
|
|
1846
1843
|
|
1847
1844
|
> **Warning:** `working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
1848
1845
|
"""
|
1849
|
-
warnings.warn("""`working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""", DeprecationWarning)
|
1850
|
-
pulumi.log.warn("""working_dir is deprecated: `working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
|
1851
|
-
|
1852
1846
|
return pulumi.get(self, "working_dir")
|
1853
1847
|
|
1854
1848
|
@working_dir.setter
|
pulumi_gcp/cloudrun/outputs.py
CHANGED
@@ -1484,6 +1484,7 @@ class ServiceTemplateSpec(dict):
|
|
1484
1484
|
|
1485
1485
|
@property
|
1486
1486
|
@pulumi.getter(name="servingState")
|
1487
|
+
@_utilities.deprecated("""`serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
|
1487
1488
|
def serving_state(self) -> Optional[str]:
|
1488
1489
|
"""
|
1489
1490
|
(Output, Deprecated)
|
@@ -1494,9 +1495,6 @@ class ServiceTemplateSpec(dict):
|
|
1494
1495
|
|
1495
1496
|
> **Warning:** `serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
1496
1497
|
"""
|
1497
|
-
warnings.warn("""`serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""", DeprecationWarning)
|
1498
|
-
pulumi.log.warn("""serving_state is deprecated: `serving_state` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
|
1499
|
-
|
1500
1498
|
return pulumi.get(self, "serving_state")
|
1501
1499
|
|
1502
1500
|
@property
|
@@ -1650,6 +1648,7 @@ class ServiceTemplateSpecContainer(dict):
|
|
1650
1648
|
|
1651
1649
|
@property
|
1652
1650
|
@pulumi.getter(name="envFroms")
|
1651
|
+
@_utilities.deprecated("""`env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
|
1653
1652
|
def env_froms(self) -> Optional[Sequence['outputs.ServiceTemplateSpecContainerEnvFrom']]:
|
1654
1653
|
"""
|
1655
1654
|
(Optional, Deprecated)
|
@@ -1662,9 +1661,6 @@ class ServiceTemplateSpecContainer(dict):
|
|
1662
1661
|
|
1663
1662
|
> **Warning:** `env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
1664
1663
|
"""
|
1665
|
-
warnings.warn("""`env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""", DeprecationWarning)
|
1666
|
-
pulumi.log.warn("""env_froms is deprecated: `env_from` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
|
1667
|
-
|
1668
1664
|
return pulumi.get(self, "env_froms")
|
1669
1665
|
|
1670
1666
|
@property
|
@@ -1735,6 +1731,7 @@ class ServiceTemplateSpecContainer(dict):
|
|
1735
1731
|
|
1736
1732
|
@property
|
1737
1733
|
@pulumi.getter(name="workingDir")
|
1734
|
+
@_utilities.deprecated("""`working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
|
1738
1735
|
def working_dir(self) -> Optional[str]:
|
1739
1736
|
"""
|
1740
1737
|
(Optional, Deprecated)
|
@@ -1744,9 +1741,6 @@ class ServiceTemplateSpecContainer(dict):
|
|
1744
1741
|
|
1745
1742
|
> **Warning:** `working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.
|
1746
1743
|
"""
|
1747
|
-
warnings.warn("""`working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""", DeprecationWarning)
|
1748
|
-
pulumi.log.warn("""working_dir is deprecated: `working_dir` is deprecated and will be removed in a future major release. This field is not supported by the Cloud Run API.""")
|
1749
|
-
|
1750
1744
|
return pulumi.get(self, "working_dir")
|
1751
1745
|
|
1752
1746
|
|