pulumi-digitalocean 4.45.0a1747374323__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.0a1747374323 → pulumi_digitalocean-4.46.0}/PKG-INFO +1 -1
  2. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/__init__.py +20 -1
  3. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/_enums.py +1 -1
  4. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/_inputs.py +200 -19
  5. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/_utilities.py +1 -1
  6. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/app.py +1 -1
  7. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/cdn.py +1 -1
  8. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/certificate.py +1 -1
  9. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/config/__init__.py +1 -1
  10. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/config/__init__.pyi +1 -1
  11. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/config/vars.py +1 -1
  12. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/container_registry.py +1 -1
  13. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/container_registry_docker_credentials.py +1 -1
  14. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/custom_image.py +1 -1
  15. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_cluster.py +1 -1
  16. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_connection_pool.py +1 -1
  17. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_db.py +1 -1
  18. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_firewall.py +1 -1
  19. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_kafka_config.py +1 -1
  20. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_kafka_topic.py +1 -1
  21. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_mongodb_config.py +1 -1
  22. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_mysql_config.py +1 -1
  23. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_opensearch_config.py +1 -1
  24. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_postgresql_config.py +1 -1
  25. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_redis_config.py +1 -1
  26. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_replica.py +1 -1
  27. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/database_user.py +1 -1
  28. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/dns_record.py +1 -1
  29. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/domain.py +1 -1
  30. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/droplet.py +1 -1
  31. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/droplet_autoscale.py +1 -1
  32. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/droplet_snapshot.py +1 -1
  33. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/firewall.py +1 -1
  34. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/floating_ip.py +1 -1
  35. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/floating_ip_assignment.py +1 -1
  36. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_account.py +1 -1
  37. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_app.py +1 -1
  38. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_certificate.py +1 -1
  39. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_container_registry.py +1 -1
  40. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_database_ca.py +1 -1
  41. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_database_cluster.py +1 -1
  42. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_database_connection_pool.py +1 -1
  43. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_database_replica.py +1 -1
  44. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_database_user.py +1 -1
  45. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_domain.py +1 -1
  46. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_domains.py +1 -1
  47. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_droplet.py +1 -1
  48. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_droplet_autoscale.py +1 -1
  49. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_droplet_snapshot.py +1 -1
  50. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_droplets.py +1 -1
  51. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_firewall.py +1 -1
  52. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_floating_ip.py +1 -1
  53. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_image.py +1 -1
  54. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_images.py +1 -1
  55. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_kubernetes_cluster.py +1 -1
  56. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_kubernetes_versions.py +1 -1
  57. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_load_balancer.py +1 -1
  58. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_partner_attachment.py +17 -2
  59. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_project.py +1 -1
  60. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_projects.py +1 -1
  61. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_record.py +1 -1
  62. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_records.py +1 -1
  63. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_region.py +1 -1
  64. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_regions.py +1 -1
  65. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_reserved_ip.py +1 -1
  66. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_reserved_ipv6.py +1 -1
  67. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_sizes.py +1 -1
  68. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_spaces_bucket.py +1 -1
  69. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_spaces_bucket_object.py +1 -1
  70. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_spaces_bucket_objects.py +1 -1
  71. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_spaces_buckets.py +1 -1
  72. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_spaces_key.py +1 -1
  73. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_ssh_key.py +1 -1
  74. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_ssh_keys.py +1 -1
  75. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_tag.py +1 -1
  76. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_tags.py +1 -1
  77. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_volume.py +1 -1
  78. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_volume_snapshot.py +1 -1
  79. {pulumi_digitalocean-4.45.0a1747374323 → 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.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/get_vpc_peering.py +1 -1
  82. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/kubernetes_cluster.py +27 -1
  83. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/kubernetes_node_pool.py +1 -1
  84. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/load_balancer.py +1 -1
  85. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/monitor_alert.py +1 -1
  86. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/outputs.py +250 -24
  87. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/partner_attachment.py +49 -2
  88. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/project.py +1 -1
  89. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/project_resources.py +1 -1
  90. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/provider.py +1 -1
  91. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/pulumi-plugin.json +1 -1
  92. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/reserved_ip.py +1 -1
  93. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/reserved_ip_assignment.py +1 -1
  94. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/reserved_ipv6.py +1 -1
  95. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/reserved_ipv6_assignment.py +1 -1
  96. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/spaces_bucket.py +1 -1
  97. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/spaces_bucket_cors_configuration.py +1 -1
  98. pulumi_digitalocean-4.46.0/pulumi_digitalocean/spaces_bucket_logging.py +347 -0
  99. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/spaces_bucket_object.py +1 -1
  100. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/spaces_bucket_policy.py +1 -1
  101. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/spaces_key.py +1 -1
  102. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/ssh_key.py +1 -1
  103. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/tag.py +1 -1
  104. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/uptime_alert.py +1 -1
  105. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/uptime_check.py +1 -1
  106. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/volume.py +1 -1
  107. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/volume_attachment.py +1 -1
  108. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/volume_snapshot.py +1 -1
  109. {pulumi_digitalocean-4.45.0a1747374323 → 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.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/vpc_peering.py +1 -1
  112. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean.egg-info/PKG-INFO +1 -1
  113. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean.egg-info/SOURCES.txt +3 -0
  114. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pyproject.toml +1 -1
  115. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/README.md +0 -0
  116. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean/py.typed +0 -0
  117. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean.egg-info/dependency_links.txt +0 -0
  118. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean.egg-info/requires.txt +0 -0
  119. {pulumi_digitalocean-4.45.0a1747374323 → pulumi_digitalocean-4.46.0}/pulumi_digitalocean.egg-info/top_level.txt +0 -0
  120. {pulumi_digitalocean-4.45.0a1747374323 → 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.0a1747374323
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 *
@@ -93,6 +94,7 @@ from .reserved_ipv6 import *
93
94
  from .reserved_ipv6_assignment import *
94
95
  from .spaces_bucket import *
95
96
  from .spaces_bucket_cors_configuration import *
97
+ from .spaces_bucket_logging import *
96
98
  from .spaces_bucket_object import *
97
99
  from .spaces_bucket_policy import *
98
100
  from .spaces_key import *
@@ -104,6 +106,7 @@ from .volume import *
104
106
  from .volume_attachment import *
105
107
  from .volume_snapshot import *
106
108
  from .vpc import *
109
+ from .vpc_nat_gateway import *
107
110
  from .vpc_peering import *
108
111
  from ._inputs import *
109
112
  from . import outputs
@@ -438,6 +441,14 @@ _utilities.register(
438
441
  "digitalocean:index/spacesBucketCorsConfiguration:SpacesBucketCorsConfiguration": "SpacesBucketCorsConfiguration"
439
442
  }
440
443
  },
444
+ {
445
+ "pkg": "digitalocean",
446
+ "mod": "index/spacesBucketLogging",
447
+ "fqn": "pulumi_digitalocean",
448
+ "classes": {
449
+ "digitalocean:index/spacesBucketLogging:SpacesBucketLogging": "SpacesBucketLogging"
450
+ }
451
+ },
441
452
  {
442
453
  "pkg": "digitalocean",
443
454
  "mod": "index/spacesBucketObject",
@@ -526,6 +537,14 @@ _utilities.register(
526
537
  "digitalocean:index/vpc:Vpc": "Vpc"
527
538
  }
528
539
  },
540
+ {
541
+ "pkg": "digitalocean",
542
+ "mod": "index/vpcNatGateway",
543
+ "fqn": "pulumi_digitalocean",
544
+ "classes": {
545
+ "digitalocean:index/vpcNatGateway:VpcNatGateway": "VpcNatGateway"
546
+ }
547
+ },
529
548
  {
530
549
  "pkg": "digitalocean",
531
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',
@@ -10996,7 +11002,15 @@ class FirewallPendingChangeArgs:
10996
11002
  if not MYPY:
10997
11003
  class KubernetesClusterClusterAutoscalerConfigurationArgsDict(TypedDict):
10998
11004
  scale_down_unneeded_time: NotRequired[pulumi.Input[builtins.str]]
11005
+ """
11006
+ String setting how long a node should be unneeded before it's eligible for scale down.
11007
+
11008
+ This resource supports customized create timeouts. The default timeout is 30 minutes.
11009
+ """
10999
11010
  scale_down_utilization_threshold: NotRequired[pulumi.Input[builtins.float]]
11011
+ """
11012
+ Float setting the Node utilization level, defined as sum of requested resources divided by capacity, in which a node can be considered for scale down.
11013
+ """
11000
11014
  elif False:
11001
11015
  KubernetesClusterClusterAutoscalerConfigurationArgsDict: TypeAlias = Mapping[str, Any]
11002
11016
 
@@ -11005,6 +11019,12 @@ class KubernetesClusterClusterAutoscalerConfigurationArgs:
11005
11019
  def __init__(__self__, *,
11006
11020
  scale_down_unneeded_time: Optional[pulumi.Input[builtins.str]] = None,
11007
11021
  scale_down_utilization_threshold: Optional[pulumi.Input[builtins.float]] = None):
11022
+ """
11023
+ :param pulumi.Input[builtins.str] scale_down_unneeded_time: String setting how long a node should be unneeded before it's eligible for scale down.
11024
+
11025
+ This resource supports customized create timeouts. The default timeout is 30 minutes.
11026
+ :param pulumi.Input[builtins.float] scale_down_utilization_threshold: Float setting the Node utilization level, defined as sum of requested resources divided by capacity, in which a node can be considered for scale down.
11027
+ """
11008
11028
  if scale_down_unneeded_time is not None:
11009
11029
  pulumi.set(__self__, "scale_down_unneeded_time", scale_down_unneeded_time)
11010
11030
  if scale_down_utilization_threshold is not None:
@@ -11013,6 +11033,11 @@ class KubernetesClusterClusterAutoscalerConfigurationArgs:
11013
11033
  @property
11014
11034
  @pulumi.getter(name="scaleDownUnneededTime")
11015
11035
  def scale_down_unneeded_time(self) -> Optional[pulumi.Input[builtins.str]]:
11036
+ """
11037
+ String setting how long a node should be unneeded before it's eligible for scale down.
11038
+
11039
+ This resource supports customized create timeouts. The default timeout is 30 minutes.
11040
+ """
11016
11041
  return pulumi.get(self, "scale_down_unneeded_time")
11017
11042
 
11018
11043
  @scale_down_unneeded_time.setter
@@ -11022,6 +11047,9 @@ class KubernetesClusterClusterAutoscalerConfigurationArgs:
11022
11047
  @property
11023
11048
  @pulumi.getter(name="scaleDownUtilizationThreshold")
11024
11049
  def scale_down_utilization_threshold(self) -> Optional[pulumi.Input[builtins.float]]:
11050
+ """
11051
+ Float setting the Node utilization level, defined as sum of requested resources divided by capacity, in which a node can be considered for scale down.
11052
+ """
11025
11053
  return pulumi.get(self, "scale_down_utilization_threshold")
11026
11054
 
11027
11055
  @scale_down_utilization_threshold.setter
@@ -11032,9 +11060,12 @@ class KubernetesClusterClusterAutoscalerConfigurationArgs:
11032
11060
  if not MYPY:
11033
11061
  class KubernetesClusterControlPlaneFirewallArgsDict(TypedDict):
11034
11062
  allowed_addresses: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
11063
+ """
11064
+ A list of addresses allowed (CIDR notation).
11065
+ """
11035
11066
  enabled: pulumi.Input[builtins.bool]
11036
11067
  """
11037
- Boolean flag whether the routing-agent is enabled or not.
11068
+ Boolean flag whether the firewall should be enabled or not.
11038
11069
  """
11039
11070
  elif False:
11040
11071
  KubernetesClusterControlPlaneFirewallArgsDict: TypeAlias = Mapping[str, Any]
@@ -11045,7 +11076,8 @@ class KubernetesClusterControlPlaneFirewallArgs:
11045
11076
  allowed_addresses: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
11046
11077
  enabled: pulumi.Input[builtins.bool]):
11047
11078
  """
11048
- :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.
11049
11081
  """
11050
11082
  pulumi.set(__self__, "allowed_addresses", allowed_addresses)
11051
11083
  pulumi.set(__self__, "enabled", enabled)
@@ -11053,6 +11085,9 @@ class KubernetesClusterControlPlaneFirewallArgs:
11053
11085
  @property
11054
11086
  @pulumi.getter(name="allowedAddresses")
11055
11087
  def allowed_addresses(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
11088
+ """
11089
+ A list of addresses allowed (CIDR notation).
11090
+ """
11056
11091
  return pulumi.get(self, "allowed_addresses")
11057
11092
 
11058
11093
  @allowed_addresses.setter
@@ -11063,7 +11098,7 @@ class KubernetesClusterControlPlaneFirewallArgs:
11063
11098
  @pulumi.getter
11064
11099
  def enabled(self) -> pulumi.Input[builtins.bool]:
11065
11100
  """
11066
- Boolean flag whether the routing-agent is enabled or not.
11101
+ Boolean flag whether the firewall should be enabled or not.
11067
11102
  """
11068
11103
  return pulumi.get(self, "enabled")
11069
11104
 
@@ -11752,9 +11787,6 @@ if not MYPY:
11752
11787
  enabled: pulumi.Input[builtins.bool]
11753
11788
  """
11754
11789
  Boolean flag whether the routing-agent should be enabled or not.
11755
-
11756
-
11757
- This resource supports customized create timeouts. The default timeout is 30 minutes.
11758
11790
  """
11759
11791
  elif False:
11760
11792
  KubernetesClusterRoutingAgentArgsDict: TypeAlias = Mapping[str, Any]
@@ -11765,9 +11797,6 @@ class KubernetesClusterRoutingAgentArgs:
11765
11797
  enabled: pulumi.Input[builtins.bool]):
11766
11798
  """
11767
11799
  :param pulumi.Input[builtins.bool] enabled: Boolean flag whether the routing-agent should be enabled or not.
11768
-
11769
-
11770
- This resource supports customized create timeouts. The default timeout is 30 minutes.
11771
11800
  """
11772
11801
  pulumi.set(__self__, "enabled", enabled)
11773
11802
 
@@ -11776,9 +11805,6 @@ class KubernetesClusterRoutingAgentArgs:
11776
11805
  def enabled(self) -> pulumi.Input[builtins.bool]:
11777
11806
  """
11778
11807
  Boolean flag whether the routing-agent should be enabled or not.
11779
-
11780
-
11781
- This resource supports customized create timeouts. The default timeout is 30 minutes.
11782
11808
  """
11783
11809
  return pulumi.get(self, "enabled")
11784
11810
 
@@ -11994,9 +12020,13 @@ if not MYPY:
11994
12020
  """
11995
12021
  The domain name to be used for ingressing traffic to a Global Load Balancer.
11996
12022
  """
12023
+ certificate_id: NotRequired[pulumi.Input[builtins.str]]
12024
+ """
12025
+ **Deprecated** The certificate ID to be used for TLS handshaking.
12026
+ """
11997
12027
  certificate_name: NotRequired[pulumi.Input[builtins.str]]
11998
12028
  """
11999
- name of certificate required for TLS handshaking
12029
+ The certificate name to be used for TLS handshaking.
12000
12030
  """
12001
12031
  is_managed: NotRequired[pulumi.Input[builtins.bool]]
12002
12032
  """
@@ -12017,18 +12047,22 @@ elif False:
12017
12047
  class LoadBalancerDomainArgs:
12018
12048
  def __init__(__self__, *,
12019
12049
  name: pulumi.Input[builtins.str],
12050
+ certificate_id: Optional[pulumi.Input[builtins.str]] = None,
12020
12051
  certificate_name: Optional[pulumi.Input[builtins.str]] = None,
12021
12052
  is_managed: Optional[pulumi.Input[builtins.bool]] = None,
12022
12053
  ssl_validation_error_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
12023
12054
  verification_error_reasons: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
12024
12055
  """
12025
12056
  :param pulumi.Input[builtins.str] name: The domain name to be used for ingressing traffic to a Global Load Balancer.
12026
- :param pulumi.Input[builtins.str] certificate_name: name of certificate required for TLS handshaking
12057
+ :param pulumi.Input[builtins.str] certificate_id: **Deprecated** The certificate ID to be used for TLS handshaking.
12058
+ :param pulumi.Input[builtins.str] certificate_name: The certificate name to be used for TLS handshaking.
12027
12059
  :param pulumi.Input[builtins.bool] is_managed: Control flag to specify whether the domain is managed by DigitalOcean.
12028
12060
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ssl_validation_error_reasons: list of domain SSL validation errors
12029
12061
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] verification_error_reasons: list of domain verification errors
12030
12062
  """
12031
12063
  pulumi.set(__self__, "name", name)
12064
+ if certificate_id is not None:
12065
+ pulumi.set(__self__, "certificate_id", certificate_id)
12032
12066
  if certificate_name is not None:
12033
12067
  pulumi.set(__self__, "certificate_name", certificate_name)
12034
12068
  if is_managed is not None:
@@ -12050,11 +12084,23 @@ class LoadBalancerDomainArgs:
12050
12084
  def name(self, value: pulumi.Input[builtins.str]):
12051
12085
  pulumi.set(self, "name", value)
12052
12086
 
12087
+ @property
12088
+ @pulumi.getter(name="certificateId")
12089
+ def certificate_id(self) -> Optional[pulumi.Input[builtins.str]]:
12090
+ """
12091
+ **Deprecated** The certificate ID to be used for TLS handshaking.
12092
+ """
12093
+ return pulumi.get(self, "certificate_id")
12094
+
12095
+ @certificate_id.setter
12096
+ def certificate_id(self, value: Optional[pulumi.Input[builtins.str]]):
12097
+ pulumi.set(self, "certificate_id", value)
12098
+
12053
12099
  @property
12054
12100
  @pulumi.getter(name="certificateName")
12055
12101
  def certificate_name(self) -> Optional[pulumi.Input[builtins.str]]:
12056
12102
  """
12057
- name of certificate required for TLS handshaking
12103
+ The certificate name to be used for TLS handshaking.
12058
12104
  """
12059
12105
  return pulumi.get(self, "certificate_name")
12060
12106
 
@@ -12174,7 +12220,7 @@ if not MYPY:
12174
12220
  """
12175
12221
  certificate_id: NotRequired[pulumi.Input[builtins.str]]
12176
12222
  """
12177
- **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.
12178
12224
  """
12179
12225
  certificate_name: NotRequired[pulumi.Input[builtins.str]]
12180
12226
  """
@@ -12202,7 +12248,7 @@ class LoadBalancerForwardingRuleArgs:
12202
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`.
12203
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.
12204
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`.
12205
- :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.
12206
12252
  :param pulumi.Input[builtins.str] certificate_name: The unique name of the TLS certificate to be used for SSL termination.
12207
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`.
12208
12254
  """
@@ -12273,7 +12319,7 @@ class LoadBalancerForwardingRuleArgs:
12273
12319
  @_utilities.deprecated("""Certificate IDs may change, for example when a Let's Encrypt certificate is auto-renewed. Please specify 'certificate_name' instead.""")
12274
12320
  def certificate_id(self) -> Optional[pulumi.Input[builtins.str]]:
12275
12321
  """
12276
- **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.
12277
12323
  """
12278
12324
  return pulumi.get(self, "certificate_id")
12279
12325
 
@@ -13477,6 +13523,141 @@ class UptimeAlertNotificationSlackArgs:
13477
13523
  pulumi.set(self, "url", value)
13478
13524
 
13479
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
+
13480
13661
  if not MYPY:
13481
13662
  class GetAppDedicatedIpArgsDict(TypedDict):
13482
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