pulumi-digitalocean 4.46.0a1747979086__py3-none-any.whl → 4.46.0a1748901174__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 (113) hide show
  1. pulumi_digitalocean/__init__.py +1 -1
  2. pulumi_digitalocean/_enums.py +1 -1
  3. pulumi_digitalocean/_inputs.py +1 -1
  4. pulumi_digitalocean/_utilities.py +1 -1
  5. pulumi_digitalocean/app.py +1 -1
  6. pulumi_digitalocean/cdn.py +1 -1
  7. pulumi_digitalocean/certificate.py +1 -1
  8. pulumi_digitalocean/config/__init__.py +1 -1
  9. pulumi_digitalocean/config/__init__.pyi +1 -1
  10. pulumi_digitalocean/config/vars.py +1 -1
  11. pulumi_digitalocean/container_registry.py +1 -1
  12. pulumi_digitalocean/container_registry_docker_credentials.py +1 -1
  13. pulumi_digitalocean/custom_image.py +1 -1
  14. pulumi_digitalocean/database_cluster.py +1 -1
  15. pulumi_digitalocean/database_connection_pool.py +1 -1
  16. pulumi_digitalocean/database_db.py +1 -1
  17. pulumi_digitalocean/database_firewall.py +1 -1
  18. pulumi_digitalocean/database_kafka_config.py +1 -1
  19. pulumi_digitalocean/database_kafka_topic.py +1 -1
  20. pulumi_digitalocean/database_mongodb_config.py +1 -1
  21. pulumi_digitalocean/database_mysql_config.py +1 -1
  22. pulumi_digitalocean/database_opensearch_config.py +1 -1
  23. pulumi_digitalocean/database_postgresql_config.py +1 -1
  24. pulumi_digitalocean/database_redis_config.py +1 -1
  25. pulumi_digitalocean/database_replica.py +1 -1
  26. pulumi_digitalocean/database_user.py +1 -1
  27. pulumi_digitalocean/dns_record.py +1 -1
  28. pulumi_digitalocean/domain.py +1 -1
  29. pulumi_digitalocean/droplet.py +1 -1
  30. pulumi_digitalocean/droplet_autoscale.py +1 -1
  31. pulumi_digitalocean/droplet_snapshot.py +1 -1
  32. pulumi_digitalocean/firewall.py +1 -1
  33. pulumi_digitalocean/floating_ip.py +1 -1
  34. pulumi_digitalocean/floating_ip_assignment.py +1 -1
  35. pulumi_digitalocean/get_account.py +1 -1
  36. pulumi_digitalocean/get_app.py +1 -1
  37. pulumi_digitalocean/get_certificate.py +1 -1
  38. pulumi_digitalocean/get_container_registry.py +1 -1
  39. pulumi_digitalocean/get_database_ca.py +1 -1
  40. pulumi_digitalocean/get_database_cluster.py +1 -1
  41. pulumi_digitalocean/get_database_connection_pool.py +1 -1
  42. pulumi_digitalocean/get_database_replica.py +1 -1
  43. pulumi_digitalocean/get_database_user.py +1 -1
  44. pulumi_digitalocean/get_domain.py +1 -1
  45. pulumi_digitalocean/get_domains.py +1 -1
  46. pulumi_digitalocean/get_droplet.py +1 -1
  47. pulumi_digitalocean/get_droplet_autoscale.py +1 -1
  48. pulumi_digitalocean/get_droplet_snapshot.py +1 -1
  49. pulumi_digitalocean/get_droplets.py +1 -1
  50. pulumi_digitalocean/get_firewall.py +1 -1
  51. pulumi_digitalocean/get_floating_ip.py +1 -1
  52. pulumi_digitalocean/get_image.py +1 -1
  53. pulumi_digitalocean/get_images.py +1 -1
  54. pulumi_digitalocean/get_kubernetes_cluster.py +1 -1
  55. pulumi_digitalocean/get_kubernetes_versions.py +1 -1
  56. pulumi_digitalocean/get_load_balancer.py +1 -1
  57. pulumi_digitalocean/get_partner_attachment.py +1 -1
  58. pulumi_digitalocean/get_project.py +1 -1
  59. pulumi_digitalocean/get_projects.py +1 -1
  60. pulumi_digitalocean/get_record.py +1 -1
  61. pulumi_digitalocean/get_records.py +1 -1
  62. pulumi_digitalocean/get_region.py +1 -1
  63. pulumi_digitalocean/get_regions.py +1 -1
  64. pulumi_digitalocean/get_reserved_ip.py +1 -1
  65. pulumi_digitalocean/get_reserved_ipv6.py +1 -1
  66. pulumi_digitalocean/get_sizes.py +1 -1
  67. pulumi_digitalocean/get_spaces_bucket.py +1 -1
  68. pulumi_digitalocean/get_spaces_bucket_object.py +1 -1
  69. pulumi_digitalocean/get_spaces_bucket_objects.py +1 -1
  70. pulumi_digitalocean/get_spaces_buckets.py +1 -1
  71. pulumi_digitalocean/get_spaces_key.py +1 -1
  72. pulumi_digitalocean/get_ssh_key.py +1 -1
  73. pulumi_digitalocean/get_ssh_keys.py +1 -1
  74. pulumi_digitalocean/get_tag.py +1 -1
  75. pulumi_digitalocean/get_tags.py +1 -1
  76. pulumi_digitalocean/get_volume.py +1 -1
  77. pulumi_digitalocean/get_volume_snapshot.py +1 -1
  78. pulumi_digitalocean/get_vpc.py +1 -1
  79. pulumi_digitalocean/get_vpc_peering.py +1 -1
  80. pulumi_digitalocean/kubernetes_cluster.py +1 -1
  81. pulumi_digitalocean/kubernetes_node_pool.py +1 -1
  82. pulumi_digitalocean/load_balancer.py +1 -1
  83. pulumi_digitalocean/monitor_alert.py +1 -1
  84. pulumi_digitalocean/outputs.py +1 -1
  85. pulumi_digitalocean/partner_attachment.py +1 -1
  86. pulumi_digitalocean/project.py +1 -1
  87. pulumi_digitalocean/project_resources.py +1 -1
  88. pulumi_digitalocean/provider.py +1 -1
  89. pulumi_digitalocean/pulumi-plugin.json +1 -1
  90. pulumi_digitalocean/reserved_ip.py +1 -1
  91. pulumi_digitalocean/reserved_ip_assignment.py +1 -1
  92. pulumi_digitalocean/reserved_ipv6.py +1 -1
  93. pulumi_digitalocean/reserved_ipv6_assignment.py +1 -1
  94. pulumi_digitalocean/spaces_bucket.py +1 -1
  95. pulumi_digitalocean/spaces_bucket_cors_configuration.py +1 -1
  96. pulumi_digitalocean/spaces_bucket_logging.py +1 -1
  97. pulumi_digitalocean/spaces_bucket_object.py +1 -1
  98. pulumi_digitalocean/spaces_bucket_policy.py +1 -1
  99. pulumi_digitalocean/spaces_key.py +1 -1
  100. pulumi_digitalocean/ssh_key.py +1 -1
  101. pulumi_digitalocean/tag.py +1 -1
  102. pulumi_digitalocean/uptime_alert.py +1 -1
  103. pulumi_digitalocean/uptime_check.py +1 -1
  104. pulumi_digitalocean/volume.py +1 -1
  105. pulumi_digitalocean/volume_attachment.py +1 -1
  106. pulumi_digitalocean/volume_snapshot.py +1 -1
  107. pulumi_digitalocean/vpc.py +1 -1
  108. pulumi_digitalocean/vpc_peering.py +1 -1
  109. {pulumi_digitalocean-4.46.0a1747979086.dist-info → pulumi_digitalocean-4.46.0a1748901174.dist-info}/METADATA +1 -1
  110. pulumi_digitalocean-4.46.0a1748901174.dist-info/RECORD +113 -0
  111. {pulumi_digitalocean-4.46.0a1747979086.dist-info → pulumi_digitalocean-4.46.0a1748901174.dist-info}/WHEEL +1 -1
  112. pulumi_digitalocean-4.46.0a1747979086.dist-info/RECORD +0 -113
  113. {pulumi_digitalocean-4.46.0a1747979086.dist-info → pulumi_digitalocean-4.46.0a1748901174.dist-info}/top_level.txt +0 -0
@@ -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
  {
2
2
  "resource": true,
3
3
  "name": "digitalocean",
4
- "version": "4.46.0-alpha.1747979086"
4
+ "version": "4.46.0-alpha.1748901174"
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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_digitalocean
3
- Version: 4.46.0a1747979086
3
+ Version: 4.46.0a1748901174
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
@@ -0,0 +1,113 @@
1
+ pulumi_digitalocean/__init__.py,sha256=nA33fOjZArxP4dphC6iQNq0zjUXletHDBIKvtw1DjZw,13826
2
+ pulumi_digitalocean/_enums.py,sha256=-Fwkvv9Hk4dXIVLfQuvbkURh6EWPvXKs_asEWdMSxIw,10199
3
+ pulumi_digitalocean/_inputs.py,sha256=K82TcsGz3ylZvXfakjAOHYZGvqjcVwm9DtRIqKqjSAw,664875
4
+ pulumi_digitalocean/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
5
+ pulumi_digitalocean/app.py,sha256=H0TxTTAh9x6_uXWJJb0R18n46Ly73M7z-86x8n04nRw,25058
6
+ pulumi_digitalocean/cdn.py,sha256=9brcfOKCmLq5GXM8v5jLdk_A9FrYF-SFscsP2A-7YqU,22592
7
+ pulumi_digitalocean/certificate.py,sha256=YcmCZweil42syKKkmqaeSLE0q9PHZKtcuhRPDkMJXfs,29438
8
+ pulumi_digitalocean/container_registry.py,sha256=hb3Sot6XZ5qr8LwP-jMUuzv5OKigIjTCGYbKQkDfKhc,17464
9
+ pulumi_digitalocean/container_registry_docker_credentials.py,sha256=HcKTf5Kn8kkOYuRJ-WT5yBTewTzDA1wuTreFV5buiz4,18074
10
+ pulumi_digitalocean/custom_image.py,sha256=lecZJdLAtlvuSr5XplmPtyOoO4MQBnfvJytb1u_SuoE,28739
11
+ pulumi_digitalocean/database_cluster.py,sha256=8aFTxseAFp0FTc2XLVC1YUXcYBqi9R57v_i6dWPJjP0,67113
12
+ pulumi_digitalocean/database_connection_pool.py,sha256=SG9_y6zSua2MpeV-f1O8hkQ7FeYiC8pRi_nzFhChJQ4,26574
13
+ pulumi_digitalocean/database_db.py,sha256=9S3kGoTEWi1tI6H0nTWXtM3SYvxuQXsoHf__Nu6V58E,9987
14
+ pulumi_digitalocean/database_firewall.py,sha256=_WjEcypC8mkX9_lpm2G2Y0Vg7a4Qhi-dUQErhVpJmQQ,15763
15
+ pulumi_digitalocean/database_kafka_config.py,sha256=JA56G-6TVi5t6pUawk6WaNly4lzpHYgaTIF2lyF7YBs,62462
16
+ pulumi_digitalocean/database_kafka_topic.py,sha256=XiPJO_gcZ_IyJSDW4YZQK1F_nq15fKVF5pdFA1ova60,22721
17
+ pulumi_digitalocean/database_mongodb_config.py,sha256=THFgJy8MbA9S4iyUPtdKfgpHNpGKqiEZx0zSiQLeXaw,33689
18
+ pulumi_digitalocean/database_mysql_config.py,sha256=6THvjiN5m3kBU-OcdHpWWetKQy6F8KxEp3D2F1wQQWE,85839
19
+ pulumi_digitalocean/database_opensearch_config.py,sha256=stQlBpxxxBjgodNrDjBUDOJ9y3vKQ7J_iuep-X8yAo4,138072
20
+ pulumi_digitalocean/database_postgresql_config.py,sha256=EN-6JqOnsBJcq41I1WTZ58G43UQUWBdtPFEKpIzI84E,167718
21
+ pulumi_digitalocean/database_redis_config.py,sha256=Ect2aMnDUNVHvGIz5ncZW_lsP0kjxL208pty4og4vnE,41349
22
+ pulumi_digitalocean/database_replica.py,sha256=6J1ZOgnG6W-ggNF-YdYM1OJYWL_lSJZunhqj1tUcJk8,33184
23
+ pulumi_digitalocean/database_user.py,sha256=Hf6AJvTwDdjAMRLA6qa-x54sIK2txWQEywi24z6ZeSA,25674
24
+ pulumi_digitalocean/dns_record.py,sha256=VXoiyxbfwu1UTgYH1uBplmivCePa7S462fBFNopvxvg,28644
25
+ pulumi_digitalocean/domain.py,sha256=t4X8kLs2ktaHacq2clAdPQ87tWkR5QRkOIJdNxoM0ik,11139
26
+ pulumi_digitalocean/droplet.py,sha256=wgI3qhYeVOxXiegSq-bXMNTnfHPZ_sfWUBZ_0zXPh18,76219
27
+ pulumi_digitalocean/droplet_autoscale.py,sha256=ibsT51rYEuGouH0ZzEcbbnjI2pw33TGzj8leqlYkiZY,21645
28
+ pulumi_digitalocean/droplet_snapshot.py,sha256=aLffxJ3VApwRNB-5Qjmy2UKwdP6PXM5UHrkN-oIn_8k,14994
29
+ pulumi_digitalocean/firewall.py,sha256=lI-iBjROv7dJlsZFznbJmYAOHeveaYS3YdFJYhlJsoI,28354
30
+ pulumi_digitalocean/floating_ip.py,sha256=jdnHAX7yzxfZQYQz1MI2RCwV93L-4dxcHgTBtZFD28w,13653
31
+ pulumi_digitalocean/floating_ip_assignment.py,sha256=WqaXx-NrMaT5pRwPXonuPY0BEFKbZToxh6airop-2xU,11032
32
+ pulumi_digitalocean/get_account.py,sha256=2D1xIxWhu6BNbkU9wBWjzh9tRK-2eWuXxvZ0SxMIfjY,6913
33
+ pulumi_digitalocean/get_app.py,sha256=C5vV2r3SXVMbocq3CdgMr9oyBze2x5S2yYPNo0f82m8,10176
34
+ pulumi_digitalocean/get_certificate.py,sha256=LL4g5vILXZgzIQAIADUIr2HDHtTeplPqq3EFNE_oXRg,7384
35
+ pulumi_digitalocean/get_container_registry.py,sha256=2p87ibyvgPxO4tZsx8AlqhMmP0ulJ6zU_FCexy4s-xw,8224
36
+ pulumi_digitalocean/get_database_ca.py,sha256=rWEZZ3ZDI4ZJHu4_4N90T-ju1P7L-KeUhX9CuXuiEGs,4386
37
+ pulumi_digitalocean/get_database_cluster.py,sha256=U_SiZj8oUw0y9DI1WJi0g5wc5p9oM-Mqq9SUWvQSBgw,17804
38
+ pulumi_digitalocean/get_database_connection_pool.py,sha256=PoBkgC7gx7cqbM3qvSTKexh89uMJxd9tfuxuv78xRXo,10305
39
+ pulumi_digitalocean/get_database_replica.py,sha256=aP1agkay8LHSdfdS5ZeZ4gJVuzn9EDUdzXeFTEozBV4,12142
40
+ pulumi_digitalocean/get_database_user.py,sha256=iU8KE6HunWTilmy4tIHO-k-CMwbAEM-hHjG9pDWrD0Y,8273
41
+ pulumi_digitalocean/get_domain.py,sha256=HmzeWJ3vM8TMXOJhdfOBuJZotSLPti2O3cxXnS865ZA,5753
42
+ pulumi_digitalocean/get_domains.py,sha256=kovX5X-8DTfy3XtSd-g4UpGteo1omCT8V3-C-61Yw4s,6872
43
+ pulumi_digitalocean/get_droplet.py,sha256=cMZuYONgh-uz0mST5p5HPWM5AjvNvTb3-mWgqbVFFG4,19497
44
+ pulumi_digitalocean/get_droplet_autoscale.py,sha256=FvSDlap4DnEoBjaBJBh3eJNfcfJd_hCjCeyLsNdr_D4,7737
45
+ pulumi_digitalocean/get_droplet_snapshot.py,sha256=6FfhZMYJkJ2mXG-SAaPH1q41bR4_LlMpdTDN2KCEJLo,11685
46
+ pulumi_digitalocean/get_droplets.py,sha256=XYvASsmFNKPck_zGpp4FC2fTQVZLOTTeqfjwofRmScI,8963
47
+ pulumi_digitalocean/get_firewall.py,sha256=JxqX_dA0MenPatzp-dJj3hgMB-LMAkD1oXCCINQ75IA,10461
48
+ pulumi_digitalocean/get_floating_ip.py,sha256=oCnWtGbMmR3BBn40sMhfmNL3js3c3b28ecgV2dEsous,6706
49
+ pulumi_digitalocean/get_image.py,sha256=NiaP9_9fyp5X6jIADKbhbpWM4g-BQO5TxHtg_PO9J_Y,13991
50
+ pulumi_digitalocean/get_images.py,sha256=h4H5uGMoSQnZnqqumwPzuB1AMtNK-IL4aqkfW6UTW5M,7818
51
+ pulumi_digitalocean/get_kubernetes_cluster.py,sha256=-W23aJDkfmgwrkOSXbeVoz78Fn5mM3o8bDsMgEuLBp4,19599
52
+ pulumi_digitalocean/get_kubernetes_versions.py,sha256=hUSuyzo4Nwenx4vN1a9n7c29_GQogLda-XdLOxoMr6U,7805
53
+ pulumi_digitalocean/get_load_balancer.py,sha256=ctefQdyIT1GfSgYm-uOGTkKxyQjypwKPi_2yjGuX17o,19206
54
+ pulumi_digitalocean/get_partner_attachment.py,sha256=2E2_JPR3-v3q_s8kZbArpKm-8GbY3uldyrYSdE3_jtg,7254
55
+ pulumi_digitalocean/get_project.py,sha256=YPvjWVFMe0Ozg9vHlCSv8TdxpugjsLbZC9RoKb4eFoI,9336
56
+ pulumi_digitalocean/get_projects.py,sha256=BzP42Q0857VbprzsipaVT1j-OCQ1L3i0xjv0fgw-na0,7738
57
+ pulumi_digitalocean/get_record.py,sha256=W4v1c4ghQwk7Y4QhPsJdMHVPRMAFZC7viDGLyi-Jvh0,9106
58
+ pulumi_digitalocean/get_records.py,sha256=gmsMjE7EWViUcoLY_ESn8mzT_gIv-llW8h8HSbv-K1U,7052
59
+ pulumi_digitalocean/get_region.py,sha256=WKR_S-Bl18IqGUHths1qe16KXqZ_QhiaP415-Ecb-Tg,5963
60
+ pulumi_digitalocean/get_regions.py,sha256=nlhQTd4OqOzl8UL5zzrHbnTtl5FP4k0h7K0mHFvwFPo,7499
61
+ pulumi_digitalocean/get_reserved_ip.py,sha256=X5NtgdEmPQSC4GUpckc15YvbEUyw6e1B9EyqraXsabA,5480
62
+ pulumi_digitalocean/get_reserved_ipv6.py,sha256=_Y7pNvKY35BLvKPIF-wOTmmQMjYQPiWm5P0fesQpKUk,5299
63
+ pulumi_digitalocean/get_sizes.py,sha256=UbHiNSHZ3EvoNblg_9g3wR223gzCkh2m-OD3aqnWMgw,5221
64
+ pulumi_digitalocean/get_spaces_bucket.py,sha256=g_yraXkpRHVYK8JomD_YRI-1cAKJ40_G-uNX03TE1jA,6771
65
+ pulumi_digitalocean/get_spaces_bucket_object.py,sha256=ajev3PcXEaCMtq0LtGCcaGbswCSUno55DPvbewMHL90,17498
66
+ pulumi_digitalocean/get_spaces_bucket_objects.py,sha256=7wtGUYtpgvUDNEeAI_E3LhowMRKWiMFRHCyeFJKSIXA,10118
67
+ pulumi_digitalocean/get_spaces_buckets.py,sha256=GLn1PRbDX3UnITgTtKXRidM9MaJMshRUyjd84zo2CrE,7405
68
+ pulumi_digitalocean/get_spaces_key.py,sha256=S_vhicZ7PvxQOsU1Q2WEdLUFEExewK4VQe1fggLY58U,5360
69
+ pulumi_digitalocean/get_ssh_key.py,sha256=s-dFKHDDX9NquqOMteAGWoXEbSl6dCsy3G5oaIEbd8Y,5599
70
+ pulumi_digitalocean/get_ssh_keys.py,sha256=m1phMEEoT63d59nzgUCoLiRoI_gWQEuFJMOyVsDCsmE,6884
71
+ pulumi_digitalocean/get_tag.py,sha256=-AHAUSGvrd9i3RxQ1c8HBrCXyguwvyc6y1w094pO0mY,8391
72
+ pulumi_digitalocean/get_tags.py,sha256=V0jc5hSnlaRS6y2oHldB65f-mCCdDkJ_Yo-Wa19sGx4,5660
73
+ pulumi_digitalocean/get_volume.py,sha256=Jv3YKUEtREWhcTj6TuYdYdN2MWmjvWqAsdxlOVE-jnY,10357
74
+ pulumi_digitalocean/get_volume_snapshot.py,sha256=vKWOlO1OTr3BVPQE3i3DaVoNf_V8s3TUpts5hJicXWM,12102
75
+ pulumi_digitalocean/get_vpc.py,sha256=dTbcyD1_sKc2tmRpxUQY-ShHDuAREewWH4pMN729D8Q,8916
76
+ pulumi_digitalocean/get_vpc_peering.py,sha256=JMX8exEu_RNM3EyYLS_24XCQjGWtazrGQiUnEBuC9q0,8109
77
+ pulumi_digitalocean/kubernetes_cluster.py,sha256=qCgC3XcTbgqtJFerQ452bNCNQOqmvaks-jxIEoC2Rmc,70289
78
+ pulumi_digitalocean/kubernetes_node_pool.py,sha256=1G7kQ-aM8z3RBug1-CxTqMoOoTj8SSWZPLv2gXIkKWM,39035
79
+ pulumi_digitalocean/load_balancer.py,sha256=KHpAJSJXTgVI9aIDt65NU_JdD1eOyr0ObC9KQVJCMmI,84132
80
+ pulumi_digitalocean/monitor_alert.py,sha256=Sivnm8X1Fu6U-i_k2BVUdq6vbVdrW4g9MYOqQXqTYrI,38222
81
+ pulumi_digitalocean/outputs.py,sha256=Q6mVL6up_zjz_93d4UzvO1smr6ySNomC2E1QzoPW6tE,746236
82
+ pulumi_digitalocean/partner_attachment.py,sha256=27Xw-BYZRMswBrrHGHos7vmcAvOY4rjTxlGKSuhA7Ts,18680
83
+ pulumi_digitalocean/project.py,sha256=SF1yL84eJqQdwnuoZK7AQs1SfKddHOw-9vv5b5mZSfA,25685
84
+ pulumi_digitalocean/project_resources.py,sha256=MeQGhqD_5FozKCOeF5jxBpUG54ipemdfiM1UQmgwwJo,10770
85
+ pulumi_digitalocean/provider.py,sha256=Hk5wppPQRow1lPQSbu2HenKylcCC3b09bhy8Kuv6Gek,16170
86
+ pulumi_digitalocean/pulumi-plugin.json,sha256=8cKRj15usEzNhqj2E0ln3rnS0CY44y_waTTpRTpLizY,89
87
+ pulumi_digitalocean/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
88
+ pulumi_digitalocean/reserved_ip.py,sha256=XP1Kn3gl4mot1sLuPNuoAL7gM17Z0Un2y5oaHGfnBsE,13335
89
+ pulumi_digitalocean/reserved_ip_assignment.py,sha256=32fuFMuKpTQkYC11YNBc9IH-Sqpy42ecOAodFgf4WRM,10690
90
+ pulumi_digitalocean/reserved_ipv6.py,sha256=6cEkTSNLjVMThR3LmqDiclVbEFRhmmBEfEpvo9kUSdE,11100
91
+ pulumi_digitalocean/reserved_ipv6_assignment.py,sha256=wPUrUfUJ0x1m2jWoFfOotCSqe6wirnsGU6DXGMZz6q8,9198
92
+ pulumi_digitalocean/spaces_bucket.py,sha256=rs4e13hT-smnFUMcBqlusCj34hhNo7p544PggKFwcXk,31173
93
+ pulumi_digitalocean/spaces_bucket_cors_configuration.py,sha256=Ol8ZvuCH7lvnq9UQ3IO4GGVwF9FSUZbH92CK8VsDudA,14004
94
+ pulumi_digitalocean/spaces_bucket_logging.py,sha256=FYxwEzuoUUeMSQffZgjTueO5SxWgmhYNXlw7-mtT9qU,13836
95
+ pulumi_digitalocean/spaces_bucket_object.py,sha256=A-nGHOAzN8jEB_K722MEOf1FwWAJawT_sLvmRgfEvis,55168
96
+ pulumi_digitalocean/spaces_bucket_policy.py,sha256=UYJ18dic0pzwUmdqLfWdyYSCze2G4WIcIO9x0sFlo60,12956
97
+ pulumi_digitalocean/spaces_key.py,sha256=9YVjASwUXJvvsCSN-0Jbra6MDgDrZXOuNgPDYJUW5CM,14941
98
+ pulumi_digitalocean/ssh_key.py,sha256=HK_SHm0PxilUYPreKq-HzdS9L_dpVnJ2pqFTgjVGxN8,11245
99
+ pulumi_digitalocean/tag.py,sha256=XiO81pmAOdXXgtZBnpd9GoXs1fESWZHCYSikehjO6Hk,15179
100
+ pulumi_digitalocean/uptime_alert.py,sha256=GfEICe8hRMamXBLGl5NbeDqpGS_A1NMsb3UUzssEb7s,21684
101
+ pulumi_digitalocean/uptime_check.py,sha256=sKcFlLYBH1lnb3pwI67GzeF19kHPlJCTZsdDtzYHhaQ,15352
102
+ pulumi_digitalocean/volume.py,sha256=DC40LjkZEBknvoLUVJ8gBFI4O4NzHk7oKOKTJ76Dyk0,34766
103
+ pulumi_digitalocean/volume_attachment.py,sha256=R4dKwseqDiLzvmbAKUay-0j7O-Prykswb_Idp9lDgjk,10266
104
+ pulumi_digitalocean/volume_snapshot.py,sha256=iK09WluzsJz7TWDvVpayZjOaAHMwP0rTL0Hkai5haNs,16723
105
+ pulumi_digitalocean/vpc.py,sha256=WfLNV9XJepPK6SNUny7duxQmOkIa0hkLBG9gHG0nBp4,19858
106
+ pulumi_digitalocean/vpc_peering.py,sha256=WvF8izSCF6MZkXnwi_KCLnI3gKL-Z1Si9PiAJvi2TYA,14806
107
+ pulumi_digitalocean/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
108
+ pulumi_digitalocean/config/__init__.pyi,sha256=2kYPnWYb618VyRyTeW70XrIsNWDD2D-jesRA9iyJ80U,1316
109
+ pulumi_digitalocean/config/vars.py,sha256=UB2GgkDAsx9KKwf-8Uno8KsIhmC6xaRysq4UVf4ZoC8,2504
110
+ pulumi_digitalocean-4.46.0a1748901174.dist-info/METADATA,sha256=xY7xWcmHD8kKtgAgvBVzzyG3LeoZ444ko0vApPlte_g,3852
111
+ pulumi_digitalocean-4.46.0a1748901174.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
112
+ pulumi_digitalocean-4.46.0a1748901174.dist-info/top_level.txt,sha256=XKSLMAXl7fDVTPZg8SJT7Hf8IqOk5hUr_uZtGCtKg8w,20
113
+ pulumi_digitalocean-4.46.0a1748901174.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,113 +0,0 @@
1
- pulumi_digitalocean/__init__.py,sha256=3mwF9rQycuReF9FShT4SrR9cKNFggkRINWiX7c5e-0Q,13844
2
- pulumi_digitalocean/_enums.py,sha256=kHO7SJ-JU5XRYeq6UrHK-hSeFJdWPAoJe55Zr2_y-dM,10217
3
- pulumi_digitalocean/_inputs.py,sha256=866JFA7ir-hAcdF-7M1Rolt0frrCC3UsNkvbYoF7-50,664893
4
- pulumi_digitalocean/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
5
- pulumi_digitalocean/app.py,sha256=VxWYfmfzxceGjaXwjaJFrzy8FOgbBCwzUo2Asw9J7go,25076
6
- pulumi_digitalocean/cdn.py,sha256=YXI56eR26vQUu7aL2hGLqr68tc0TKy8czQft1ufOTd8,22610
7
- pulumi_digitalocean/certificate.py,sha256=CjczTVVzqIfbeR7qE_oXALGrDam2rt0Fp_uOY03eY9Q,29456
8
- pulumi_digitalocean/container_registry.py,sha256=Q_GCVvAev5af6BEq-SdH1jaVSgq4Cfecp87RphsQVKU,17482
9
- pulumi_digitalocean/container_registry_docker_credentials.py,sha256=EwwLhjnu3M_l9f71CwoAPS8fBfMahD_u3YXubAOPwR4,18092
10
- pulumi_digitalocean/custom_image.py,sha256=FSMH6-KPyKl1YnayizUIfDE9qWRdLL3_q3170Es1m0M,28757
11
- pulumi_digitalocean/database_cluster.py,sha256=k-ysVNDbeOW30jaFmCy0nzhq7E37iZr5kMS_1GI5Ldk,67131
12
- pulumi_digitalocean/database_connection_pool.py,sha256=WemSDYBjJo_W2Qb0er1lca07Nivczl40r5xn2BR_u_I,26592
13
- pulumi_digitalocean/database_db.py,sha256=FyIf-k-u0q7Ia-OoW6HANnk6YLRogMUtGky7qJ-vsEs,10005
14
- pulumi_digitalocean/database_firewall.py,sha256=eoXku6qdWyCsgfUMJ-ZoJJcZKDH-bFVT8vFrprz8Rxk,15781
15
- pulumi_digitalocean/database_kafka_config.py,sha256=nRTY64vopBkvitmPeUeBZkwx_KN-LlSpx-Ub0wV619c,62480
16
- pulumi_digitalocean/database_kafka_topic.py,sha256=fEFD5rvWfHsGhyaoonBQvng7NsGf6D5VU27K365iYCc,22739
17
- pulumi_digitalocean/database_mongodb_config.py,sha256=21qeNMBDrJ_fGqUCtgseGAvSCuncsy8d8oeK7GwwVnU,33707
18
- pulumi_digitalocean/database_mysql_config.py,sha256=WNS8XAXCfQN8kDqV6P0cpBkJ4q7dxP-EWfFQzuMcKos,85857
19
- pulumi_digitalocean/database_opensearch_config.py,sha256=TUlnw1fI_Iqccavb7bHZM4UzvFkI25hRJZN-iLyRxGA,138090
20
- pulumi_digitalocean/database_postgresql_config.py,sha256=zat_aWx9S6sI1r2kqreobpJ52i6IuyFLNw-nOVs9P8Q,167736
21
- pulumi_digitalocean/database_redis_config.py,sha256=8Zm1C6PP2En5aDjwKFw5Xs7s83AcMJNmvdv9xXzCDJU,41367
22
- pulumi_digitalocean/database_replica.py,sha256=lbNBMrOyXGR09dV_qwRr0tzglT3vLxP-6f4Nwt9cTLY,33202
23
- pulumi_digitalocean/database_user.py,sha256=z178okNoQUj_e7A-EUY7e-vZHi2B86GppqUq_g3UCOw,25692
24
- pulumi_digitalocean/dns_record.py,sha256=lkU65BGQxvoarHv59jIhIMnlR8KMcBbjFN5C_kFDKrQ,28662
25
- pulumi_digitalocean/domain.py,sha256=_-vXhTdY0lExJVwpYD2Ir3ax3fyjr1lIZxX1PiRbCbs,11157
26
- pulumi_digitalocean/droplet.py,sha256=JEfhLVkouWJk14kNYl4rwVHbPfj9WhniPEBN3u25YS0,76237
27
- pulumi_digitalocean/droplet_autoscale.py,sha256=TVjRMS5VjKq2yYdyQLC-idzVEAbU48OBbJhhH1dsUmA,21663
28
- pulumi_digitalocean/droplet_snapshot.py,sha256=BM2eoYPAOn1OoKnDUpJ9izqpmyrUDkgI7s5gaEY8QzY,15012
29
- pulumi_digitalocean/firewall.py,sha256=uX0mUivxT1W68M95ik4F5sjQeA4WagVt6o0UTqk2Edw,28372
30
- pulumi_digitalocean/floating_ip.py,sha256=h7Q1jaTmhLUQ0_mPZz7zX0IICA14bYWOznez2vgd-1s,13671
31
- pulumi_digitalocean/floating_ip_assignment.py,sha256=776FCvCS1mjNDyx8OSDrgovng2IuLcRYJQUV687xVMc,11050
32
- pulumi_digitalocean/get_account.py,sha256=eWNvJWQyp09MAg8C_WohdVjcndV1F43eAV07FsgBd9k,6931
33
- pulumi_digitalocean/get_app.py,sha256=9wUMm3MBwmvpLlcrjgS6x8tu4sZCQvxJDwSAOJpDn00,10194
34
- pulumi_digitalocean/get_certificate.py,sha256=i-shN_vysw9VelDorbYa0ZU1Zjk6Vmar1i-0mI1s3gA,7402
35
- pulumi_digitalocean/get_container_registry.py,sha256=aL3-79goOo7V2NgWtgbH6sE6rQWuY6MwT3nkCJUrMDg,8242
36
- pulumi_digitalocean/get_database_ca.py,sha256=YxAPKQh2NuOhEEdMLP3wfqN2LSMsaHMamN97rHPri18,4404
37
- pulumi_digitalocean/get_database_cluster.py,sha256=Ktd-jBpCPQV4xyJ_P4Xj8ZBCGlY3Mg6Ak6UyKIxWbHc,17822
38
- pulumi_digitalocean/get_database_connection_pool.py,sha256=9eI9vX6VpTfS_jYUv5Icg0R_XzMQ0XJAhClWGvfiPSQ,10323
39
- pulumi_digitalocean/get_database_replica.py,sha256=ak2oQqnSG-wLnyUJk8QUDHfRTfEU-y2S0Op6mkpwisQ,12160
40
- pulumi_digitalocean/get_database_user.py,sha256=a84subXsDnADoeBuGY1AiJiZ1_3oOTlk10AVYt53cKI,8291
41
- pulumi_digitalocean/get_domain.py,sha256=J8cUTjZcWHjU5prGLFlIIPEtdWSu9dqiYZu_77iy4kU,5771
42
- pulumi_digitalocean/get_domains.py,sha256=8efRQANNKQONJUEOJIqUKd_PopfiY1NL8Yi6WH5s9s4,6890
43
- pulumi_digitalocean/get_droplet.py,sha256=Kmf15nUIlbSCQnb_6h0sMCodfJyW7bfqRu-vD_CnLwY,19515
44
- pulumi_digitalocean/get_droplet_autoscale.py,sha256=_qlqCfOKQEK40D-14PlJdwUlS5tU942npK8sTf44qjU,7755
45
- pulumi_digitalocean/get_droplet_snapshot.py,sha256=mkrNa0ZMWXKWRmNcd4HT7Zk2iLPHVsUxrK7nPogNquA,11703
46
- pulumi_digitalocean/get_droplets.py,sha256=U-iCiC4_E0ehLDsNgEXlrgr7ESgxOf0NLAe8cd4rpCw,8981
47
- pulumi_digitalocean/get_firewall.py,sha256=0UTVRSAjqLHtGfk-dOhTwWVYoy9nEukOtr4sS8-fiWo,10479
48
- pulumi_digitalocean/get_floating_ip.py,sha256=lX8WO2gPXLz1cNi4kbYvxg7sTnq3sxgNEzLJUAYabCc,6724
49
- pulumi_digitalocean/get_image.py,sha256=WCpCXCvYz4SVxc-7Wx1O1M6Y5qTzQynN7Z0LiG-OwgA,14009
50
- pulumi_digitalocean/get_images.py,sha256=jkWYcSiqnHK9LN1gVErEoYgYSEeGLw5nB0bycg01ZaM,7836
51
- pulumi_digitalocean/get_kubernetes_cluster.py,sha256=mvaDzQWDuGj2a8gXs2JncopW40rtRq5lrSYDKpJmI8Y,19617
52
- pulumi_digitalocean/get_kubernetes_versions.py,sha256=UKgxMiEc-BnOoQ_H8amlUunRclIV4Kvtmbz1ebqeO6Y,7823
53
- pulumi_digitalocean/get_load_balancer.py,sha256=Ix3tKK9l2rptFhcgyQUGmrs52kn_sQNdQiANDK0dCy4,19224
54
- pulumi_digitalocean/get_partner_attachment.py,sha256=ZDawF2-9nsN3OyV4x0BMBgqsxwsYqqLmGbo7UIe-mKw,7272
55
- pulumi_digitalocean/get_project.py,sha256=6oPHX1x1mOabfMX4lPETTbCVWH_iTvb91TUFkCuHqzY,9354
56
- pulumi_digitalocean/get_projects.py,sha256=8cgH0wxEATLV-TroHAPzzaHFAVvesYc5cBPhRCvZlkw,7756
57
- pulumi_digitalocean/get_record.py,sha256=Ualyt6ENvkhE3yZY9n9PPn_rW74QA6XzpLjYlbsLhO0,9124
58
- pulumi_digitalocean/get_records.py,sha256=mR-tzaP3sgYegc8RNXscdZAO7ydz6qyg7AIpyUhFJgU,7070
59
- pulumi_digitalocean/get_region.py,sha256=35Y5CIByzqFCJZV7L3KKCMuQeoURlAtKTIkwhlbTpJ0,5981
60
- pulumi_digitalocean/get_regions.py,sha256=xOCZTH8VLkFWRTpXseeSmcBxajEADFB5SmJ0HphIptE,7517
61
- pulumi_digitalocean/get_reserved_ip.py,sha256=vBgi0B2pVdkYCa2yPuHuyOuDDu_cJMdg8oZNlOrV0dU,5498
62
- pulumi_digitalocean/get_reserved_ipv6.py,sha256=qCMDdUZIou1leg_79rN44hCMBcaK5NoF4P62nNGQ8-E,5317
63
- pulumi_digitalocean/get_sizes.py,sha256=C5zDSUTAdp6dG2krQQWMS50BKyv5fYEOJRsyoIp3bgU,5239
64
- pulumi_digitalocean/get_spaces_bucket.py,sha256=jcPRlN_DE6VxxlG0k4GEwjkeXSguZZUh6_HDFMFy2fI,6789
65
- pulumi_digitalocean/get_spaces_bucket_object.py,sha256=NfVTy1PIjVXgRf4lSLTA8jPBCPtE_sc3tKjEX9pReNI,17516
66
- pulumi_digitalocean/get_spaces_bucket_objects.py,sha256=UNibTVrp32jAHT4zAd90WGIA58Cij-KJBCUAQSN2ZD4,10136
67
- pulumi_digitalocean/get_spaces_buckets.py,sha256=8rk_VtcEYLYX3mxnKsYS86pROHp8vOvg0ZlIBVMDB_E,7423
68
- pulumi_digitalocean/get_spaces_key.py,sha256=J5rclj6Oi_ZKc1_dPunVUZt_-sWJfneZk0zP4cpBy8Q,5378
69
- pulumi_digitalocean/get_ssh_key.py,sha256=yMbWnRd697Zarf8fhd_sLA1FZKvg2V0-GEu2b6xRB2o,5617
70
- pulumi_digitalocean/get_ssh_keys.py,sha256=Z6JC0a9FRnY870Hqek4QNvOSPhO26xS6e0FOyQbzM9c,6902
71
- pulumi_digitalocean/get_tag.py,sha256=5PfrquC6npffC7KxHTt3dD4fe95vRx-J5yEd7Y80rA0,8409
72
- pulumi_digitalocean/get_tags.py,sha256=6SwyOf6z7rhbBs_hdlz0joP-p1xZZdplaXwUxfKo--A,5678
73
- pulumi_digitalocean/get_volume.py,sha256=9liGkSsGd-jz9jjrhYQPFZnjTo0Y86DZTgan4HnWcTk,10375
74
- pulumi_digitalocean/get_volume_snapshot.py,sha256=06hMblHirXc9PnB0Re3IWch-ky73C4lflSSLuC5w3II,12120
75
- pulumi_digitalocean/get_vpc.py,sha256=83m9RfT6oNy74eZxF2ntmh1JAGRwHXPFvMfdxGKKHQw,8934
76
- pulumi_digitalocean/get_vpc_peering.py,sha256=8I1iYJrbvLlq7OejiQdYGjgAoLwDFXcroI8j-yLEJa4,8127
77
- pulumi_digitalocean/kubernetes_cluster.py,sha256=EddZ8SgzifNwIPCHKnL0lDSi5BeJT7Ce1HO0eyI2qf4,70307
78
- pulumi_digitalocean/kubernetes_node_pool.py,sha256=9YVX-D7KivfpViB00ubFxt_9kvdQawkYO5iIp9N1EmA,39053
79
- pulumi_digitalocean/load_balancer.py,sha256=DHizTyEt0pN1CEhf8jn3RUQojAswBRRWrT37keCZWyQ,84150
80
- pulumi_digitalocean/monitor_alert.py,sha256=XIfJa0u2nmswdjd0yKmNXlKobYWt3c0T8pkMBgCqTfo,38240
81
- pulumi_digitalocean/outputs.py,sha256=s9AHk9tgRbXU4pgLZaIdjJ9XUp_s5hgSDCsjKwEgRdo,746254
82
- pulumi_digitalocean/partner_attachment.py,sha256=HLV4PIZHno-i_FKpHJhXSXegq-_2S_xWCTuJ7vAMsUU,18698
83
- pulumi_digitalocean/project.py,sha256=oX6w-0DqRWMO7eOXlghheueHKbyfN2JWy8yXsQYEEo0,25703
84
- pulumi_digitalocean/project_resources.py,sha256=fax0kPmwVU_wqZx_vkGfc2GOR1qXjxy9AE1c-5uk5ig,10788
85
- pulumi_digitalocean/provider.py,sha256=pkVyj7-kLrrE-BqFevh0LOvSlPAAJmHUVYmOSqBweKI,16188
86
- pulumi_digitalocean/pulumi-plugin.json,sha256=CCDW4uqrXHAUfBH3c3V14LjdLdK6dOX_XxZjeStTH60,89
87
- pulumi_digitalocean/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
88
- pulumi_digitalocean/reserved_ip.py,sha256=w5MWWwbzmhUiEmS0sXDARl5CpgR9XZo_FkO4Xt7OG7Y,13353
89
- pulumi_digitalocean/reserved_ip_assignment.py,sha256=67MfxAZuWJODeA0qcu520C0dIwgVeioxP7oMQrtyKzc,10708
90
- pulumi_digitalocean/reserved_ipv6.py,sha256=Ouq-udh040KCHPezVcfauXotgKfljk3QeFZ-exqM1e8,11118
91
- pulumi_digitalocean/reserved_ipv6_assignment.py,sha256=YMzzY_qoB7FGTg8WO2cfV5UrmV5-tHB97dp2azeYHKk,9216
92
- pulumi_digitalocean/spaces_bucket.py,sha256=BITpfQMT0J5XJDqDf5gt1UVUJYEX7EeLINByzbZDDY8,31191
93
- pulumi_digitalocean/spaces_bucket_cors_configuration.py,sha256=99ucrSITZmERlmh-21aiW5pDNIO3vrTC5HTKMw9OPMU,14022
94
- pulumi_digitalocean/spaces_bucket_logging.py,sha256=rBG_cibgx9xFeKD8-lTtwlItgigvjbPrhTeMTsgbsGg,13854
95
- pulumi_digitalocean/spaces_bucket_object.py,sha256=oGaOEW8dwBHu-OBljiImtEhifcyalLBJOpOhYZyXTsQ,55186
96
- pulumi_digitalocean/spaces_bucket_policy.py,sha256=VgIl8DqNw-yEMWMYEKRlc0NkDkTO7OD-UTfiMUXRqD0,12974
97
- pulumi_digitalocean/spaces_key.py,sha256=brM7NdyR4ui0OE5RefQhogdQ0sgREM64PMWNeGcRv1Y,14959
98
- pulumi_digitalocean/ssh_key.py,sha256=NlsuEL87h3QHkHGYJ7UsfOiB3wOrFc89YpPYWR1qaw4,11263
99
- pulumi_digitalocean/tag.py,sha256=9EnSF70MZryWU8fUL_2zCqoCnOevWlkXA4AGMsJCAtQ,15197
100
- pulumi_digitalocean/uptime_alert.py,sha256=LXJ6rIhP_pW_T6m_a1fjHwVrDw3XKcMDQxbsdZ2Gy-s,21702
101
- pulumi_digitalocean/uptime_check.py,sha256=qioCmQMVcrkur7sdei0j7Gwupn9i8srpWJgJFBodYqY,15370
102
- pulumi_digitalocean/volume.py,sha256=bdIKlqw6tJsNtLFrC2WesSheGk19wtbowc7_skbN0og,34784
103
- pulumi_digitalocean/volume_attachment.py,sha256=s0N0JBlRmhEjDqbcNh3njmclAKILttqSHa4SJ7ZfS24,10284
104
- pulumi_digitalocean/volume_snapshot.py,sha256=1xDaef_Fn8ownQJw_tkJfth6OXI2wKNTMKrpJsOi7-Y,16741
105
- pulumi_digitalocean/vpc.py,sha256=2cQq2J3qXKAt4mdoDTh-z9dUuO3Nuth6taKwQhYa9rU,19876
106
- pulumi_digitalocean/vpc_peering.py,sha256=oaNnXXEXYFtRDdpqm5vwqTnCJHGN1hCVqHOHBfLzKcY,14824
107
- pulumi_digitalocean/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
108
- pulumi_digitalocean/config/__init__.pyi,sha256=UvomcYgZ4UOIDQtny54lVKNTWnBhYaTZmEek-bjVjgA,1334
109
- pulumi_digitalocean/config/vars.py,sha256=UXSxc4Sn20I1VTK4nT5gvURAcgMN96RsFLNxOb4Etis,2522
110
- pulumi_digitalocean-4.46.0a1747979086.dist-info/METADATA,sha256=GzfeJtFZBKZ6qmAFbNeqg3VYylnnvHH9c0755b3YYBg,3852
111
- pulumi_digitalocean-4.46.0a1747979086.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
112
- pulumi_digitalocean-4.46.0a1747979086.dist-info/top_level.txt,sha256=XKSLMAXl7fDVTPZg8SJT7Hf8IqOk5hUr_uZtGCtKg8w,20
113
- pulumi_digitalocean-4.46.0a1747979086.dist-info/RECORD,,