pulumi-digitalocean 4.34.0__py3-none-any.whl → 4.34.0a1727875310__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.
- pulumi_digitalocean/__init__.py +0 -9
- pulumi_digitalocean/_inputs.py +10 -3275
- pulumi_digitalocean/_utilities.py +1 -1
- pulumi_digitalocean/app.py +0 -7
- pulumi_digitalocean/cdn.py +0 -5
- pulumi_digitalocean/certificate.py +0 -5
- pulumi_digitalocean/config/__init__.pyi +0 -5
- pulumi_digitalocean/config/vars.py +0 -5
- pulumi_digitalocean/container_registry.py +0 -5
- pulumi_digitalocean/container_registry_docker_credentials.py +0 -5
- pulumi_digitalocean/custom_image.py +0 -5
- pulumi_digitalocean/database_cluster.py +0 -5
- pulumi_digitalocean/database_connection_pool.py +0 -5
- pulumi_digitalocean/database_db.py +0 -5
- pulumi_digitalocean/database_firewall.py +0 -5
- pulumi_digitalocean/database_kafka_config.py +0 -5
- pulumi_digitalocean/database_kafka_topic.py +0 -5
- pulumi_digitalocean/database_mongodb_config.py +0 -5
- pulumi_digitalocean/database_mysql_config.py +0 -5
- pulumi_digitalocean/database_postgresql_config.py +0 -5
- pulumi_digitalocean/database_redis_config.py +0 -5
- pulumi_digitalocean/database_replica.py +0 -5
- pulumi_digitalocean/database_user.py +0 -5
- pulumi_digitalocean/dns_record.py +0 -5
- pulumi_digitalocean/domain.py +0 -5
- pulumi_digitalocean/droplet.py +0 -5
- pulumi_digitalocean/droplet_snapshot.py +0 -5
- pulumi_digitalocean/firewall.py +0 -5
- pulumi_digitalocean/floating_ip.py +0 -5
- pulumi_digitalocean/floating_ip_assignment.py +0 -5
- pulumi_digitalocean/get_account.py +4 -17
- pulumi_digitalocean/get_app.py +4 -23
- pulumi_digitalocean/get_certificate.py +4 -18
- pulumi_digitalocean/get_container_registry.py +4 -18
- pulumi_digitalocean/get_database_ca.py +4 -13
- pulumi_digitalocean/get_database_cluster.py +4 -38
- pulumi_digitalocean/get_database_connection_pool.py +4 -24
- pulumi_digitalocean/get_database_replica.py +4 -28
- pulumi_digitalocean/get_database_user.py +4 -20
- pulumi_digitalocean/get_domain.py +4 -15
- pulumi_digitalocean/get_domains.py +4 -15
- pulumi_digitalocean/get_droplet.py +4 -38
- pulumi_digitalocean/get_droplet_snapshot.py +4 -23
- pulumi_digitalocean/get_droplets.py +4 -15
- pulumi_digitalocean/get_firewall.py +4 -24
- pulumi_digitalocean/get_floating_ip.py +4 -15
- pulumi_digitalocean/get_image.py +4 -29
- pulumi_digitalocean/get_images.py +4 -15
- pulumi_digitalocean/get_kubernetes_cluster.py +4 -31
- pulumi_digitalocean/get_kubernetes_versions.py +4 -14
- pulumi_digitalocean/get_load_balancer.py +4 -38
- pulumi_digitalocean/get_project.py +4 -22
- pulumi_digitalocean/get_projects.py +4 -15
- pulumi_digitalocean/get_record.py +4 -22
- pulumi_digitalocean/get_records.py +4 -17
- pulumi_digitalocean/get_region.py +4 -16
- pulumi_digitalocean/get_regions.py +4 -15
- pulumi_digitalocean/get_reserved_ip.py +4 -15
- pulumi_digitalocean/get_sizes.py +4 -15
- pulumi_digitalocean/get_spaces_bucket.py +4 -17
- pulumi_digitalocean/get_spaces_bucket_object.py +4 -33
- pulumi_digitalocean/get_spaces_bucket_objects.py +4 -25
- pulumi_digitalocean/get_spaces_buckets.py +4 -15
- pulumi_digitalocean/get_ssh_key.py +4 -14
- pulumi_digitalocean/get_ssh_keys.py +4 -15
- pulumi_digitalocean/get_tag.py +4 -18
- pulumi_digitalocean/get_tags.py +4 -15
- pulumi_digitalocean/get_volume.py +4 -22
- pulumi_digitalocean/get_volume_snapshot.py +4 -24
- pulumi_digitalocean/get_vpc.py +4 -20
- pulumi_digitalocean/get_vpc_peering.py +4 -17
- pulumi_digitalocean/kubernetes_cluster.py +10 -53
- pulumi_digitalocean/kubernetes_node_pool.py +0 -5
- pulumi_digitalocean/load_balancer.py +0 -5
- pulumi_digitalocean/monitor_alert.py +0 -5
- pulumi_digitalocean/outputs.py +8 -13
- pulumi_digitalocean/project.py +0 -5
- pulumi_digitalocean/project_resources.py +0 -5
- pulumi_digitalocean/provider.py +0 -5
- pulumi_digitalocean/pulumi-plugin.json +1 -1
- pulumi_digitalocean/reserved_ip.py +0 -5
- pulumi_digitalocean/reserved_ip_assignment.py +0 -5
- pulumi_digitalocean/spaces_bucket.py +7 -12
- pulumi_digitalocean/spaces_bucket_cors_configuration.py +0 -5
- pulumi_digitalocean/spaces_bucket_object.py +0 -5
- pulumi_digitalocean/spaces_bucket_policy.py +0 -5
- pulumi_digitalocean/ssh_key.py +0 -5
- pulumi_digitalocean/tag.py +0 -5
- pulumi_digitalocean/uptime_alert.py +0 -5
- pulumi_digitalocean/uptime_check.py +0 -5
- pulumi_digitalocean/volume.py +0 -5
- pulumi_digitalocean/volume_attachment.py +0 -5
- pulumi_digitalocean/volume_snapshot.py +0 -5
- pulumi_digitalocean/vpc.py +0 -5
- pulumi_digitalocean/vpc_peering.py +0 -5
- {pulumi_digitalocean-4.34.0.dist-info → pulumi_digitalocean-4.34.0a1727875310.dist-info}/METADATA +2 -3
- pulumi_digitalocean-4.34.0a1727875310.dist-info/RECORD +102 -0
- {pulumi_digitalocean-4.34.0.dist-info → pulumi_digitalocean-4.34.0a1727875310.dist-info}/WHEEL +1 -1
- pulumi_digitalocean/database_opensearch_config.py +0 -2069
- pulumi_digitalocean-4.34.0.dist-info/RECORD +0 -103
- {pulumi_digitalocean-4.34.0.dist-info → pulumi_digitalocean-4.34.0a1727875310.dist-info}/top_level.txt +0 -0
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._enums import *
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._inputs import *
|
pulumi_digitalocean/outputs.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._enums import *
|
|
@@ -9697,7 +9692,7 @@ class GetAppSpecFunctionLogDestinationOpenSearchResult(dict):
|
|
|
9697
9692
|
:param 'GetAppSpecFunctionLogDestinationOpenSearchBasicAuthArgs' basic_auth: OpenSearch basic auth
|
|
9698
9693
|
:param str cluster_name: The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
9699
9694
|
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
9700
|
-
:param str index_name: The index name to use for the logs. If not set, the default index name is
|
|
9695
|
+
:param str index_name: The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
9701
9696
|
"""
|
|
9702
9697
|
pulumi.set(__self__, "basic_auth", basic_auth)
|
|
9703
9698
|
if cluster_name is not None:
|
|
@@ -9735,7 +9730,7 @@ class GetAppSpecFunctionLogDestinationOpenSearchResult(dict):
|
|
|
9735
9730
|
@pulumi.getter(name="indexName")
|
|
9736
9731
|
def index_name(self) -> Optional[str]:
|
|
9737
9732
|
"""
|
|
9738
|
-
The index name to use for the logs. If not set, the default index name is
|
|
9733
|
+
The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
9739
9734
|
"""
|
|
9740
9735
|
return pulumi.get(self, "index_name")
|
|
9741
9736
|
|
|
@@ -10778,7 +10773,7 @@ class GetAppSpecJobLogDestinationOpenSearchResult(dict):
|
|
|
10778
10773
|
:param 'GetAppSpecJobLogDestinationOpenSearchBasicAuthArgs' basic_auth: OpenSearch basic auth
|
|
10779
10774
|
:param str cluster_name: The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
10780
10775
|
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
10781
|
-
:param str index_name: The index name to use for the logs. If not set, the default index name is
|
|
10776
|
+
:param str index_name: The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
10782
10777
|
"""
|
|
10783
10778
|
pulumi.set(__self__, "basic_auth", basic_auth)
|
|
10784
10779
|
if cluster_name is not None:
|
|
@@ -10816,7 +10811,7 @@ class GetAppSpecJobLogDestinationOpenSearchResult(dict):
|
|
|
10816
10811
|
@pulumi.getter(name="indexName")
|
|
10817
10812
|
def index_name(self) -> Optional[str]:
|
|
10818
10813
|
"""
|
|
10819
|
-
The index name to use for the logs. If not set, the default index name is
|
|
10814
|
+
The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
10820
10815
|
"""
|
|
10821
10816
|
return pulumi.get(self, "index_name")
|
|
10822
10817
|
|
|
@@ -11867,7 +11862,7 @@ class GetAppSpecServiceLogDestinationOpenSearchResult(dict):
|
|
|
11867
11862
|
:param 'GetAppSpecServiceLogDestinationOpenSearchBasicAuthArgs' basic_auth: OpenSearch basic auth
|
|
11868
11863
|
:param str cluster_name: The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
11869
11864
|
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
11870
|
-
:param str index_name: The index name to use for the logs. If not set, the default index name is
|
|
11865
|
+
:param str index_name: The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
11871
11866
|
"""
|
|
11872
11867
|
pulumi.set(__self__, "basic_auth", basic_auth)
|
|
11873
11868
|
if cluster_name is not None:
|
|
@@ -11905,7 +11900,7 @@ class GetAppSpecServiceLogDestinationOpenSearchResult(dict):
|
|
|
11905
11900
|
@pulumi.getter(name="indexName")
|
|
11906
11901
|
def index_name(self) -> Optional[str]:
|
|
11907
11902
|
"""
|
|
11908
|
-
The index name to use for the logs. If not set, the default index name is
|
|
11903
|
+
The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
11909
11904
|
"""
|
|
11910
11905
|
return pulumi.get(self, "index_name")
|
|
11911
11906
|
|
|
@@ -13138,7 +13133,7 @@ class GetAppSpecWorkerLogDestinationOpenSearchResult(dict):
|
|
|
13138
13133
|
:param 'GetAppSpecWorkerLogDestinationOpenSearchBasicAuthArgs' basic_auth: OpenSearch basic auth
|
|
13139
13134
|
:param str cluster_name: The name of the underlying DigitalOcean DBaaS cluster. This is required for production databases. For dev databases, if `cluster_name` is not set, a new cluster will be provisioned.
|
|
13140
13135
|
:param str endpoint: OpenSearch API Endpoint. Only HTTPS is supported. Format: https://<host>:<port>.
|
|
13141
|
-
:param str index_name: The index name to use for the logs. If not set, the default index name is
|
|
13136
|
+
:param str index_name: The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
13142
13137
|
"""
|
|
13143
13138
|
pulumi.set(__self__, "basic_auth", basic_auth)
|
|
13144
13139
|
if cluster_name is not None:
|
|
@@ -13176,7 +13171,7 @@ class GetAppSpecWorkerLogDestinationOpenSearchResult(dict):
|
|
|
13176
13171
|
@pulumi.getter(name="indexName")
|
|
13177
13172
|
def index_name(self) -> Optional[str]:
|
|
13178
13173
|
"""
|
|
13179
|
-
The index name to use for the logs. If not set, the default index name is
|
|
13174
|
+
The index name to use for the logs. If not set, the default index name is \\"logs\\".
|
|
13180
13175
|
"""
|
|
13181
13176
|
return pulumi.get(self, "index_name")
|
|
13182
13177
|
|
pulumi_digitalocean/project.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['ProjectArgs', 'Project']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['ProjectResourcesArgs', 'ProjectResources']
|
pulumi_digitalocean/provider.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['ProviderArgs', 'Provider']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['ReservedIpArgs', 'ReservedIp']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['ReservedIpAssignmentArgs', 'ReservedIpAssignment']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._enums import *
|
|
@@ -31,7 +26,7 @@ class SpacesBucketArgs:
|
|
|
31
26
|
versioning: Optional[pulumi.Input['SpacesBucketVersioningArgs']] = None):
|
|
32
27
|
"""
|
|
33
28
|
The set of arguments for constructing a SpacesBucket resource.
|
|
34
|
-
:param pulumi.Input[str] acl: Canned ACL applied on bucket creation
|
|
29
|
+
:param pulumi.Input[str] acl: Canned ACL applied on bucket creation (`private` or `public-read`)
|
|
35
30
|
:param pulumi.Input[Sequence[pulumi.Input['SpacesBucketCorsRuleArgs']]] cors_rules: A rule of Cross-Origin Resource Sharing (documented below).
|
|
36
31
|
:param pulumi.Input[bool] force_destroy: Unless `true`, the bucket will only be destroyed if empty (Defaults to `false`)
|
|
37
32
|
:param pulumi.Input[Sequence[pulumi.Input['SpacesBucketLifecycleRuleArgs']]] lifecycle_rules: A configuration of object lifecycle management (documented below).
|
|
@@ -61,7 +56,7 @@ class SpacesBucketArgs:
|
|
|
61
56
|
@pulumi.getter
|
|
62
57
|
def acl(self) -> Optional[pulumi.Input[str]]:
|
|
63
58
|
"""
|
|
64
|
-
Canned ACL applied on bucket creation
|
|
59
|
+
Canned ACL applied on bucket creation (`private` or `public-read`)
|
|
65
60
|
"""
|
|
66
61
|
return pulumi.get(self, "acl")
|
|
67
62
|
|
|
@@ -158,7 +153,7 @@ class _SpacesBucketState:
|
|
|
158
153
|
versioning: Optional[pulumi.Input['SpacesBucketVersioningArgs']] = None):
|
|
159
154
|
"""
|
|
160
155
|
Input properties used for looking up and filtering SpacesBucket resources.
|
|
161
|
-
:param pulumi.Input[str] acl: Canned ACL applied on bucket creation
|
|
156
|
+
:param pulumi.Input[str] acl: Canned ACL applied on bucket creation (`private` or `public-read`)
|
|
162
157
|
:param pulumi.Input[str] bucket_domain_name: The FQDN of the bucket (e.g. bucket-name.nyc3.digitaloceanspaces.com)
|
|
163
158
|
:param pulumi.Input[str] bucket_urn: The uniform resource name for the bucket
|
|
164
159
|
:param pulumi.Input[Sequence[pulumi.Input['SpacesBucketCorsRuleArgs']]] cors_rules: A rule of Cross-Origin Resource Sharing (documented below).
|
|
@@ -197,7 +192,7 @@ class _SpacesBucketState:
|
|
|
197
192
|
@pulumi.getter
|
|
198
193
|
def acl(self) -> Optional[pulumi.Input[str]]:
|
|
199
194
|
"""
|
|
200
|
-
Canned ACL applied on bucket creation
|
|
195
|
+
Canned ACL applied on bucket creation (`private` or `public-read`)
|
|
201
196
|
"""
|
|
202
197
|
return pulumi.get(self, "acl")
|
|
203
198
|
|
|
@@ -404,7 +399,7 @@ class SpacesBucket(pulumi.CustomResource):
|
|
|
404
399
|
|
|
405
400
|
:param str resource_name: The name of the resource.
|
|
406
401
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
407
|
-
:param pulumi.Input[str] acl: Canned ACL applied on bucket creation
|
|
402
|
+
:param pulumi.Input[str] acl: Canned ACL applied on bucket creation (`private` or `public-read`)
|
|
408
403
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SpacesBucketCorsRuleArgs', 'SpacesBucketCorsRuleArgsDict']]]] cors_rules: A rule of Cross-Origin Resource Sharing (documented below).
|
|
409
404
|
:param pulumi.Input[bool] force_destroy: Unless `true`, the bucket will only be destroyed if empty (Defaults to `false`)
|
|
410
405
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SpacesBucketLifecycleRuleArgs', 'SpacesBucketLifecycleRuleArgsDict']]]] lifecycle_rules: A configuration of object lifecycle management (documented below).
|
|
@@ -560,7 +555,7 @@ class SpacesBucket(pulumi.CustomResource):
|
|
|
560
555
|
:param str resource_name: The unique name of the resulting resource.
|
|
561
556
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
562
557
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
563
|
-
:param pulumi.Input[str] acl: Canned ACL applied on bucket creation
|
|
558
|
+
:param pulumi.Input[str] acl: Canned ACL applied on bucket creation (`private` or `public-read`)
|
|
564
559
|
:param pulumi.Input[str] bucket_domain_name: The FQDN of the bucket (e.g. bucket-name.nyc3.digitaloceanspaces.com)
|
|
565
560
|
:param pulumi.Input[str] bucket_urn: The uniform resource name for the bucket
|
|
566
561
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SpacesBucketCorsRuleArgs', 'SpacesBucketCorsRuleArgsDict']]]] cors_rules: A rule of Cross-Origin Resource Sharing (documented below).
|
|
@@ -591,7 +586,7 @@ class SpacesBucket(pulumi.CustomResource):
|
|
|
591
586
|
@pulumi.getter
|
|
592
587
|
def acl(self) -> pulumi.Output[Optional[str]]:
|
|
593
588
|
"""
|
|
594
|
-
Canned ACL applied on bucket creation
|
|
589
|
+
Canned ACL applied on bucket creation (`private` or `public-read`)
|
|
595
590
|
"""
|
|
596
591
|
return pulumi.get(self, "acl")
|
|
597
592
|
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._inputs import *
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['SpacesBucketObjectArgs', 'SpacesBucketObject']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['SpacesBucketPolicyArgs', 'SpacesBucketPolicy']
|
pulumi_digitalocean/ssh_key.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['SshKeyArgs', 'SshKey']
|
pulumi_digitalocean/tag.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['TagArgs', 'Tag']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._inputs import *
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['UptimeCheckArgs', 'UptimeCheck']
|
pulumi_digitalocean/volume.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from ._enums import *
|
|
17
12
|
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['VolumeAttachmentArgs', 'VolumeAttachment']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['VolumeSnapshotArgs', 'VolumeSnapshot']
|
pulumi_digitalocean/vpc.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['VpcArgs', 'Vpc']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['VpcPeeringArgs', 'VpcPeering']
|
{pulumi_digitalocean-4.34.0.dist-info → pulumi_digitalocean-4.34.0a1727875310.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pulumi_digitalocean
|
|
3
|
-
Version: 4.34.
|
|
3
|
+
Version: 4.34.0a1727875310
|
|
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
|
|
@@ -9,9 +9,8 @@ Keywords: pulumi,digitalocean
|
|
|
9
9
|
Requires-Python: >=3.8
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: parver >=0.2.1
|
|
12
|
-
Requires-Dist: pulumi <4.0.0,>=3.
|
|
12
|
+
Requires-Dist: pulumi <4.0.0,>=3.0.0
|
|
13
13
|
Requires-Dist: semver >=2.8.1
|
|
14
|
-
Requires-Dist: typing-extensions >=4.11 ; python_version < "3.11"
|
|
15
14
|
|
|
16
15
|
[](https://github.com/pulumi/pulumi-digitalocean/actions)
|
|
17
16
|
[](https://slack.pulumi.com)
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
pulumi_digitalocean/__init__.py,sha256=3rv2UqtU2icHCmxtzF9jPhngrJCyoJWJJ45UUls10gM,12049
|
|
2
|
+
pulumi_digitalocean/_enums.py,sha256=PnoXofiMQYEU6D3sTDy_obPc_9X7o9csON9rpKN1k7M,5272
|
|
3
|
+
pulumi_digitalocean/_inputs.py,sha256=19xK2O2URZyFkfRogFgBdxORLVLm0bBRl2zjjhNgVM8,436147
|
|
4
|
+
pulumi_digitalocean/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
|
|
5
|
+
pulumi_digitalocean/app.py,sha256=U6jomjrKaf5u-VS6yvfJlREjZwCBMxkys7H7R5ds8zU,24268
|
|
6
|
+
pulumi_digitalocean/cdn.py,sha256=M3L-ildGPtRneA2N78DlNmj-CgDXrB_74-ApvfdBFk8,21615
|
|
7
|
+
pulumi_digitalocean/certificate.py,sha256=KbaAWlNFi5xV555flFne3omcCcP9k3xI59mIGDoFjug,28211
|
|
8
|
+
pulumi_digitalocean/container_registry.py,sha256=h_qoTDqohNzjl3R64FQWw5FgqJzufuQ166YHYpQj16I,16585
|
|
9
|
+
pulumi_digitalocean/container_registry_docker_credentials.py,sha256=W2aRQHpTcWEXP3oZSzhoRV6vbdHwYiWFcvd4ktJTN8Q,17287
|
|
10
|
+
pulumi_digitalocean/custom_image.py,sha256=32BS1no2BU2cTp30ouDBW-0j2PCNseNbVlNBR1CjMpI,27165
|
|
11
|
+
pulumi_digitalocean/database_cluster.py,sha256=lcY7v-vTxfNnMXP6L0v23HHS_GtzNJWWh6RWHvV55yI,63939
|
|
12
|
+
pulumi_digitalocean/database_connection_pool.py,sha256=cdAZHL5du2hFKCt0kB_JwClPCKVu_Z-0OPPQ2gT3wLA,25181
|
|
13
|
+
pulumi_digitalocean/database_db.py,sha256=7SnOB8-pDotWO1Va0hvM3dj8PQE6CF8LBzk2vG0ODQw,9500
|
|
14
|
+
pulumi_digitalocean/database_firewall.py,sha256=HR1kwv_6b7m8JT3lTBiOKPuu8eaCzk9_2y2-S3phteA,15390
|
|
15
|
+
pulumi_digitalocean/database_kafka_config.py,sha256=1G8jlBN-VrIaEVmikeRjdtqA8NIZQsk36wl7Ors_7ls,59941
|
|
16
|
+
pulumi_digitalocean/database_kafka_topic.py,sha256=kYh4W_weEzMxI1elD82Tlvha9ErKAvXradWSYiAOM3c,21903
|
|
17
|
+
pulumi_digitalocean/database_mongodb_config.py,sha256=mnlLjjJi4DxQfPRvS7Tz4arkoyvfsXLfB8iBHSkU1Kk,32676
|
|
18
|
+
pulumi_digitalocean/database_mysql_config.py,sha256=pdezDJMRKXC-DNkZCQVp3ZHzlo8Ml8b5Umsf5ZCTM_g,82058
|
|
19
|
+
pulumi_digitalocean/database_postgresql_config.py,sha256=IZfsC_1xlvVoor8qoDbVKJcpnkThQCVaEDU1YBhsgzk,161155
|
|
20
|
+
pulumi_digitalocean/database_redis_config.py,sha256=3JDEgbA2Lw7Ib5jt7tt0MerhS9SsRp8fWGBH71_x3k0,38079
|
|
21
|
+
pulumi_digitalocean/database_replica.py,sha256=Nc7tCkX5k9rg45QfvN8_ALT8lc5gCS-X3AiYzBESpGY,31526
|
|
22
|
+
pulumi_digitalocean/database_user.py,sha256=E_4cgndaxfym2NOqPlu3Q5zV-vBfVrNyHtzU1a2s4Sc,24805
|
|
23
|
+
pulumi_digitalocean/dns_record.py,sha256=VHqECoGNMOAiVHnkKwTvBGv-E_dqlb6m6iUZb-y6Izs,27052
|
|
24
|
+
pulumi_digitalocean/domain.py,sha256=1KH68FRDxeI31Ta83Ucg9ghqZZMowyaM_rLHNw_5rZc,10534
|
|
25
|
+
pulumi_digitalocean/droplet.py,sha256=pHEV7LrvA1tqU3euUlT5HL4tSOj_wfJMshrh6rVUQQA,67830
|
|
26
|
+
pulumi_digitalocean/droplet_snapshot.py,sha256=WY15e0wCrCDbNsUMx3Xs-dreyqiozsbMXfPBj-qtmhk,14245
|
|
27
|
+
pulumi_digitalocean/firewall.py,sha256=6q6Q83amXrv5nz7rrIrrPzTVYMt6rf2kvwvKtFHsRfQ,26667
|
|
28
|
+
pulumi_digitalocean/floating_ip.py,sha256=c3ZCM92Rq1pwVMqz5FwzlQqUBQlqWhIQjl6LTYJ4NCI,12977
|
|
29
|
+
pulumi_digitalocean/floating_ip_assignment.py,sha256=ZFhL4WwmpLspWpjHArINFvq3shGsM1uBo-lazex5PxA,10525
|
|
30
|
+
pulumi_digitalocean/get_account.py,sha256=S1h8vSGLg-8RNylk_lZIkZB0ABMcenohGLyXIHvld4o,5918
|
|
31
|
+
pulumi_digitalocean/get_app.py,sha256=EQTQQ_OqR7nCVTjM3RvPtnsgtVMj2HDqpAdpI3S5HU4,8831
|
|
32
|
+
pulumi_digitalocean/get_certificate.py,sha256=CYGJNRUozPjG1FU7oowpLdU_fn1reKhpTtH10oIxmh0,6361
|
|
33
|
+
pulumi_digitalocean/get_container_registry.py,sha256=-Cq35V-XmO-5gRhECasA99tVryFQkQ6_0iPp1G-PdSc,7124
|
|
34
|
+
pulumi_digitalocean/get_database_ca.py,sha256=Mg1VujhGnLIC2uhMsk7DiL4eHQe2gGSlM0Ae55yNFmc,3652
|
|
35
|
+
pulumi_digitalocean/get_database_cluster.py,sha256=BBdZn05pMgFt1Z3-BkBp6tmrksqLyc1KLQZSBIKWf5s,15494
|
|
36
|
+
pulumi_digitalocean/get_database_connection_pool.py,sha256=ownRkodiT5EEV2AZrykvy8YwRUw-ACNq_qJlFKvrNZU,8884
|
|
37
|
+
pulumi_digitalocean/get_database_replica.py,sha256=ZKC0-wjC3P13O4cVPrLhh38K1LmwZKbeXwVMLHAEMfs,10447
|
|
38
|
+
pulumi_digitalocean/get_database_user.py,sha256=OVi_T6b8iP97-wE33t61ls6NaFSixub-EraybVp5rvY,7088
|
|
39
|
+
pulumi_digitalocean/get_domain.py,sha256=o-HB0AXMI1ZNzNbUUhea5tpZvCzFvTzi6c4mkpYx9us,4935
|
|
40
|
+
pulumi_digitalocean/get_domains.py,sha256=LV3qlLSpo84j7PIUKxfQmklibDNtGE2OKjG3JyZgRGY,6140
|
|
41
|
+
pulumi_digitalocean/get_droplet.py,sha256=tBMqJZ0vhDkN0Nid1CGohYgYG34mt64jBT_EHv1miXE,16248
|
|
42
|
+
pulumi_digitalocean/get_droplet_snapshot.py,sha256=I_mavIEzWyuYj4ZgTzaWa-tRxPGYJbH00vAqOUhCNQk,10283
|
|
43
|
+
pulumi_digitalocean/get_droplets.py,sha256=LTqHC2HXHfY1SivDPVkRjg5h1C2XugIKTc2fAtloLNk,7192
|
|
44
|
+
pulumi_digitalocean/get_firewall.py,sha256=J0XXk86fRKoxNnQmQB6J4XVFF98G2-NRoGGZgK0UjI4,9054
|
|
45
|
+
pulumi_digitalocean/get_floating_ip.py,sha256=BUzZY1F39TEa0RdHRQaC0pQFB76myGBeXMT9bckKdR0,5836
|
|
46
|
+
pulumi_digitalocean/get_image.py,sha256=nw-MZwPAfigmznTyTuc0fYmELYqFTfia9ZjIrW8OHkE,12274
|
|
47
|
+
pulumi_digitalocean/get_images.py,sha256=m3LbsImt1qlkD_dMEfAsg-wtlYgtqpUWCq5wfL3Rsdk,7091
|
|
48
|
+
pulumi_digitalocean/get_kubernetes_cluster.py,sha256=Mufc5FfHEeSQ5QUCdZjAqWz7cQW8EqsswUKf6Kf7d_E,13303
|
|
49
|
+
pulumi_digitalocean/get_kubernetes_versions.py,sha256=TaKfI02J4xZgEr6VPDUFQAP2Yf26oErf8j5yHAJNBo0,6949
|
|
50
|
+
pulumi_digitalocean/get_load_balancer.py,sha256=9hWTJnG49Irzs4GkIUDsUymS-hO9wGbseQm-kHdhaw8,16311
|
|
51
|
+
pulumi_digitalocean/get_project.py,sha256=GcD_z72l8qXLj-LG19fb2YFHZu9weiDV5VxzizJpI-s,8039
|
|
52
|
+
pulumi_digitalocean/get_projects.py,sha256=3xWO_348rj1M71tSKx6bbBBc5VCUzwSKckazqN8dA7c,7001
|
|
53
|
+
pulumi_digitalocean/get_record.py,sha256=b1uBG-_P7SDU4rPTCR8Z81v1NqTs9IR1MqDYKHoEwwE,7890
|
|
54
|
+
pulumi_digitalocean/get_records.py,sha256=EmlMDWskcFUhEANzxVDAyqdCvaHkMCpN-8htfrlHpCk,6192
|
|
55
|
+
pulumi_digitalocean/get_region.py,sha256=jefx3HFWNUXmyGPEc1N5vCGjqd080m6ThCCEgJaJAdo,5089
|
|
56
|
+
pulumi_digitalocean/get_regions.py,sha256=LkqukaK9ExQ2FDRCGv8FM7dFBiLrhtYZWvH9xtAeMXc,6767
|
|
57
|
+
pulumi_digitalocean/get_reserved_ip.py,sha256=5xjWJXb6kOV7u7S88NBRVSkFXb78IlL8r1JRZrlU0AQ,4634
|
|
58
|
+
pulumi_digitalocean/get_sizes.py,sha256=EATBSqxmG1axcWHPKFHWtofbpNCNWsr4b7Vp4O179Ww,4499
|
|
59
|
+
pulumi_digitalocean/get_spaces_bucket.py,sha256=7I8aEVMu84tjs2HOM6tE9DocIFfopCywWgrKrF6Gp6M,5794
|
|
60
|
+
pulumi_digitalocean/get_spaces_bucket_object.py,sha256=o0qamEM30l5bvgl1XWZE1CEPkW2EsQRp2Obj0OrZXo8,15387
|
|
61
|
+
pulumi_digitalocean/get_spaces_bucket_objects.py,sha256=R66E4i5yXviK2wPObJusyqXDhcwcv-V6M-aGbZCxuC4,8563
|
|
62
|
+
pulumi_digitalocean/get_spaces_buckets.py,sha256=IaBMLhvc10Szai5Ntx_SaWzuUjwQU9LTgN9BzwNCLcw,6656
|
|
63
|
+
pulumi_digitalocean/get_ssh_key.py,sha256=7wq4mj9VUs8_mNbW2_oZfLAllYwk_ayP0ngHWHLrIHw,4832
|
|
64
|
+
pulumi_digitalocean/get_ssh_keys.py,sha256=wiTt0gFobfzxm5nxx6JHxxOhtl_svtQkbjBqhLrWpxk,6151
|
|
65
|
+
pulumi_digitalocean/get_tag.py,sha256=scMqn4kwJjTgq3Rty-ezZprZNCuUp-tms9wxf4B_RWg,7290
|
|
66
|
+
pulumi_digitalocean/get_tags.py,sha256=pHOlURbMcsMQ94PErmoq8PPTBJZlvGTQupi7m-d9WW0,4943
|
|
67
|
+
pulumi_digitalocean/get_volume.py,sha256=mUpH05g0vy6QEJjEqOnVN1LwZwGTriJAALJZd4wZsGo,9057
|
|
68
|
+
pulumi_digitalocean/get_volume_snapshot.py,sha256=GNf9QDjJdrdQgf9GXUBqkjZbVFFK-MeMqZpJTW03Wrs,10649
|
|
69
|
+
pulumi_digitalocean/get_vpc.py,sha256=qJTbg51pJiZHp-W4OQ7PZpUCg6xXNGQ_kDy69aEdKNE,7789
|
|
70
|
+
pulumi_digitalocean/get_vpc_peering.py,sha256=5a4hx4qOgHh1eSDQPabd1hFVmQu39XX1csOlnOQtheM,7149
|
|
71
|
+
pulumi_digitalocean/kubernetes_cluster.py,sha256=X9zqIkb0-ua8zLQTqFazzJAdnAuwzyTBAVE-E1uIocI,52021
|
|
72
|
+
pulumi_digitalocean/kubernetes_node_pool.py,sha256=NtvCIqnKU4XeCw6bWCGsr11eJ7NDtRh_w5rbjdxeeYg,37587
|
|
73
|
+
pulumi_digitalocean/load_balancer.py,sha256=rWndgzU5-hboZLS_r-IeP-UuIrnMPvhWpuHUIn70kCY,78178
|
|
74
|
+
pulumi_digitalocean/monitor_alert.py,sha256=lsWeQ8U_SUnTNyLOgyNk7sdHE-uBG4KToUcoBJnBk6A,37290
|
|
75
|
+
pulumi_digitalocean/outputs.py,sha256=Mo5rj0a2gzLQpn6NQG1U-YCvd-SWHnKArC3Hi3O4I3w,635056
|
|
76
|
+
pulumi_digitalocean/project.py,sha256=8UO1pMgLyjnOpbHqEIg-DV-073_TQfmW-7PtzFm91No,24448
|
|
77
|
+
pulumi_digitalocean/project_resources.py,sha256=PaqfDyS8yuP1y78Y0tb32gVjMM3ZqfNsoZsStIw4SdI,10271
|
|
78
|
+
pulumi_digitalocean/provider.py,sha256=jyrlf821aiTGilsy1pomMx_3ueAlDxJ-zzFBByAVSy8,14459
|
|
79
|
+
pulumi_digitalocean/pulumi-plugin.json,sha256=_ocnhBEsN3IG5YrqHySP3kM8dyvdGqHcJa1lXCuUVdU,89
|
|
80
|
+
pulumi_digitalocean/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
81
|
+
pulumi_digitalocean/reserved_ip.py,sha256=t0Nl708Vu3zM--CFcYaa2TR_0MMRAHvFJuLnbrIHSno,12659
|
|
82
|
+
pulumi_digitalocean/reserved_ip_assignment.py,sha256=w4rPyzOvv4WKXkUs-6uECLxyCzBfPW2t0Be3Jp31a4Y,10183
|
|
83
|
+
pulumi_digitalocean/spaces_bucket.py,sha256=GT0HnqRKaZc0cQWZM4gC_kzdYRk2hWenmPWLFfApAQ0,30080
|
|
84
|
+
pulumi_digitalocean/spaces_bucket_cors_configuration.py,sha256=lU_4IRpZ9YQ-te9DRSx4NQFtUMZDhCatSHViizxNvFA,13479
|
|
85
|
+
pulumi_digitalocean/spaces_bucket_object.py,sha256=oZL3ufN0IPMjNwpy4t2sWGfrOFthCJEtSm4T09xMD3U,52838
|
|
86
|
+
pulumi_digitalocean/spaces_bucket_policy.py,sha256=XVAZhcNn3b5zytNjKa5pdfFS40UKV1coRWq2mwu_UdI,12327
|
|
87
|
+
pulumi_digitalocean/ssh_key.py,sha256=mHXn9u26JdVA4CkZUGIMROYaI64c9oUpCZQZU-yuk58,10703
|
|
88
|
+
pulumi_digitalocean/tag.py,sha256=MSiY57JmxUjUeUsL2JaGtQZme2xOviUtd_l9umXYEAk,14454
|
|
89
|
+
pulumi_digitalocean/uptime_alert.py,sha256=r8miWCmgLFRIptmKoCAMb6K0oaYrndtot0LQuDB2Bbc,20673
|
|
90
|
+
pulumi_digitalocean/uptime_check.py,sha256=KOnIzMSxWn6gh7AVIem2WQlJB5uBN2K0PL4ZC7Pqy4Y,14487
|
|
91
|
+
pulumi_digitalocean/volume.py,sha256=kMXxlchrTc_jNvBJvQ0hsw9eAaJ61T8IUQN-S0SirqY,33216
|
|
92
|
+
pulumi_digitalocean/volume_attachment.py,sha256=Smdc4R54J3OH-57caecoOXy-J8j1k1BONIEgj0Ms5UY,9767
|
|
93
|
+
pulumi_digitalocean/volume_snapshot.py,sha256=hcED7HZJRa4tZjETZefHlqnbHxMjoDwoN_BUZeUL5rU,15850
|
|
94
|
+
pulumi_digitalocean/vpc.py,sha256=0KaZEqJDcJOOEb_7oKp8ktZu6LWoz8xbpx9FFxo2Rks,18946
|
|
95
|
+
pulumi_digitalocean/vpc_peering.py,sha256=hQSpYSA1H1uiWS2_MwVMkK-sA-knen1QUcgeYnKrzTk,14193
|
|
96
|
+
pulumi_digitalocean/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
97
|
+
pulumi_digitalocean/config/__init__.pyi,sha256=mOcX528kloQX4grC61mM9t0dkWIuJplgcjOwMpO2-p4,1144
|
|
98
|
+
pulumi_digitalocean/config/vars.py,sha256=9eJyHt4CXIMf8k8_Y706-k_1ViDDeJgMHKy-aAtojzk,2332
|
|
99
|
+
pulumi_digitalocean-4.34.0a1727875310.dist-info/METADATA,sha256=NccRjjip_4-DD1nOII7Re36EdiUFRQK7fpKvA1hsZWw,3786
|
|
100
|
+
pulumi_digitalocean-4.34.0a1727875310.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
101
|
+
pulumi_digitalocean-4.34.0a1727875310.dist-info/top_level.txt,sha256=XKSLMAXl7fDVTPZg8SJT7Hf8IqOk5hUr_uZtGCtKg8w,20
|
|
102
|
+
pulumi_digitalocean-4.34.0a1727875310.dist-info/RECORD,,
|