pulumi-gcp 7.37.0a1723638212__py3-none-any.whl → 7.38.0a1723822337__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 (72) hide show
  1. pulumi_gcp/appengine/application_url_dispatch_rules.py +10 -2
  2. pulumi_gcp/appengine/engine_split_traffic.py +32 -8
  3. pulumi_gcp/appengine/flexible_app_version.py +10 -2
  4. pulumi_gcp/appengine/service_network_settings.py +10 -2
  5. pulumi_gcp/appengine/standard_app_version.py +20 -4
  6. pulumi_gcp/assuredworkloads/workload.py +14 -14
  7. pulumi_gcp/biglake/database.py +10 -2
  8. pulumi_gcp/biglake/table.py +20 -4
  9. pulumi_gcp/bigquery/job.py +20 -4
  10. pulumi_gcp/cloudbuild/worker_pool.py +5 -5
  11. pulumi_gcp/clouddeploy/delivery_pipeline.py +19 -19
  12. pulumi_gcp/clouddeploy/target.py +19 -19
  13. pulumi_gcp/cloudfunctions/function.py +42 -42
  14. pulumi_gcp/cloudfunctions/get_function.py +3 -3
  15. pulumi_gcp/cloudquota/outputs.py +6 -6
  16. pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
  17. pulumi_gcp/composer/user_workloads_secret.py +14 -14
  18. pulumi_gcp/compute/_inputs.py +55 -55
  19. pulumi_gcp/compute/get_instance_serial_port.py +12 -4
  20. pulumi_gcp/compute/get_instance_template.py +1 -1
  21. pulumi_gcp/compute/get_region_instance_template.py +1 -1
  22. pulumi_gcp/compute/instance_template.py +14 -14
  23. pulumi_gcp/compute/outputs.py +45 -45
  24. pulumi_gcp/compute/region_instance_template.py +14 -14
  25. pulumi_gcp/compute/region_network_endpoint_group.py +10 -2
  26. pulumi_gcp/container/_inputs.py +20 -20
  27. pulumi_gcp/container/aws_cluster.py +5 -5
  28. pulumi_gcp/container/aws_node_pool.py +5 -5
  29. pulumi_gcp/container/azure_cluster.py +5 -5
  30. pulumi_gcp/container/azure_node_pool.py +5 -5
  31. pulumi_gcp/container/outputs.py +21 -21
  32. pulumi_gcp/databasemigrationservice/_inputs.py +5 -5
  33. pulumi_gcp/databasemigrationservice/outputs.py +3 -3
  34. pulumi_gcp/dataflow/flex_template_job.py +42 -42
  35. pulumi_gcp/dataflow/job.py +42 -42
  36. pulumi_gcp/datafusion/instance.py +10 -2
  37. pulumi_gcp/dataloss/_inputs.py +5 -5
  38. pulumi_gcp/dataloss/outputs.py +3 -3
  39. pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -2
  40. pulumi_gcp/dataplex/asset.py +14 -14
  41. pulumi_gcp/dataplex/lake.py +14 -14
  42. pulumi_gcp/dataplex/zone.py +14 -14
  43. pulumi_gcp/dataproc/_inputs.py +10 -10
  44. pulumi_gcp/dataproc/outputs.py +6 -6
  45. pulumi_gcp/dataproc/workflow_template.py +12 -12
  46. pulumi_gcp/eventarc/trigger.py +14 -14
  47. pulumi_gcp/firebase/_inputs.py +5 -5
  48. pulumi_gcp/firebase/outputs.py +3 -3
  49. pulumi_gcp/healthcare/dicom_store.py +12 -2
  50. pulumi_gcp/healthcare/fhir_store.py +10 -2
  51. pulumi_gcp/iam/access_boundary_policy.py +10 -2
  52. pulumi_gcp/monitoring/get_app_engine_service.py +10 -2
  53. pulumi_gcp/networkconnectivity/_inputs.py +5 -5
  54. pulumi_gcp/networkconnectivity/outputs.py +3 -3
  55. pulumi_gcp/projects/default_service_accounts.py +7 -7
  56. pulumi_gcp/pubsub/subscription.py +36 -6
  57. pulumi_gcp/pulumi-plugin.json +1 -1
  58. pulumi_gcp/recaptcha/enterprise_key.py +14 -14
  59. pulumi_gcp/securitycenter/instance_iam_binding.py +10 -2
  60. pulumi_gcp/securitycenter/instance_iam_member.py +10 -2
  61. pulumi_gcp/securitycenter/instance_iam_policy.py +10 -2
  62. pulumi_gcp/serviceaccount/key.py +14 -14
  63. pulumi_gcp/vertex/ai_feature_group.py +12 -2
  64. pulumi_gcp/vertex/ai_feature_group_feature.py +12 -2
  65. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +48 -8
  66. pulumi_gcp/workstations/_inputs.py +10 -10
  67. pulumi_gcp/workstations/outputs.py +6 -6
  68. pulumi_gcp/workstations/workstation_config.py +14 -6
  69. {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/METADATA +1 -1
  70. {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/RECORD +72 -72
  71. {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/WHEEL +0 -0
  72. {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/top_level.txt +0 -0
@@ -8754,7 +8754,7 @@ if not MYPY:
8754
8754
  For instance, the image `centos-6-v20180104` includes its family name `centos-6`.
8755
8755
  These images can be referred by family name here.
8756
8756
  """
8757
- labels: NotRequired[pulumi.Input[Mapping[str, Any]]]
8757
+ labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
8758
8758
  """
8759
8759
  A set of key/value label pairs assigned to the disk. This
8760
8760
  field is only applicable for persistent disks.
@@ -8779,7 +8779,7 @@ if not MYPY:
8779
8779
  for an update of throughput every 4 hours. To update your hyperdisk more
8780
8780
  frequently, you'll need to manually delete and recreate it.
8781
8781
  """
8782
- resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, Any]]]
8782
+ resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
8783
8783
  """
8784
8784
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
8785
8785
  """
@@ -8807,10 +8807,10 @@ class InstanceBootDiskInitializeParamsArgs:
8807
8807
  def __init__(__self__, *,
8808
8808
  enable_confidential_compute: Optional[pulumi.Input[bool]] = None,
8809
8809
  image: Optional[pulumi.Input[str]] = None,
8810
- labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
8810
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
8811
8811
  provisioned_iops: Optional[pulumi.Input[int]] = None,
8812
8812
  provisioned_throughput: Optional[pulumi.Input[int]] = None,
8813
- resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
8813
+ resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
8814
8814
  size: Optional[pulumi.Input[int]] = None,
8815
8815
  storage_pool: Optional[pulumi.Input[str]] = None,
8816
8816
  type: Optional[pulumi.Input[str]] = None):
@@ -8826,7 +8826,7 @@ class InstanceBootDiskInitializeParamsArgs:
8826
8826
  [compute.Image data source](https://www.terraform.io/docs/providers/google/d/compute_image.html).
8827
8827
  For instance, the image `centos-6-v20180104` includes its family name `centos-6`.
8828
8828
  These images can be referred by family name here.
8829
- :param pulumi.Input[Mapping[str, Any]] labels: A set of key/value label pairs assigned to the disk. This
8829
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the disk. This
8830
8830
  field is only applicable for persistent disks.
8831
8831
  :param pulumi.Input[int] provisioned_iops: Indicates how many IOPS to provision for the disk.
8832
8832
  This sets the number of I/O operations per second that the disk can handle.
@@ -8842,7 +8842,7 @@ class InstanceBootDiskInitializeParamsArgs:
8842
8842
  api/gcloud without the need to delete and recreate the disk, hyperdisk allows
8843
8843
  for an update of throughput every 4 hours. To update your hyperdisk more
8844
8844
  frequently, you'll need to manually delete and recreate it.
8845
- :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
8845
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
8846
8846
  :param pulumi.Input[int] size: The size of the image in gigabytes. If not specified, it
8847
8847
  will inherit the size of its base image.
8848
8848
  :param pulumi.Input[str] storage_pool: The URL of the storage pool in which the new disk is created.
@@ -8905,7 +8905,7 @@ class InstanceBootDiskInitializeParamsArgs:
8905
8905
 
8906
8906
  @property
8907
8907
  @pulumi.getter
8908
- def labels(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
8908
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
8909
8909
  """
8910
8910
  A set of key/value label pairs assigned to the disk. This
8911
8911
  field is only applicable for persistent disks.
@@ -8913,7 +8913,7 @@ class InstanceBootDiskInitializeParamsArgs:
8913
8913
  return pulumi.get(self, "labels")
8914
8914
 
8915
8915
  @labels.setter
8916
- def labels(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
8916
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
8917
8917
  pulumi.set(self, "labels", value)
8918
8918
 
8919
8919
  @property
@@ -8954,14 +8954,14 @@ class InstanceBootDiskInitializeParamsArgs:
8954
8954
 
8955
8955
  @property
8956
8956
  @pulumi.getter(name="resourceManagerTags")
8957
- def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
8957
+ def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
8958
8958
  """
8959
8959
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
8960
8960
  """
8961
8961
  return pulumi.get(self, "resource_manager_tags")
8962
8962
 
8963
8963
  @resource_manager_tags.setter
8964
- def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
8964
+ def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
8965
8965
  pulumi.set(self, "resource_manager_tags", value)
8966
8966
 
8967
8967
  @property
@@ -9442,7 +9442,7 @@ if not MYPY:
9442
9442
  """
9443
9443
  The image from which this disk was initialised.
9444
9444
  """
9445
- labels: NotRequired[pulumi.Input[Mapping[str, Any]]]
9445
+ labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
9446
9446
  """
9447
9447
  A set of key/value label pairs assigned to the disk.
9448
9448
  """
@@ -9454,7 +9454,7 @@ if not MYPY:
9454
9454
  """
9455
9455
  Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.
9456
9456
  """
9457
- resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, Any]]]
9457
+ resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
9458
9458
  """
9459
9459
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
9460
9460
  """
@@ -9478,20 +9478,20 @@ class InstanceFromMachineImageBootDiskInitializeParamsArgs:
9478
9478
  def __init__(__self__, *,
9479
9479
  enable_confidential_compute: Optional[pulumi.Input[bool]] = None,
9480
9480
  image: Optional[pulumi.Input[str]] = None,
9481
- labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
9481
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
9482
9482
  provisioned_iops: Optional[pulumi.Input[int]] = None,
9483
9483
  provisioned_throughput: Optional[pulumi.Input[int]] = None,
9484
- resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
9484
+ resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
9485
9485
  size: Optional[pulumi.Input[int]] = None,
9486
9486
  storage_pool: Optional[pulumi.Input[str]] = None,
9487
9487
  type: Optional[pulumi.Input[str]] = None):
9488
9488
  """
9489
9489
  :param pulumi.Input[bool] enable_confidential_compute: A flag to enable confidential compute mode on boot disk
9490
9490
  :param pulumi.Input[str] image: The image from which this disk was initialised.
9491
- :param pulumi.Input[Mapping[str, Any]] labels: A set of key/value label pairs assigned to the disk.
9491
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the disk.
9492
9492
  :param pulumi.Input[int] provisioned_iops: Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle.
9493
9493
  :param pulumi.Input[int] provisioned_throughput: Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.
9494
- :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
9494
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
9495
9495
  :param pulumi.Input[int] size: The size of the image in gigabytes.
9496
9496
  :param pulumi.Input[str] storage_pool: The URL of the storage pool in which the new disk is created
9497
9497
  :param pulumi.Input[str] type: The Google Compute Engine disk type. Such as pd-standard, pd-ssd or pd-balanced.
@@ -9541,14 +9541,14 @@ class InstanceFromMachineImageBootDiskInitializeParamsArgs:
9541
9541
 
9542
9542
  @property
9543
9543
  @pulumi.getter
9544
- def labels(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
9544
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
9545
9545
  """
9546
9546
  A set of key/value label pairs assigned to the disk.
9547
9547
  """
9548
9548
  return pulumi.get(self, "labels")
9549
9549
 
9550
9550
  @labels.setter
9551
- def labels(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
9551
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
9552
9552
  pulumi.set(self, "labels", value)
9553
9553
 
9554
9554
  @property
@@ -9577,14 +9577,14 @@ class InstanceFromMachineImageBootDiskInitializeParamsArgs:
9577
9577
 
9578
9578
  @property
9579
9579
  @pulumi.getter(name="resourceManagerTags")
9580
- def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
9580
+ def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
9581
9581
  """
9582
9582
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
9583
9583
  """
9584
9584
  return pulumi.get(self, "resource_manager_tags")
9585
9585
 
9586
9586
  @resource_manager_tags.setter
9587
- def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
9587
+ def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
9588
9588
  pulumi.set(self, "resource_manager_tags", value)
9589
9589
 
9590
9590
  @property
@@ -10377,7 +10377,7 @@ class InstanceFromMachineImageNetworkPerformanceConfigArgs:
10377
10377
 
10378
10378
  if not MYPY:
10379
10379
  class InstanceFromMachineImageParamsArgsDict(TypedDict):
10380
- resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, Any]]]
10380
+ resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
10381
10381
  """
10382
10382
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
10383
10383
  """
@@ -10387,23 +10387,23 @@ elif False:
10387
10387
  @pulumi.input_type
10388
10388
  class InstanceFromMachineImageParamsArgs:
10389
10389
  def __init__(__self__, *,
10390
- resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
10390
+ resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
10391
10391
  """
10392
- :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
10392
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
10393
10393
  """
10394
10394
  if resource_manager_tags is not None:
10395
10395
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
10396
10396
 
10397
10397
  @property
10398
10398
  @pulumi.getter(name="resourceManagerTags")
10399
- def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
10399
+ def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
10400
10400
  """
10401
10401
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
10402
10402
  """
10403
10403
  return pulumi.get(self, "resource_manager_tags")
10404
10404
 
10405
10405
  @resource_manager_tags.setter
10406
- def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
10406
+ def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
10407
10407
  pulumi.set(self, "resource_manager_tags", value)
10408
10408
 
10409
10409
 
@@ -11525,7 +11525,7 @@ if not MYPY:
11525
11525
  """
11526
11526
  The image from which this disk was initialised.
11527
11527
  """
11528
- labels: NotRequired[pulumi.Input[Mapping[str, Any]]]
11528
+ labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
11529
11529
  """
11530
11530
  A set of key/value label pairs assigned to the disk.
11531
11531
  """
@@ -11537,7 +11537,7 @@ if not MYPY:
11537
11537
  """
11538
11538
  Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.
11539
11539
  """
11540
- resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, Any]]]
11540
+ resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
11541
11541
  """
11542
11542
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
11543
11543
  """
@@ -11561,20 +11561,20 @@ class InstanceFromTemplateBootDiskInitializeParamsArgs:
11561
11561
  def __init__(__self__, *,
11562
11562
  enable_confidential_compute: Optional[pulumi.Input[bool]] = None,
11563
11563
  image: Optional[pulumi.Input[str]] = None,
11564
- labels: Optional[pulumi.Input[Mapping[str, Any]]] = None,
11564
+ labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
11565
11565
  provisioned_iops: Optional[pulumi.Input[int]] = None,
11566
11566
  provisioned_throughput: Optional[pulumi.Input[int]] = None,
11567
- resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
11567
+ resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
11568
11568
  size: Optional[pulumi.Input[int]] = None,
11569
11569
  storage_pool: Optional[pulumi.Input[str]] = None,
11570
11570
  type: Optional[pulumi.Input[str]] = None):
11571
11571
  """
11572
11572
  :param pulumi.Input[bool] enable_confidential_compute: A flag to enable confidential compute mode on boot disk
11573
11573
  :param pulumi.Input[str] image: The image from which this disk was initialised.
11574
- :param pulumi.Input[Mapping[str, Any]] labels: A set of key/value label pairs assigned to the disk.
11574
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the disk.
11575
11575
  :param pulumi.Input[int] provisioned_iops: Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle.
11576
11576
  :param pulumi.Input[int] provisioned_throughput: Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.
11577
- :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
11577
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
11578
11578
  :param pulumi.Input[int] size: The size of the image in gigabytes.
11579
11579
  :param pulumi.Input[str] storage_pool: The URL of the storage pool in which the new disk is created
11580
11580
  :param pulumi.Input[str] type: The Google Compute Engine disk type. Such as pd-standard, pd-ssd or pd-balanced.
@@ -11624,14 +11624,14 @@ class InstanceFromTemplateBootDiskInitializeParamsArgs:
11624
11624
 
11625
11625
  @property
11626
11626
  @pulumi.getter
11627
- def labels(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
11627
+ def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
11628
11628
  """
11629
11629
  A set of key/value label pairs assigned to the disk.
11630
11630
  """
11631
11631
  return pulumi.get(self, "labels")
11632
11632
 
11633
11633
  @labels.setter
11634
- def labels(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
11634
+ def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
11635
11635
  pulumi.set(self, "labels", value)
11636
11636
 
11637
11637
  @property
@@ -11660,14 +11660,14 @@ class InstanceFromTemplateBootDiskInitializeParamsArgs:
11660
11660
 
11661
11661
  @property
11662
11662
  @pulumi.getter(name="resourceManagerTags")
11663
- def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
11663
+ def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
11664
11664
  """
11665
11665
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
11666
11666
  """
11667
11667
  return pulumi.get(self, "resource_manager_tags")
11668
11668
 
11669
11669
  @resource_manager_tags.setter
11670
- def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
11670
+ def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
11671
11671
  pulumi.set(self, "resource_manager_tags", value)
11672
11672
 
11673
11673
  @property
@@ -12460,7 +12460,7 @@ class InstanceFromTemplateNetworkPerformanceConfigArgs:
12460
12460
 
12461
12461
  if not MYPY:
12462
12462
  class InstanceFromTemplateParamsArgsDict(TypedDict):
12463
- resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, Any]]]
12463
+ resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
12464
12464
  """
12465
12465
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
12466
12466
  """
@@ -12470,23 +12470,23 @@ elif False:
12470
12470
  @pulumi.input_type
12471
12471
  class InstanceFromTemplateParamsArgs:
12472
12472
  def __init__(__self__, *,
12473
- resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
12473
+ resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
12474
12474
  """
12475
- :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
12475
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
12476
12476
  """
12477
12477
  if resource_manager_tags is not None:
12478
12478
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
12479
12479
 
12480
12480
  @property
12481
12481
  @pulumi.getter(name="resourceManagerTags")
12482
- def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
12482
+ def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
12483
12483
  """
12484
12484
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
12485
12485
  """
12486
12486
  return pulumi.get(self, "resource_manager_tags")
12487
12487
 
12488
12488
  @resource_manager_tags.setter
12489
- def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
12489
+ def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
12490
12490
  pulumi.set(self, "resource_manager_tags", value)
12491
12491
 
12492
12492
 
@@ -13444,7 +13444,7 @@ class InstanceGroupManagerNamedPortArgs:
13444
13444
 
13445
13445
  if not MYPY:
13446
13446
  class InstanceGroupManagerParamsArgsDict(TypedDict):
13447
- resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, Any]]]
13447
+ resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
13448
13448
  """
13449
13449
  Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
13450
13450
  """
@@ -13454,23 +13454,23 @@ elif False:
13454
13454
  @pulumi.input_type
13455
13455
  class InstanceGroupManagerParamsArgs:
13456
13456
  def __init__(__self__, *,
13457
- resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
13457
+ resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
13458
13458
  """
13459
- :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
13459
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
13460
13460
  """
13461
13461
  if resource_manager_tags is not None:
13462
13462
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
13463
13463
 
13464
13464
  @property
13465
13465
  @pulumi.getter(name="resourceManagerTags")
13466
- def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
13466
+ def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
13467
13467
  """
13468
13468
  Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
13469
13469
  """
13470
13470
  return pulumi.get(self, "resource_manager_tags")
13471
13471
 
13472
13472
  @resource_manager_tags.setter
13473
- def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
13473
+ def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
13474
13474
  pulumi.set(self, "resource_manager_tags", value)
13475
13475
 
13476
13476
 
@@ -15268,7 +15268,7 @@ class InstanceNetworkPerformanceConfigArgs:
15268
15268
 
15269
15269
  if not MYPY:
15270
15270
  class InstanceParamsArgsDict(TypedDict):
15271
- resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, Any]]]
15271
+ resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
15272
15272
  """
15273
15273
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
15274
15274
  """
@@ -15278,23 +15278,23 @@ elif False:
15278
15278
  @pulumi.input_type
15279
15279
  class InstanceParamsArgs:
15280
15280
  def __init__(__self__, *,
15281
- resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
15281
+ resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
15282
15282
  """
15283
- :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
15283
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
15284
15284
  """
15285
15285
  if resource_manager_tags is not None:
15286
15286
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
15287
15287
 
15288
15288
  @property
15289
15289
  @pulumi.getter(name="resourceManagerTags")
15290
- def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
15290
+ def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
15291
15291
  """
15292
15292
  A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
15293
15293
  """
15294
15294
  return pulumi.get(self, "resource_manager_tags")
15295
15295
 
15296
15296
  @resource_manager_tags.setter
15297
- def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
15297
+ def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
15298
15298
  pulumi.set(self, "resource_manager_tags", value)
15299
15299
 
15300
15300
 
@@ -26568,7 +26568,7 @@ class RegionInstanceGroupManagerNamedPortArgs:
26568
26568
 
26569
26569
  if not MYPY:
26570
26570
  class RegionInstanceGroupManagerParamsArgsDict(TypedDict):
26571
- resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, Any]]]
26571
+ resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
26572
26572
  """
26573
26573
  Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
26574
26574
  """
@@ -26578,23 +26578,23 @@ elif False:
26578
26578
  @pulumi.input_type
26579
26579
  class RegionInstanceGroupManagerParamsArgs:
26580
26580
  def __init__(__self__, *,
26581
- resource_manager_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
26581
+ resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
26582
26582
  """
26583
- :param pulumi.Input[Mapping[str, Any]] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
26583
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
26584
26584
  """
26585
26585
  if resource_manager_tags is not None:
26586
26586
  pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
26587
26587
 
26588
26588
  @property
26589
26589
  @pulumi.getter(name="resourceManagerTags")
26590
- def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
26590
+ def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
26591
26591
  """
26592
26592
  Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
26593
26593
  """
26594
26594
  return pulumi.get(self, "resource_manager_tags")
26595
26595
 
26596
26596
  @resource_manager_tags.setter
26597
- def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
26597
+ def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
26598
26598
  pulumi.set(self, "resource_manager_tags", value)
26599
26599
 
26600
26600
 
@@ -155,9 +155,13 @@ def get_instance_serial_port(instance: Optional[str] = None,
155
155
  "storage-ro",
156
156
  ],
157
157
  })
158
- serial = pulumi.Output.all(windows.name, windows.zone).apply(lambda name, zone: gcp.compute.get_instance_serial_port_output(instance=name,
159
- zone=zone,
158
+ serial = pulumi.Output.all(
159
+ name=windows.name,
160
+ zone=windows.zone
161
+ ).apply(lambda resolved_outputs: gcp.compute.get_instance_serial_port_output(instance=resolved_outputs['name'],
162
+ zone=resolved_outputs['zone'],
160
163
  port=4))
164
+
161
165
  pulumi.export("serialOut", serial.contents)
162
166
  ```
163
167
 
@@ -247,9 +251,13 @@ def get_instance_serial_port_output(instance: Optional[pulumi.Input[str]] = None
247
251
  "storage-ro",
248
252
  ],
249
253
  })
250
- serial = pulumi.Output.all(windows.name, windows.zone).apply(lambda name, zone: gcp.compute.get_instance_serial_port_output(instance=name,
251
- zone=zone,
254
+ serial = pulumi.Output.all(
255
+ name=windows.name,
256
+ zone=windows.zone
257
+ ).apply(lambda resolved_outputs: gcp.compute.get_instance_serial_port_output(instance=resolved_outputs['name'],
258
+ zone=resolved_outputs['zone'],
252
259
  port=4))
260
+
253
261
  pulumi.export("serialOut", serial.contents)
254
262
  ```
255
263
 
@@ -240,7 +240,7 @@ class GetInstanceTemplateResult:
240
240
 
241
241
  @property
242
242
  @pulumi.getter
243
- def metadata(self) -> Mapping[str, Any]:
243
+ def metadata(self) -> Mapping[str, str]:
244
244
  """
245
245
  Metadata key/value pairs to make available from
246
246
  within instances created from this template.
@@ -237,7 +237,7 @@ class GetRegionInstanceTemplateResult:
237
237
 
238
238
  @property
239
239
  @pulumi.getter
240
- def metadata(self) -> Mapping[str, Any]:
240
+ def metadata(self) -> Mapping[str, str]:
241
241
  """
242
242
  Metadata key/value pairs to make available from
243
243
  within instances created from this template.
@@ -31,7 +31,7 @@ class InstanceTemplateArgs:
31
31
  guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceTemplateGuestAcceleratorArgs']]]] = None,
32
32
  instance_description: Optional[pulumi.Input[str]] = None,
33
33
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
34
- metadata: Optional[pulumi.Input[Mapping[str, Any]]] = None,
34
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
35
35
  metadata_startup_script: Optional[pulumi.Input[str]] = None,
36
36
  min_cpu_platform: Optional[pulumi.Input[str]] = None,
37
37
  name: Optional[pulumi.Input[str]] = None,
@@ -73,7 +73,7 @@ class InstanceTemplateArgs:
73
73
 
74
74
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
75
75
  Please refer to the field 'effective_labels' for all of the labels present on the resource.
76
- :param pulumi.Input[Mapping[str, Any]] metadata: Metadata key/value pairs to make available from
76
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
77
77
  within instances created from this template.
78
78
  :param pulumi.Input[str] metadata_startup_script: An alternative to using the
79
79
  startup-script metadata key, mostly to match the compute_instance resource.
@@ -302,7 +302,7 @@ class InstanceTemplateArgs:
302
302
 
303
303
  @property
304
304
  @pulumi.getter
305
- def metadata(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
305
+ def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
306
306
  """
307
307
  Metadata key/value pairs to make available from
308
308
  within instances created from this template.
@@ -310,7 +310,7 @@ class InstanceTemplateArgs:
310
310
  return pulumi.get(self, "metadata")
311
311
 
312
312
  @metadata.setter
313
- def metadata(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
313
+ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
314
314
  pulumi.set(self, "metadata", value)
315
315
 
316
316
  @property
@@ -542,7 +542,7 @@ class _InstanceTemplateState:
542
542
  instance_description: Optional[pulumi.Input[str]] = None,
543
543
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
544
544
  machine_type: Optional[pulumi.Input[str]] = None,
545
- metadata: Optional[pulumi.Input[Mapping[str, Any]]] = None,
545
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
546
546
  metadata_fingerprint: Optional[pulumi.Input[str]] = None,
547
547
  metadata_startup_script: Optional[pulumi.Input[str]] = None,
548
548
  min_cpu_platform: Optional[pulumi.Input[str]] = None,
@@ -590,7 +590,7 @@ class _InstanceTemplateState:
590
590
  To create a machine with a [custom type](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) (such as extended memory), format the value like `custom-VCPUS-MEM_IN_MB` like `custom-6-20480` for 6 vCPU and 20GB of RAM.
591
591
 
592
592
  - - -
593
- :param pulumi.Input[Mapping[str, Any]] metadata: Metadata key/value pairs to make available from
593
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
594
594
  within instances created from this template.
595
595
  :param pulumi.Input[str] metadata_fingerprint: The unique fingerprint of the metadata.
596
596
  :param pulumi.Input[str] metadata_startup_script: An alternative to using the
@@ -851,7 +851,7 @@ class _InstanceTemplateState:
851
851
 
852
852
  @property
853
853
  @pulumi.getter
854
- def metadata(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
854
+ def metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
855
855
  """
856
856
  Metadata key/value pairs to make available from
857
857
  within instances created from this template.
@@ -859,7 +859,7 @@ class _InstanceTemplateState:
859
859
  return pulumi.get(self, "metadata")
860
860
 
861
861
  @metadata.setter
862
- def metadata(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
862
+ def metadata(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
863
863
  pulumi.set(self, "metadata", value)
864
864
 
865
865
  @property
@@ -1153,7 +1153,7 @@ class InstanceTemplate(pulumi.CustomResource):
1153
1153
  instance_description: Optional[pulumi.Input[str]] = None,
1154
1154
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1155
1155
  machine_type: Optional[pulumi.Input[str]] = None,
1156
- metadata: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1156
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1157
1157
  metadata_startup_script: Optional[pulumi.Input[str]] = None,
1158
1158
  min_cpu_platform: Optional[pulumi.Input[str]] = None,
1159
1159
  name: Optional[pulumi.Input[str]] = None,
@@ -1390,7 +1390,7 @@ class InstanceTemplate(pulumi.CustomResource):
1390
1390
  To create a machine with a [custom type](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) (such as extended memory), format the value like `custom-VCPUS-MEM_IN_MB` like `custom-6-20480` for 6 vCPU and 20GB of RAM.
1391
1391
 
1392
1392
  - - -
1393
- :param pulumi.Input[Mapping[str, Any]] metadata: Metadata key/value pairs to make available from
1393
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
1394
1394
  within instances created from this template.
1395
1395
  :param pulumi.Input[str] metadata_startup_script: An alternative to using the
1396
1396
  startup-script metadata key, mostly to match the compute_instance resource.
@@ -1656,7 +1656,7 @@ class InstanceTemplate(pulumi.CustomResource):
1656
1656
  instance_description: Optional[pulumi.Input[str]] = None,
1657
1657
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1658
1658
  machine_type: Optional[pulumi.Input[str]] = None,
1659
- metadata: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1659
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1660
1660
  metadata_startup_script: Optional[pulumi.Input[str]] = None,
1661
1661
  min_cpu_platform: Optional[pulumi.Input[str]] = None,
1662
1662
  name: Optional[pulumi.Input[str]] = None,
@@ -1742,7 +1742,7 @@ class InstanceTemplate(pulumi.CustomResource):
1742
1742
  instance_description: Optional[pulumi.Input[str]] = None,
1743
1743
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1744
1744
  machine_type: Optional[pulumi.Input[str]] = None,
1745
- metadata: Optional[pulumi.Input[Mapping[str, Any]]] = None,
1745
+ metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1746
1746
  metadata_fingerprint: Optional[pulumi.Input[str]] = None,
1747
1747
  metadata_startup_script: Optional[pulumi.Input[str]] = None,
1748
1748
  min_cpu_platform: Optional[pulumi.Input[str]] = None,
@@ -1795,7 +1795,7 @@ class InstanceTemplate(pulumi.CustomResource):
1795
1795
  To create a machine with a [custom type](https://cloud.google.com/dataproc/docs/concepts/compute/custom-machine-types) (such as extended memory), format the value like `custom-VCPUS-MEM_IN_MB` like `custom-6-20480` for 6 vCPU and 20GB of RAM.
1796
1796
 
1797
1797
  - - -
1798
- :param pulumi.Input[Mapping[str, Any]] metadata: Metadata key/value pairs to make available from
1798
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] metadata: Metadata key/value pairs to make available from
1799
1799
  within instances created from this template.
1800
1800
  :param pulumi.Input[str] metadata_fingerprint: The unique fingerprint of the metadata.
1801
1801
  :param pulumi.Input[str] metadata_startup_script: An alternative to using the
@@ -1984,7 +1984,7 @@ class InstanceTemplate(pulumi.CustomResource):
1984
1984
 
1985
1985
  @property
1986
1986
  @pulumi.getter
1987
- def metadata(self) -> pulumi.Output[Optional[Mapping[str, Any]]]:
1987
+ def metadata(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
1988
1988
  """
1989
1989
  Metadata key/value pairs to make available from
1990
1990
  within instances created from this template.