pulumi-gcp 8.15.0a1737527599__py3-none-any.whl → 8.16.0a1737786862__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.
Files changed (77) hide show
  1. pulumi_gcp/__init__.py +78 -0
  2. pulumi_gcp/accesscontextmanager/access_level_condition.py +28 -0
  3. pulumi_gcp/accesscontextmanager/egress_policy.py +28 -0
  4. pulumi_gcp/accesscontextmanager/ingress_policy.py +28 -0
  5. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +28 -0
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +28 -0
  7. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
  8. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +28 -0
  9. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +28 -0
  10. pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +56 -0
  11. pulumi_gcp/apigee/__init__.py +1 -0
  12. pulumi_gcp/apigee/environment_addons_config.py +266 -0
  13. pulumi_gcp/artifactregistry/repository.py +32 -2
  14. pulumi_gcp/bigquery/connection.py +2 -2
  15. pulumi_gcp/bigquery/routine.py +2 -2
  16. pulumi_gcp/billing/project_info.py +4 -4
  17. pulumi_gcp/chronicle/__init__.py +3 -0
  18. pulumi_gcp/chronicle/_inputs.py +379 -0
  19. pulumi_gcp/chronicle/data_access_label.py +21 -21
  20. pulumi_gcp/chronicle/outputs.py +302 -0
  21. pulumi_gcp/chronicle/reference_list.py +788 -0
  22. pulumi_gcp/chronicle/rule.py +1308 -0
  23. pulumi_gcp/chronicle/rule_deployment.py +849 -0
  24. pulumi_gcp/colab/__init__.py +10 -0
  25. pulumi_gcp/colab/_inputs.py +359 -0
  26. pulumi_gcp/colab/outputs.py +344 -0
  27. pulumi_gcp/colab/runtime_template.py +1160 -0
  28. pulumi_gcp/compute/_inputs.py +9 -9
  29. pulumi_gcp/compute/interconnect_attachment.py +7 -7
  30. pulumi_gcp/compute/outputs.py +6 -6
  31. pulumi_gcp/compute/route.py +8 -16
  32. pulumi_gcp/compute/subnetwork.py +7 -7
  33. pulumi_gcp/compute/target_instance.py +4 -4
  34. pulumi_gcp/compute/url_map.py +4 -0
  35. pulumi_gcp/config/__init__.pyi +6 -0
  36. pulumi_gcp/config/vars.py +12 -0
  37. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  38. pulumi_gcp/dataplex/entry_type.py +2 -2
  39. pulumi_gcp/dataplex/task.py +16 -16
  40. pulumi_gcp/dataproc/batch.py +10 -10
  41. pulumi_gcp/discoveryengine/_inputs.py +54 -0
  42. pulumi_gcp/discoveryengine/data_store.py +94 -0
  43. pulumi_gcp/discoveryengine/outputs.py +51 -0
  44. pulumi_gcp/edgenetwork/__init__.py +1 -0
  45. pulumi_gcp/edgenetwork/interconnect_attachment.py +941 -0
  46. pulumi_gcp/firestore/field.py +4 -4
  47. pulumi_gcp/gemini/code_repository_index.py +47 -0
  48. pulumi_gcp/gkehub/membership_binding.py +6 -6
  49. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  50. pulumi_gcp/gkehub/namespace.py +4 -4
  51. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  52. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  53. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  54. pulumi_gcp/networkconnectivity/spoke.py +14 -14
  55. pulumi_gcp/networksecurity/authz_policy.py +0 -202
  56. pulumi_gcp/orgpolicy/policy.py +2 -2
  57. pulumi_gcp/parametermanager/__init__.py +13 -0
  58. pulumi_gcp/parametermanager/_inputs.py +174 -0
  59. pulumi_gcp/parametermanager/get_regional_parameter.py +230 -0
  60. pulumi_gcp/parametermanager/outputs.py +191 -0
  61. pulumi_gcp/parametermanager/parameter.py +706 -0
  62. pulumi_gcp/parametermanager/regional_parameter.py +762 -0
  63. pulumi_gcp/parametermanager/regional_parameter_version.py +558 -0
  64. pulumi_gcp/provider.py +60 -0
  65. pulumi_gcp/pubsub/subscription.py +6 -6
  66. pulumi_gcp/pulumi-plugin.json +1 -1
  67. pulumi_gcp/sql/_inputs.py +54 -0
  68. pulumi_gcp/sql/database_instance.py +78 -16
  69. pulumi_gcp/sql/get_database_instance.py +12 -1
  70. pulumi_gcp/sql/outputs.py +122 -0
  71. pulumi_gcp/sql/source_representation_instance.py +7 -14
  72. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  73. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  74. {pulumi_gcp-8.15.0a1737527599.dist-info → pulumi_gcp-8.16.0a1737786862.dist-info}/METADATA +1 -1
  75. {pulumi_gcp-8.15.0a1737527599.dist-info → pulumi_gcp-8.16.0a1737786862.dist-info}/RECORD +77 -61
  76. {pulumi_gcp-8.15.0a1737527599.dist-info → pulumi_gcp-8.16.0a1737786862.dist-info}/WHEEL +0 -0
  77. {pulumi_gcp-8.15.0a1737527599.dist-info → pulumi_gcp-8.16.0a1737786862.dist-info}/top_level.txt +0 -0
@@ -16707,7 +16707,7 @@ if not MYPY:
16707
16707
  """
16708
16708
  stack_type: NotRequired[pulumi.Input[str]]
16709
16709
  """
16710
- The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
16710
+ The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
16711
16711
  """
16712
16712
  subnetwork: NotRequired[pulumi.Input[str]]
16713
16713
  """
@@ -16771,7 +16771,7 @@ class InstanceNetworkInterfaceArgs:
16771
16771
  :param pulumi.Input[str] nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, IDPF. In the beta provider the additional values of MRDMA and IRDMA are supported.
16772
16772
  :param pulumi.Input[int] queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
16773
16773
  :param pulumi.Input[str] security_policy: A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.
16774
- :param pulumi.Input[str] stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
16774
+ :param pulumi.Input[str] stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
16775
16775
  :param pulumi.Input[str] subnetwork: The name or self_link of the subnetwork to attach this
16776
16776
  interface to. Either `network` or `subnetwork` must be provided. If network isn't provided
16777
16777
  it will be inferred from the subnetwork. The subnetwork must exist in the same region this
@@ -16986,7 +16986,7 @@ class InstanceNetworkInterfaceArgs:
16986
16986
  @pulumi.getter(name="stackType")
16987
16987
  def stack_type(self) -> Optional[pulumi.Input[str]]:
16988
16988
  """
16989
- The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
16989
+ The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
16990
16990
  """
16991
16991
  return pulumi.get(self, "stack_type")
16992
16992
 
@@ -19290,7 +19290,7 @@ if not MYPY:
19290
19290
  """
19291
19291
  stack_type: NotRequired[pulumi.Input[str]]
19292
19292
  """
19293
- The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
19293
+ The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
19294
19294
  """
19295
19295
  subnetwork: NotRequired[pulumi.Input[str]]
19296
19296
  """
@@ -19350,7 +19350,7 @@ class InstanceTemplateNetworkInterfaceArgs:
19350
19350
  empty, the address will be automatically assigned.
19351
19351
  :param pulumi.Input[str] nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET. In the beta provider the additional values of MRDMA and IRDMA are supported.
19352
19352
  :param pulumi.Input[int] queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
19353
- :param pulumi.Input[str] stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
19353
+ :param pulumi.Input[str] stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
19354
19354
  :param pulumi.Input[str] subnetwork: the name of the subnetwork to attach this interface
19355
19355
  to. The subnetwork must exist in the same `region` this instance will be
19356
19356
  created in. Either `network` or `subnetwork` must be provided.
@@ -19549,7 +19549,7 @@ class InstanceTemplateNetworkInterfaceArgs:
19549
19549
  @pulumi.getter(name="stackType")
19550
19550
  def stack_type(self) -> Optional[pulumi.Input[str]]:
19551
19551
  """
19552
- The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
19552
+ The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
19553
19553
  """
19554
19554
  return pulumi.get(self, "stack_type")
19555
19555
 
@@ -32902,7 +32902,7 @@ if not MYPY:
32902
32902
  """
32903
32903
  stack_type: NotRequired[pulumi.Input[str]]
32904
32904
  """
32905
- The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
32905
+ The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
32906
32906
  """
32907
32907
  subnetwork: NotRequired[pulumi.Input[str]]
32908
32908
  """
@@ -32953,7 +32953,7 @@ class RegionInstanceTemplateNetworkInterfaceArgs:
32953
32953
  empty, the address will be automatically assigned.
32954
32954
  :param pulumi.Input[str] nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET. In the beta provider the additional values of MRDMA and IRDMA are supported.
32955
32955
  :param pulumi.Input[int] queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
32956
- :param pulumi.Input[str] stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
32956
+ :param pulumi.Input[str] stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
32957
32957
  :param pulumi.Input[str] subnetwork: the name of the subnetwork to attach this interface
32958
32958
  to. The subnetwork must exist in the same `region` this instance will be
32959
32959
  created in. Either `network` or `subnetwork` must be provided.
@@ -33129,7 +33129,7 @@ class RegionInstanceTemplateNetworkInterfaceArgs:
33129
33129
  @pulumi.getter(name="stackType")
33130
33130
  def stack_type(self) -> Optional[pulumi.Input[str]]:
33131
33131
  """
33132
- The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
33132
+ The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
33133
33133
  """
33134
33134
  return pulumi.get(self, "stack_type")
33135
33135
 
@@ -51,7 +51,7 @@ class InterconnectAttachmentArgs:
51
51
  For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
52
52
  Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
53
53
  Defaults to BPS_10G
54
- Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
54
+ Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
55
55
  :param pulumi.Input[Sequence[pulumi.Input[str]]] candidate_subnets: Up to 16 candidate prefixes that can be used to restrict the allocation
56
56
  of cloudRouterIpAddress and customerRouterIpAddress for this attachment.
57
57
  All prefixes must be within link-local address space (169.254.0.0/16)
@@ -199,7 +199,7 @@ class InterconnectAttachmentArgs:
199
199
  For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
200
200
  Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
201
201
  Defaults to BPS_10G
202
- Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
202
+ Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
203
203
  """
204
204
  return pulumi.get(self, "bandwidth")
205
205
 
@@ -477,7 +477,7 @@ class _InterconnectAttachmentState:
477
477
  For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
478
478
  Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
479
479
  Defaults to BPS_10G
480
- Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
480
+ Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
481
481
  :param pulumi.Input[Sequence[pulumi.Input[str]]] candidate_subnets: Up to 16 candidate prefixes that can be used to restrict the allocation
482
482
  of cloudRouterIpAddress and customerRouterIpAddress for this attachment.
483
483
  All prefixes must be within link-local address space (169.254.0.0/16)
@@ -659,7 +659,7 @@ class _InterconnectAttachmentState:
659
659
  For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
660
660
  Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
661
661
  Defaults to BPS_10G
662
- Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
662
+ Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
663
663
  """
664
664
  return pulumi.get(self, "bandwidth")
665
665
 
@@ -1177,7 +1177,7 @@ class InterconnectAttachment(pulumi.CustomResource):
1177
1177
  For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
1178
1178
  Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
1179
1179
  Defaults to BPS_10G
1180
- Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
1180
+ Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
1181
1181
  :param pulumi.Input[Sequence[pulumi.Input[str]]] candidate_subnets: Up to 16 candidate prefixes that can be used to restrict the allocation
1182
1182
  of cloudRouterIpAddress and customerRouterIpAddress for this attachment.
1183
1183
  All prefixes must be within link-local address space (169.254.0.0/16)
@@ -1477,7 +1477,7 @@ class InterconnectAttachment(pulumi.CustomResource):
1477
1477
  For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
1478
1478
  Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
1479
1479
  Defaults to BPS_10G
1480
- Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
1480
+ Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
1481
1481
  :param pulumi.Input[Sequence[pulumi.Input[str]]] candidate_subnets: Up to 16 candidate prefixes that can be used to restrict the allocation
1482
1482
  of cloudRouterIpAddress and customerRouterIpAddress for this attachment.
1483
1483
  All prefixes must be within link-local address space (169.254.0.0/16)
@@ -1632,7 +1632,7 @@ class InterconnectAttachment(pulumi.CustomResource):
1632
1632
  For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
1633
1633
  Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
1634
1634
  Defaults to BPS_10G
1635
- Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
1635
+ Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
1636
1636
  """
1637
1637
  return pulumi.get(self, "bandwidth")
1638
1638
 
@@ -12415,7 +12415,7 @@ class InstanceNetworkInterface(dict):
12415
12415
  :param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, IDPF. In the beta provider the additional values of MRDMA and IRDMA are supported.
12416
12416
  :param int queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
12417
12417
  :param str security_policy: A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.
12418
- :param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
12418
+ :param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
12419
12419
  :param str subnetwork: The name or self_link of the subnetwork to attach this
12420
12420
  interface to. Either `network` or `subnetwork` must be provided. If network isn't provided
12421
12421
  it will be inferred from the subnetwork. The subnetwork must exist in the same region this
@@ -12578,7 +12578,7 @@ class InstanceNetworkInterface(dict):
12578
12578
  @pulumi.getter(name="stackType")
12579
12579
  def stack_type(self) -> Optional[str]:
12580
12580
  """
12581
- The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
12581
+ The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
12582
12582
  """
12583
12583
  return pulumi.get(self, "stack_type")
12584
12584
 
@@ -14372,7 +14372,7 @@ class InstanceTemplateNetworkInterface(dict):
14372
14372
  empty, the address will be automatically assigned.
14373
14373
  :param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET. In the beta provider the additional values of MRDMA and IRDMA are supported.
14374
14374
  :param int queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
14375
- :param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
14375
+ :param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
14376
14376
  :param str subnetwork: the name of the subnetwork to attach this interface
14377
14377
  to. The subnetwork must exist in the same `region` this instance will be
14378
14378
  created in. Either `network` or `subnetwork` must be provided.
@@ -14523,7 +14523,7 @@ class InstanceTemplateNetworkInterface(dict):
14523
14523
  @pulumi.getter(name="stackType")
14524
14524
  def stack_type(self) -> Optional[str]:
14525
14525
  """
14526
- The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
14526
+ The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
14527
14527
  """
14528
14528
  return pulumi.get(self, "stack_type")
14529
14529
 
@@ -24540,7 +24540,7 @@ class RegionInstanceTemplateNetworkInterface(dict):
24540
24540
  empty, the address will be automatically assigned.
24541
24541
  :param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET. In the beta provider the additional values of MRDMA and IRDMA are supported.
24542
24542
  :param int queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
24543
- :param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
24543
+ :param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
24544
24544
  :param str subnetwork: the name of the subnetwork to attach this interface
24545
24545
  to. The subnetwork must exist in the same `region` this instance will be
24546
24546
  created in. Either `network` or `subnetwork` must be provided.
@@ -24672,7 +24672,7 @@ class RegionInstanceTemplateNetworkInterface(dict):
24672
24672
  @pulumi.getter(name="stackType")
24673
24673
  def stack_type(self) -> Optional[str]:
24674
24674
  """
24675
- The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
24675
+ The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
24676
24676
  """
24677
24677
  return pulumi.get(self, "stack_type")
24678
24678
 
@@ -382,13 +382,11 @@ class _RouteState:
382
382
  specified) The zone of the instance specified in
383
383
  `next_hop_instance`. Omit if `next_hop_instance` is specified as
384
384
  a URL.
385
- :param pulumi.Input[str] next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance,
386
- distance, and available bandwidth between regions.
385
+ :param pulumi.Input[str] next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
387
386
  :param pulumi.Input[str] next_hop_ip: Network IP address of an instance that should handle matching packets.
388
387
  :param pulumi.Input[str] next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
389
388
  :param pulumi.Input[str] next_hop_network: URL to a Network that should handle matching packets.
390
- :param pulumi.Input[str] next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or
391
- INCOMPLETE.
389
+ :param pulumi.Input[str] next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
392
390
  :param pulumi.Input[str] next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
393
391
  :param pulumi.Input[int] priority: The priority of this route. Priority is used to break ties in cases
394
392
  where there is more than one matching route of equal prefix length.
@@ -574,8 +572,7 @@ class _RouteState:
574
572
  @pulumi.getter(name="nextHopInterRegionCost")
575
573
  def next_hop_inter_region_cost(self) -> Optional[pulumi.Input[str]]:
576
574
  """
577
- Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance,
578
- distance, and available bandwidth between regions.
575
+ Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
579
576
  """
580
577
  return pulumi.get(self, "next_hop_inter_region_cost")
581
578
 
@@ -623,8 +620,7 @@ class _RouteState:
623
620
  @pulumi.getter(name="nextHopOrigin")
624
621
  def next_hop_origin(self) -> Optional[pulumi.Input[str]]:
625
622
  """
626
- Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or
627
- INCOMPLETE.
623
+ Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
628
624
  """
629
625
  return pulumi.get(self, "next_hop_origin")
630
626
 
@@ -1270,13 +1266,11 @@ class Route(pulumi.CustomResource):
1270
1266
  specified) The zone of the instance specified in
1271
1267
  `next_hop_instance`. Omit if `next_hop_instance` is specified as
1272
1268
  a URL.
1273
- :param pulumi.Input[str] next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance,
1274
- distance, and available bandwidth between regions.
1269
+ :param pulumi.Input[str] next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
1275
1270
  :param pulumi.Input[str] next_hop_ip: Network IP address of an instance that should handle matching packets.
1276
1271
  :param pulumi.Input[str] next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
1277
1272
  :param pulumi.Input[str] next_hop_network: URL to a Network that should handle matching packets.
1278
- :param pulumi.Input[str] next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or
1279
- INCOMPLETE.
1273
+ :param pulumi.Input[str] next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
1280
1274
  :param pulumi.Input[str] next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
1281
1275
  :param pulumi.Input[int] priority: The priority of this route. Priority is used to break ties in cases
1282
1276
  where there is more than one matching route of equal prefix length.
@@ -1417,8 +1411,7 @@ class Route(pulumi.CustomResource):
1417
1411
  @pulumi.getter(name="nextHopInterRegionCost")
1418
1412
  def next_hop_inter_region_cost(self) -> pulumi.Output[str]:
1419
1413
  """
1420
- Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance,
1421
- distance, and available bandwidth between regions.
1414
+ Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
1422
1415
  """
1423
1416
  return pulumi.get(self, "next_hop_inter_region_cost")
1424
1417
 
@@ -1450,8 +1443,7 @@ class Route(pulumi.CustomResource):
1450
1443
  @pulumi.getter(name="nextHopOrigin")
1451
1444
  def next_hop_origin(self) -> pulumi.Output[str]:
1452
1445
  """
1453
- Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or
1454
- INCOMPLETE.
1446
+ Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
1455
1447
  """
1456
1448
  return pulumi.get(self, "next_hop_origin")
1457
1449
 
@@ -109,7 +109,7 @@ class SubnetworkArgs:
109
109
  Defaults to false.
110
110
  :param pulumi.Input[str] stack_type: The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
111
111
  If not specified IPV4_ONLY will be used.
112
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
112
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
113
113
  """
114
114
  pulumi.set(__self__, "network", network)
115
115
  if allow_subnet_cidr_routes_overlap is not None:
@@ -406,7 +406,7 @@ class SubnetworkArgs:
406
406
  """
407
407
  The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
408
408
  If not specified IPV4_ONLY will be used.
409
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
409
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
410
410
  """
411
411
  return pulumi.get(self, "stack_type")
412
412
 
@@ -520,7 +520,7 @@ class _SubnetworkState:
520
520
  Defaults to false.
521
521
  :param pulumi.Input[str] stack_type: The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
522
522
  If not specified IPV4_ONLY will be used.
523
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
523
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
524
524
  :param pulumi.Input[int] subnetwork_id: The unique identifier number for the resource. This identifier is defined by the server.
525
525
  """
526
526
  if allow_subnet_cidr_routes_overlap is not None:
@@ -910,7 +910,7 @@ class _SubnetworkState:
910
910
  """
911
911
  The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
912
912
  If not specified IPV4_ONLY will be used.
913
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
913
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
914
914
  """
915
915
  return pulumi.get(self, "stack_type")
916
916
 
@@ -1267,7 +1267,7 @@ class Subnetwork(pulumi.CustomResource):
1267
1267
  Defaults to false.
1268
1268
  :param pulumi.Input[str] stack_type: The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
1269
1269
  If not specified IPV4_ONLY will be used.
1270
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
1270
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
1271
1271
  """
1272
1272
  ...
1273
1273
  @overload
@@ -1703,7 +1703,7 @@ class Subnetwork(pulumi.CustomResource):
1703
1703
  Defaults to false.
1704
1704
  :param pulumi.Input[str] stack_type: The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
1705
1705
  If not specified IPV4_ONLY will be used.
1706
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
1706
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
1707
1707
  :param pulumi.Input[int] subnetwork_id: The unique identifier number for the resource. This identifier is defined by the server.
1708
1708
  """
1709
1709
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1978,7 +1978,7 @@ class Subnetwork(pulumi.CustomResource):
1978
1978
  """
1979
1979
  The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
1980
1980
  If not specified IPV4_ONLY will be used.
1981
- Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
1981
+ Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
1982
1982
  """
1983
1983
  return pulumi.get(self, "stack_type")
1984
1984
 
@@ -507,7 +507,7 @@ class TargetInstance(pulumi.CustomResource):
507
507
  })
508
508
  policyddosprotection = gcp.compute.RegionSecurityPolicy("policyddosprotection",
509
509
  region="southamerica-west1",
510
- name="tf-test-policyddos_85794",
510
+ name="tf-test-policyddos_21197",
511
511
  description="ddos protection security policy to set target instance",
512
512
  type="CLOUD_ARMOR_NETWORK",
513
513
  ddos_protection_config={
@@ -515,7 +515,7 @@ class TargetInstance(pulumi.CustomResource):
515
515
  })
516
516
  edge_sec_service = gcp.compute.NetworkEdgeSecurityService("edge_sec_service",
517
517
  region="southamerica-west1",
518
- name="tf-test-edgesec_21197",
518
+ name="tf-test-edgesec_52865",
519
519
  security_policy=policyddosprotection.self_link)
520
520
  regionsecuritypolicy = gcp.compute.RegionSecurityPolicy("regionsecuritypolicy",
521
521
  name="region-secpolicy",
@@ -697,7 +697,7 @@ class TargetInstance(pulumi.CustomResource):
697
697
  })
698
698
  policyddosprotection = gcp.compute.RegionSecurityPolicy("policyddosprotection",
699
699
  region="southamerica-west1",
700
- name="tf-test-policyddos_85794",
700
+ name="tf-test-policyddos_21197",
701
701
  description="ddos protection security policy to set target instance",
702
702
  type="CLOUD_ARMOR_NETWORK",
703
703
  ddos_protection_config={
@@ -705,7 +705,7 @@ class TargetInstance(pulumi.CustomResource):
705
705
  })
706
706
  edge_sec_service = gcp.compute.NetworkEdgeSecurityService("edge_sec_service",
707
707
  region="southamerica-west1",
708
- name="tf-test-edgesec_21197",
708
+ name="tf-test-edgesec_52865",
709
709
  security_policy=policyddosprotection.self_link)
710
710
  regionsecuritypolicy = gcp.compute.RegionSecurityPolicy("regionsecuritypolicy",
711
711
  name="region-secpolicy",
@@ -612,6 +612,8 @@ class URLMap(pulumi.CustomResource):
612
612
  To get more information about UrlMap, see:
613
613
 
614
614
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps)
615
+ * How-to Guides
616
+ * [Official Documentation](https://cloud.google.com/load-balancing/docs/url-map-concepts)
615
617
 
616
618
  ## Example Usage
617
619
 
@@ -1350,6 +1352,8 @@ class URLMap(pulumi.CustomResource):
1350
1352
  To get more information about UrlMap, see:
1351
1353
 
1352
1354
  * [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps)
1355
+ * How-to Guides
1356
+ * [Official Documentation](https://cloud.google.com/load-balancing/docs/url-map-concepts)
1353
1357
 
1354
1358
  ## Example Usage
1355
1359
 
@@ -109,6 +109,8 @@ clouddomainsCustomEndpoint: Optional[str]
109
109
 
110
110
  cloudfunctions2CustomEndpoint: Optional[str]
111
111
 
112
+ colabCustomEndpoint: Optional[str]
113
+
112
114
  composerCustomEndpoint: Optional[str]
113
115
 
114
116
  computeCustomEndpoint: Optional[str]
@@ -279,6 +281,10 @@ osLoginCustomEndpoint: Optional[str]
279
281
 
280
282
  parallelstoreCustomEndpoint: Optional[str]
281
283
 
284
+ parameterManagerCustomEndpoint: Optional[str]
285
+
286
+ parameterManagerRegionalCustomEndpoint: Optional[str]
287
+
282
288
  privatecaCustomEndpoint: Optional[str]
283
289
 
284
290
  privilegedAccessManagerCustomEndpoint: Optional[str]
pulumi_gcp/config/vars.py CHANGED
@@ -209,6 +209,10 @@ class _ExportableConfig(types.ModuleType):
209
209
  def cloudfunctions2_custom_endpoint(self) -> Optional[str]:
210
210
  return __config__.get('cloudfunctions2CustomEndpoint')
211
211
 
212
+ @property
213
+ def colab_custom_endpoint(self) -> Optional[str]:
214
+ return __config__.get('colabCustomEndpoint')
215
+
212
216
  @property
213
217
  def composer_custom_endpoint(self) -> Optional[str]:
214
218
  return __config__.get('composerCustomEndpoint')
@@ -549,6 +553,14 @@ class _ExportableConfig(types.ModuleType):
549
553
  def parallelstore_custom_endpoint(self) -> Optional[str]:
550
554
  return __config__.get('parallelstoreCustomEndpoint')
551
555
 
556
+ @property
557
+ def parameter_manager_custom_endpoint(self) -> Optional[str]:
558
+ return __config__.get('parameterManagerCustomEndpoint')
559
+
560
+ @property
561
+ def parameter_manager_regional_custom_endpoint(self) -> Optional[str]:
562
+ return __config__.get('parameterManagerRegionalCustomEndpoint')
563
+
552
564
  @property
553
565
  def privateca_custom_endpoint(self) -> Optional[str]:
554
566
  return __config__.get('privatecaCustomEndpoint')
@@ -710,11 +710,11 @@ class ConnectionProfile(pulumi.CustomResource):
710
710
  "foo": "bar",
711
711
  },
712
712
  alloydb={
713
- "cluster_id": "tf-test-dbmsalloycluster_52865",
713
+ "cluster_id": "tf-test-dbmsalloycluster_85840",
714
714
  "settings": {
715
715
  "initial_user": {
716
- "user": "alloyuser_85840",
717
- "password": "alloypass_60302",
716
+ "user": "alloyuser_60302",
717
+ "password": "alloypass_22811",
718
718
  },
719
719
  "vpc_network": default.id,
720
720
  "labels": {
@@ -1070,11 +1070,11 @@ class ConnectionProfile(pulumi.CustomResource):
1070
1070
  "foo": "bar",
1071
1071
  },
1072
1072
  alloydb={
1073
- "cluster_id": "tf-test-dbmsalloycluster_52865",
1073
+ "cluster_id": "tf-test-dbmsalloycluster_85840",
1074
1074
  "settings": {
1075
1075
  "initial_user": {
1076
- "user": "alloyuser_85840",
1077
- "password": "alloypass_60302",
1076
+ "user": "alloyuser_60302",
1077
+ "password": "alloypass_22811",
1078
1078
  },
1079
1079
  "vpc_network": default.id,
1080
1080
  "labels": {
@@ -511,7 +511,7 @@ class EntryType(pulumi.CustomResource):
511
511
  import pulumi_gcp as gcp
512
512
 
513
513
  test_entry_type_full = gcp.dataplex.AspectType("test_entry_type_full",
514
- aspect_type_id="tf-test-aspect-type_22811",
514
+ aspect_type_id="tf-test-aspect-type_91042",
515
515
  location="us-central1",
516
516
  project="my-project-name",
517
517
  metadata_template=\"\"\"{
@@ -630,7 +630,7 @@ class EntryType(pulumi.CustomResource):
630
630
  import pulumi_gcp as gcp
631
631
 
632
632
  test_entry_type_full = gcp.dataplex.AspectType("test_entry_type_full",
633
- aspect_type_id="tf-test-aspect-type_22811",
633
+ aspect_type_id="tf-test-aspect-type_91042",
634
634
  location="us-central1",
635
635
  project="my-project-name",
636
636
  metadata_template=\"\"\"{
@@ -572,11 +572,11 @@ class Task(pulumi.CustomResource):
572
572
 
573
573
  project = gcp.organizations.get_project()
574
574
  example = gcp.dataplex.Lake("example",
575
- name="tf-test-lake_91042",
575
+ name="tf-test-lake_72490",
576
576
  location="us-central1",
577
577
  project="my-project-name")
578
578
  example_task = gcp.dataplex.Task("example",
579
- task_id="tf-test-task_72490",
579
+ task_id="tf-test-task_89605",
580
580
  location="us-central1",
581
581
  lake=example.name,
582
582
  description="Test Task Basic",
@@ -610,15 +610,15 @@ class Task(pulumi.CustomResource):
610
610
 
611
611
  # VPC network
612
612
  default = gcp.compute.Network("default",
613
- name="tf-test-workstation-cluster_89605",
613
+ name="tf-test-workstation-cluster_56730",
614
614
  auto_create_subnetworks=True)
615
615
  project = gcp.organizations.get_project()
616
616
  example_spark = gcp.dataplex.Lake("example_spark",
617
- name="tf-test-lake_56730",
617
+ name="tf-test-lake_95154",
618
618
  location="us-central1",
619
619
  project="my-project-name")
620
620
  example_spark_task = gcp.dataplex.Task("example_spark",
621
- task_id="tf-test-task_95154",
621
+ task_id="tf-test-task_64336",
622
622
  location="us-central1",
623
623
  lake=example_spark.name,
624
624
  trigger_spec={
@@ -666,15 +666,15 @@ class Task(pulumi.CustomResource):
666
666
 
667
667
  # VPC network
668
668
  default = gcp.compute.Network("default",
669
- name="tf-test-workstation-cluster_64336",
669
+ name="tf-test-workstation-cluster_34962",
670
670
  auto_create_subnetworks=True)
671
671
  project = gcp.organizations.get_project()
672
672
  example_notebook = gcp.dataplex.Lake("example_notebook",
673
- name="tf-test-lake_34962",
673
+ name="tf-test-lake_74000",
674
674
  location="us-central1",
675
675
  project="my-project-name")
676
676
  example_notebook_task = gcp.dataplex.Task("example_notebook",
677
- task_id="tf-test-task_74000",
677
+ task_id="tf-test-task_75125",
678
678
  location="us-central1",
679
679
  lake=example_notebook.name,
680
680
  trigger_spec={
@@ -782,11 +782,11 @@ class Task(pulumi.CustomResource):
782
782
 
783
783
  project = gcp.organizations.get_project()
784
784
  example = gcp.dataplex.Lake("example",
785
- name="tf-test-lake_91042",
785
+ name="tf-test-lake_72490",
786
786
  location="us-central1",
787
787
  project="my-project-name")
788
788
  example_task = gcp.dataplex.Task("example",
789
- task_id="tf-test-task_72490",
789
+ task_id="tf-test-task_89605",
790
790
  location="us-central1",
791
791
  lake=example.name,
792
792
  description="Test Task Basic",
@@ -820,15 +820,15 @@ class Task(pulumi.CustomResource):
820
820
 
821
821
  # VPC network
822
822
  default = gcp.compute.Network("default",
823
- name="tf-test-workstation-cluster_89605",
823
+ name="tf-test-workstation-cluster_56730",
824
824
  auto_create_subnetworks=True)
825
825
  project = gcp.organizations.get_project()
826
826
  example_spark = gcp.dataplex.Lake("example_spark",
827
- name="tf-test-lake_56730",
827
+ name="tf-test-lake_95154",
828
828
  location="us-central1",
829
829
  project="my-project-name")
830
830
  example_spark_task = gcp.dataplex.Task("example_spark",
831
- task_id="tf-test-task_95154",
831
+ task_id="tf-test-task_64336",
832
832
  location="us-central1",
833
833
  lake=example_spark.name,
834
834
  trigger_spec={
@@ -876,15 +876,15 @@ class Task(pulumi.CustomResource):
876
876
 
877
877
  # VPC network
878
878
  default = gcp.compute.Network("default",
879
- name="tf-test-workstation-cluster_64336",
879
+ name="tf-test-workstation-cluster_34962",
880
880
  auto_create_subnetworks=True)
881
881
  project = gcp.organizations.get_project()
882
882
  example_notebook = gcp.dataplex.Lake("example_notebook",
883
- name="tf-test-lake_34962",
883
+ name="tf-test-lake_74000",
884
884
  location="us-central1",
885
885
  project="my-project-name")
886
886
  example_notebook_task = gcp.dataplex.Task("example_notebook",
887
- task_id="tf-test-task_74000",
887
+ task_id="tf-test-task_75125",
888
888
  location="us-central1",
889
889
  lake=example_notebook.name,
890
890
  trigger_spec={