pulumi-digitalocean 4.45.0a1747712448__tar.gz → 4.46.0__tar.gz

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.

Potentially problematic release.


This version of pulumi-digitalocean might be problematic. Click here for more details.

Files changed (120) hide show
  1. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/PKG-INFO +1 -1
  2. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/__init__.py +11 -1
  3. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/_enums.py +1 -1
  4. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/_inputs.py +158 -10
  5. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/_utilities.py +1 -1
  6. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/app.py +1 -1
  7. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/cdn.py +1 -1
  8. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/certificate.py +1 -1
  9. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/config/__init__.py +1 -1
  10. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/config/__init__.pyi +1 -1
  11. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/config/vars.py +1 -1
  12. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/container_registry.py +1 -1
  13. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/container_registry_docker_credentials.py +1 -1
  14. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/custom_image.py +1 -1
  15. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_cluster.py +1 -1
  16. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_connection_pool.py +1 -1
  17. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_db.py +1 -1
  18. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_firewall.py +1 -1
  19. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_kafka_config.py +1 -1
  20. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_kafka_topic.py +1 -1
  21. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_mongodb_config.py +1 -1
  22. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_mysql_config.py +1 -1
  23. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_opensearch_config.py +1 -1
  24. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_postgresql_config.py +1 -1
  25. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_redis_config.py +1 -1
  26. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_replica.py +1 -1
  27. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_user.py +1 -1
  28. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/dns_record.py +1 -1
  29. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/domain.py +1 -1
  30. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/droplet.py +1 -1
  31. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/droplet_autoscale.py +1 -1
  32. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/droplet_snapshot.py +1 -1
  33. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/firewall.py +1 -1
  34. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/floating_ip.py +1 -1
  35. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/floating_ip_assignment.py +1 -1
  36. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_account.py +1 -1
  37. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_app.py +1 -1
  38. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_certificate.py +1 -1
  39. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_container_registry.py +1 -1
  40. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_database_ca.py +1 -1
  41. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_database_cluster.py +1 -1
  42. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_database_connection_pool.py +1 -1
  43. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_database_replica.py +1 -1
  44. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_database_user.py +1 -1
  45. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_domain.py +1 -1
  46. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_domains.py +1 -1
  47. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_droplet.py +1 -1
  48. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_droplet_autoscale.py +1 -1
  49. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_droplet_snapshot.py +1 -1
  50. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_droplets.py +1 -1
  51. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_firewall.py +1 -1
  52. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_floating_ip.py +1 -1
  53. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_image.py +1 -1
  54. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_images.py +1 -1
  55. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_kubernetes_cluster.py +1 -1
  56. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_kubernetes_versions.py +1 -1
  57. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_load_balancer.py +1 -1
  58. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_partner_attachment.py +17 -2
  59. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_project.py +1 -1
  60. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_projects.py +1 -1
  61. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_record.py +1 -1
  62. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_records.py +1 -1
  63. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_region.py +1 -1
  64. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_regions.py +1 -1
  65. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_reserved_ip.py +1 -1
  66. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_reserved_ipv6.py +1 -1
  67. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_sizes.py +1 -1
  68. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_spaces_bucket.py +1 -1
  69. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_spaces_bucket_object.py +1 -1
  70. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_spaces_bucket_objects.py +1 -1
  71. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_spaces_buckets.py +1 -1
  72. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_spaces_key.py +1 -1
  73. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_ssh_key.py +1 -1
  74. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_ssh_keys.py +1 -1
  75. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_tag.py +1 -1
  76. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_tags.py +1 -1
  77. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_volume.py +1 -1
  78. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_volume_snapshot.py +1 -1
  79. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_vpc.py +1 -1
  80. pulumi_digitalocean-4.46.0/pulumi_digitalocean/get_vpc_nat_gateway.py +253 -0
  81. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_vpc_peering.py +1 -1
  82. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/kubernetes_cluster.py +14 -1
  83. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/kubernetes_node_pool.py +1 -1
  84. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/load_balancer.py +1 -1
  85. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/monitor_alert.py +1 -1
  86. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/outputs.py +211 -7
  87. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/partner_attachment.py +49 -2
  88. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/project.py +1 -1
  89. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/project_resources.py +1 -1
  90. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/provider.py +1 -1
  91. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/pulumi-plugin.json +1 -1
  92. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/reserved_ip.py +1 -1
  93. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/reserved_ip_assignment.py +1 -1
  94. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/reserved_ipv6.py +1 -1
  95. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/reserved_ipv6_assignment.py +1 -1
  96. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/spaces_bucket.py +1 -1
  97. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/spaces_bucket_cors_configuration.py +1 -1
  98. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/spaces_bucket_logging.py +1 -1
  99. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/spaces_bucket_object.py +1 -1
  100. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/spaces_bucket_policy.py +1 -1
  101. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/spaces_key.py +1 -1
  102. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/ssh_key.py +1 -1
  103. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/tag.py +1 -1
  104. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/uptime_alert.py +1 -1
  105. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/uptime_check.py +1 -1
  106. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/volume.py +1 -1
  107. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/volume_attachment.py +1 -1
  108. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/volume_snapshot.py +1 -1
  109. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/vpc.py +1 -1
  110. pulumi_digitalocean-4.46.0/pulumi_digitalocean/vpc_nat_gateway.py +672 -0
  111. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/vpc_peering.py +1 -1
  112. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean.egg-info/PKG-INFO +1 -1
  113. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean.egg-info/SOURCES.txt +2 -0
  114. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pyproject.toml +1 -1
  115. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/README.md +0 -0
  116. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/py.typed +0 -0
  117. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean.egg-info/dependency_links.txt +0 -0
  118. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean.egg-info/requires.txt +0 -0
  119. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean.egg-info/top_level.txt +0 -0
  120. {pulumi_digitalocean-4.45.0a1747712448 → pulumi_digitalocean-4.46.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_digitalocean
3
- Version: 4.45.0a1747712448
3
+ Version: 4.46.0
4
4
  Summary: A Pulumi package for creating and managing DigitalOcean cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -78,6 +78,7 @@ from .get_tags import *
78
78
  from .get_volume import *
79
79
  from .get_volume_snapshot import *
80
80
  from .get_vpc import *
81
+ from .get_vpc_nat_gateway import *
81
82
  from .get_vpc_peering import *
82
83
  from .kubernetes_cluster import *
83
84
  from .kubernetes_node_pool import *
@@ -105,6 +106,7 @@ from .volume import *
105
106
  from .volume_attachment import *
106
107
  from .volume_snapshot import *
107
108
  from .vpc import *
109
+ from .vpc_nat_gateway import *
108
110
  from .vpc_peering import *
109
111
  from ._inputs import *
110
112
  from . import outputs
@@ -535,6 +537,14 @@ _utilities.register(
535
537
  "digitalocean:index/vpc:Vpc": "Vpc"
536
538
  }
537
539
  },
540
+ {
541
+ "pkg": "digitalocean",
542
+ "mod": "index/vpcNatGateway",
543
+ "fqn": "pulumi_digitalocean",
544
+ "classes": {
545
+ "digitalocean:index/vpcNatGateway:VpcNatGateway": "VpcNatGateway"
546
+ }
547
+ },
538
548
  {
539
549
  "pkg": "digitalocean",
540
550
  "mod": "index/vpcPeering",
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -303,6 +303,12 @@ __all__ = [
303
303
  'UptimeAlertNotificationArgsDict',
304
304
  'UptimeAlertNotificationSlackArgs',
305
305
  'UptimeAlertNotificationSlackArgsDict',
306
+ 'VpcNatGatewayEgressArgs',
307
+ 'VpcNatGatewayEgressArgsDict',
308
+ 'VpcNatGatewayEgressPublicGatewayArgs',
309
+ 'VpcNatGatewayEgressPublicGatewayArgsDict',
310
+ 'VpcNatGatewayVpcArgs',
311
+ 'VpcNatGatewayVpcArgsDict',
306
312
  'GetAppDedicatedIpArgs',
307
313
  'GetAppDedicatedIpArgsDict',
308
314
  'GetDomainsFilterArgs',
@@ -11054,9 +11060,12 @@ class KubernetesClusterClusterAutoscalerConfigurationArgs:
11054
11060
  if not MYPY:
11055
11061
  class KubernetesClusterControlPlaneFirewallArgsDict(TypedDict):
11056
11062
  allowed_addresses: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
11063
+ """
11064
+ A list of addresses allowed (CIDR notation).
11065
+ """
11057
11066
  enabled: pulumi.Input[builtins.bool]
11058
11067
  """
11059
- Boolean flag whether the routing-agent is enabled or not.
11068
+ Boolean flag whether the firewall should be enabled or not.
11060
11069
  """
11061
11070
  elif False:
11062
11071
  KubernetesClusterControlPlaneFirewallArgsDict: TypeAlias = Mapping[str, Any]
@@ -11067,7 +11076,8 @@ class KubernetesClusterControlPlaneFirewallArgs:
11067
11076
  allowed_addresses: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
11068
11077
  enabled: pulumi.Input[builtins.bool]):
11069
11078
  """
11070
- :param pulumi.Input[builtins.bool] enabled: Boolean flag whether the routing-agent is enabled or not.
11079
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_addresses: A list of addresses allowed (CIDR notation).
11080
+ :param pulumi.Input[builtins.bool] enabled: Boolean flag whether the firewall should be enabled or not.
11071
11081
  """
11072
11082
  pulumi.set(__self__, "allowed_addresses", allowed_addresses)
11073
11083
  pulumi.set(__self__, "enabled", enabled)
@@ -11075,6 +11085,9 @@ class KubernetesClusterControlPlaneFirewallArgs:
11075
11085
  @property
11076
11086
  @pulumi.getter(name="allowedAddresses")
11077
11087
  def allowed_addresses(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
11088
+ """
11089
+ A list of addresses allowed (CIDR notation).
11090
+ """
11078
11091
  return pulumi.get(self, "allowed_addresses")
11079
11092
 
11080
11093
  @allowed_addresses.setter
@@ -11085,7 +11098,7 @@ class KubernetesClusterControlPlaneFirewallArgs:
11085
11098
  @pulumi.getter
11086
11099
  def enabled(self) -> pulumi.Input[builtins.bool]:
11087
11100
  """
11088
- Boolean flag whether the routing-agent is enabled or not.
11101
+ Boolean flag whether the firewall should be enabled or not.
11089
11102
  """
11090
11103
  return pulumi.get(self, "enabled")
11091
11104
 
@@ -12009,7 +12022,7 @@ if not MYPY:
12009
12022
  """
12010
12023
  certificate_id: NotRequired[pulumi.Input[builtins.str]]
12011
12024
  """
12012
- The certificate id associated with the domain used for TLS handshaking.
12025
+ **Deprecated** The certificate ID to be used for TLS handshaking.
12013
12026
  """
12014
12027
  certificate_name: NotRequired[pulumi.Input[builtins.str]]
12015
12028
  """
@@ -12041,7 +12054,7 @@ class LoadBalancerDomainArgs:
12041
12054
  verification_error_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
12042
12055
  """
12043
12056
  :param pulumi.Input[builtins.str] name: The domain name to be used for ingressing traffic to a Global Load Balancer.
12044
- :param pulumi.Input[builtins.str] certificate_id: The certificate id associated with the domain used for TLS handshaking.
12057
+ :param pulumi.Input[builtins.str] certificate_id: **Deprecated** The certificate ID to be used for TLS handshaking.
12045
12058
  :param pulumi.Input[builtins.str] certificate_name: The certificate name to be used for TLS handshaking.
12046
12059
  :param pulumi.Input[builtins.bool] is_managed: Control flag to specify whether the domain is managed by DigitalOcean.
12047
12060
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ssl_validation_error_reasons: list of domain SSL validation errors
@@ -12075,7 +12088,7 @@ class LoadBalancerDomainArgs:
12075
12088
  @pulumi.getter(name="certificateId")
12076
12089
  def certificate_id(self) -> Optional[pulumi.Input[builtins.str]]:
12077
12090
  """
12078
- The certificate id associated with the domain used for TLS handshaking.
12091
+ **Deprecated** The certificate ID to be used for TLS handshaking.
12079
12092
  """
12080
12093
  return pulumi.get(self, "certificate_id")
12081
12094
 
@@ -12207,7 +12220,7 @@ if not MYPY:
12207
12220
  """
12208
12221
  certificate_id: NotRequired[pulumi.Input[builtins.str]]
12209
12222
  """
12210
- **Deprecated** The ID of the TLS certificate to be used for SSL termination.
12223
+ **Deprecated** The ID of the TLS certificate to be used for SSL termination. Use `certificate_name` instead.
12211
12224
  """
12212
12225
  certificate_name: NotRequired[pulumi.Input[builtins.str]]
12213
12226
  """
@@ -12235,7 +12248,7 @@ class LoadBalancerForwardingRuleArgs:
12235
12248
  :param pulumi.Input[builtins.str] entry_protocol: The protocol used for traffic to the Load Balancer. The possible values are: `http`, `https`, `http2`, `http3`, `tcp`, or `udp`.
12236
12249
  :param pulumi.Input[builtins.int] target_port: An integer representing the port on the backend Droplets to which the Load Balancer will send traffic.
12237
12250
  :param pulumi.Input[builtins.str] target_protocol: The protocol used for traffic from the Load Balancer to the backend Droplets. The possible values are: `http`, `https`, `http2`, `tcp`, or `udp`.
12238
- :param pulumi.Input[builtins.str] certificate_id: **Deprecated** The ID of the TLS certificate to be used for SSL termination.
12251
+ :param pulumi.Input[builtins.str] certificate_id: **Deprecated** The ID of the TLS certificate to be used for SSL termination. Use `certificate_name` instead.
12239
12252
  :param pulumi.Input[builtins.str] certificate_name: The unique name of the TLS certificate to be used for SSL termination.
12240
12253
  :param pulumi.Input[builtins.bool] tls_passthrough: A boolean value indicating whether SSL encrypted traffic will be passed through to the backend Droplets. The default value is `false`.
12241
12254
  """
@@ -12306,7 +12319,7 @@ class LoadBalancerForwardingRuleArgs:
12306
12319
  @_utilities.deprecated("""Certificate IDs may change, for example when a Let's Encrypt certificate is auto-renewed. Please specify 'certificate_name' instead.""")
12307
12320
  def certificate_id(self) -> Optional[pulumi.Input[builtins.str]]:
12308
12321
  """
12309
- **Deprecated** The ID of the TLS certificate to be used for SSL termination.
12322
+ **Deprecated** The ID of the TLS certificate to be used for SSL termination. Use `certificate_name` instead.
12310
12323
  """
12311
12324
  return pulumi.get(self, "certificate_id")
12312
12325
 
@@ -13510,6 +13523,141 @@ class UptimeAlertNotificationSlackArgs:
13510
13523
  pulumi.set(self, "url", value)
13511
13524
 
13512
13525
 
13526
+ if not MYPY:
13527
+ class VpcNatGatewayEgressArgsDict(TypedDict):
13528
+ public_gateways: NotRequired[pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayEgressPublicGatewayArgsDict']]]]
13529
+ """
13530
+ List of public gateway IPs
13531
+ """
13532
+ elif False:
13533
+ VpcNatGatewayEgressArgsDict: TypeAlias = Mapping[str, Any]
13534
+
13535
+ @pulumi.input_type
13536
+ class VpcNatGatewayEgressArgs:
13537
+ def __init__(__self__, *,
13538
+ public_gateways: Optional[pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayEgressPublicGatewayArgs']]]] = None):
13539
+ """
13540
+ :param pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayEgressPublicGatewayArgs']]] public_gateways: List of public gateway IPs
13541
+ """
13542
+ if public_gateways is not None:
13543
+ pulumi.set(__self__, "public_gateways", public_gateways)
13544
+
13545
+ @property
13546
+ @pulumi.getter(name="publicGateways")
13547
+ def public_gateways(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayEgressPublicGatewayArgs']]]]:
13548
+ """
13549
+ List of public gateway IPs
13550
+ """
13551
+ return pulumi.get(self, "public_gateways")
13552
+
13553
+ @public_gateways.setter
13554
+ def public_gateways(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['VpcNatGatewayEgressPublicGatewayArgs']]]]):
13555
+ pulumi.set(self, "public_gateways", value)
13556
+
13557
+
13558
+ if not MYPY:
13559
+ class VpcNatGatewayEgressPublicGatewayArgsDict(TypedDict):
13560
+ ipv4: NotRequired[pulumi.Input[builtins.str]]
13561
+ """
13562
+ IPv4 address
13563
+ """
13564
+ elif False:
13565
+ VpcNatGatewayEgressPublicGatewayArgsDict: TypeAlias = Mapping[str, Any]
13566
+
13567
+ @pulumi.input_type
13568
+ class VpcNatGatewayEgressPublicGatewayArgs:
13569
+ def __init__(__self__, *,
13570
+ ipv4: Optional[pulumi.Input[builtins.str]] = None):
13571
+ """
13572
+ :param pulumi.Input[builtins.str] ipv4: IPv4 address
13573
+ """
13574
+ if ipv4 is not None:
13575
+ pulumi.set(__self__, "ipv4", ipv4)
13576
+
13577
+ @property
13578
+ @pulumi.getter
13579
+ def ipv4(self) -> Optional[pulumi.Input[builtins.str]]:
13580
+ """
13581
+ IPv4 address
13582
+ """
13583
+ return pulumi.get(self, "ipv4")
13584
+
13585
+ @ipv4.setter
13586
+ def ipv4(self, value: Optional[pulumi.Input[builtins.str]]):
13587
+ pulumi.set(self, "ipv4", value)
13588
+
13589
+
13590
+ if not MYPY:
13591
+ class VpcNatGatewayVpcArgsDict(TypedDict):
13592
+ vpc_uuid: pulumi.Input[builtins.str]
13593
+ """
13594
+ The ID of the ingress VPC
13595
+ """
13596
+ default_gateway: NotRequired[pulumi.Input[builtins.bool]]
13597
+ """
13598
+ Boolean flag indicating if this should be the default gateway in this VPC
13599
+ """
13600
+ gateway_ip: NotRequired[pulumi.Input[builtins.str]]
13601
+ """
13602
+ The private IP of the VPC NAT Gateway
13603
+ """
13604
+ elif False:
13605
+ VpcNatGatewayVpcArgsDict: TypeAlias = Mapping[str, Any]
13606
+
13607
+ @pulumi.input_type
13608
+ class VpcNatGatewayVpcArgs:
13609
+ def __init__(__self__, *,
13610
+ vpc_uuid: pulumi.Input[builtins.str],
13611
+ default_gateway: Optional[pulumi.Input[builtins.bool]] = None,
13612
+ gateway_ip: Optional[pulumi.Input[builtins.str]] = None):
13613
+ """
13614
+ :param pulumi.Input[builtins.str] vpc_uuid: The ID of the ingress VPC
13615
+ :param pulumi.Input[builtins.bool] default_gateway: Boolean flag indicating if this should be the default gateway in this VPC
13616
+ :param pulumi.Input[builtins.str] gateway_ip: The private IP of the VPC NAT Gateway
13617
+ """
13618
+ pulumi.set(__self__, "vpc_uuid", vpc_uuid)
13619
+ if default_gateway is not None:
13620
+ pulumi.set(__self__, "default_gateway", default_gateway)
13621
+ if gateway_ip is not None:
13622
+ pulumi.set(__self__, "gateway_ip", gateway_ip)
13623
+
13624
+ @property
13625
+ @pulumi.getter(name="vpcUuid")
13626
+ def vpc_uuid(self) -> pulumi.Input[builtins.str]:
13627
+ """
13628
+ The ID of the ingress VPC
13629
+ """
13630
+ return pulumi.get(self, "vpc_uuid")
13631
+
13632
+ @vpc_uuid.setter
13633
+ def vpc_uuid(self, value: pulumi.Input[builtins.str]):
13634
+ pulumi.set(self, "vpc_uuid", value)
13635
+
13636
+ @property
13637
+ @pulumi.getter(name="defaultGateway")
13638
+ def default_gateway(self) -> Optional[pulumi.Input[builtins.bool]]:
13639
+ """
13640
+ Boolean flag indicating if this should be the default gateway in this VPC
13641
+ """
13642
+ return pulumi.get(self, "default_gateway")
13643
+
13644
+ @default_gateway.setter
13645
+ def default_gateway(self, value: Optional[pulumi.Input[builtins.bool]]):
13646
+ pulumi.set(self, "default_gateway", value)
13647
+
13648
+ @property
13649
+ @pulumi.getter(name="gatewayIp")
13650
+ def gateway_ip(self) -> Optional[pulumi.Input[builtins.str]]:
13651
+ """
13652
+ The private IP of the VPC NAT Gateway
13653
+ """
13654
+ return pulumi.get(self, "gateway_ip")
13655
+
13656
+ @gateway_ip.setter
13657
+ def gateway_ip(self, value: Optional[pulumi.Input[builtins.str]]):
13658
+ pulumi.set(self, "gateway_ip", value)
13659
+
13660
+
13513
13661
  if not MYPY:
13514
13662
  class GetAppDedicatedIpArgsDict(TypedDict):
13515
13663
  id: builtins.str
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
 
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins