pulumi-digitalocean 4.36.0a1732277272__py3-none-any.whl → 4.36.0a1732599574__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/database_opensearch_config.py +7 -7
- pulumi_digitalocean/droplet.py +7 -7
- pulumi_digitalocean/pulumi-plugin.json +1 -1
- {pulumi_digitalocean-4.36.0a1732277272.dist-info → pulumi_digitalocean-4.36.0a1732599574.dist-info}/METADATA +1 -1
- {pulumi_digitalocean-4.36.0a1732277272.dist-info → pulumi_digitalocean-4.36.0a1732599574.dist-info}/RECORD +7 -7
- {pulumi_digitalocean-4.36.0a1732277272.dist-info → pulumi_digitalocean-4.36.0a1732599574.dist-info}/WHEEL +0 -0
- {pulumi_digitalocean-4.36.0a1732277272.dist-info → pulumi_digitalocean-4.36.0a1732599574.dist-info}/top_level.txt +0 -0
|
@@ -61,7 +61,7 @@ class DatabaseOpensearchConfigArgs:
|
|
|
61
61
|
"""
|
|
62
62
|
The set of arguments for constructing a DatabaseOpensearchConfig resource.
|
|
63
63
|
:param pulumi.Input[str] cluster_id: The ID of the target Opensearch cluster.
|
|
64
|
-
:param pulumi.Input[bool] action_auto_create_index_enabled:
|
|
64
|
+
:param pulumi.Input[bool] action_auto_create_index_enabled: Specifices whether to allow automatic creation of indices. Default: `true`
|
|
65
65
|
:param pulumi.Input[bool] action_destructive_requires_name: Specifies whether to require explicit index names when deleting indices.
|
|
66
66
|
:param pulumi.Input[int] cluster_max_shards_per_node: Maximum number of shards allowed per data node.
|
|
67
67
|
:param pulumi.Input[int] cluster_routing_allocation_node_concurrent_recoveries: Maximum concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen per node. Default: `2`
|
|
@@ -194,7 +194,7 @@ class DatabaseOpensearchConfigArgs:
|
|
|
194
194
|
@pulumi.getter(name="actionAutoCreateIndexEnabled")
|
|
195
195
|
def action_auto_create_index_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
196
196
|
"""
|
|
197
|
-
|
|
197
|
+
Specifices whether to allow automatic creation of indices. Default: `true`
|
|
198
198
|
"""
|
|
199
199
|
return pulumi.get(self, "action_auto_create_index_enabled")
|
|
200
200
|
|
|
@@ -691,7 +691,7 @@ class _DatabaseOpensearchConfigState:
|
|
|
691
691
|
thread_pool_write_size: Optional[pulumi.Input[int]] = None):
|
|
692
692
|
"""
|
|
693
693
|
Input properties used for looking up and filtering DatabaseOpensearchConfig resources.
|
|
694
|
-
:param pulumi.Input[bool] action_auto_create_index_enabled:
|
|
694
|
+
:param pulumi.Input[bool] action_auto_create_index_enabled: Specifices whether to allow automatic creation of indices. Default: `true`
|
|
695
695
|
:param pulumi.Input[bool] action_destructive_requires_name: Specifies whether to require explicit index names when deleting indices.
|
|
696
696
|
:param pulumi.Input[str] cluster_id: The ID of the target Opensearch cluster.
|
|
697
697
|
:param pulumi.Input[int] cluster_max_shards_per_node: Maximum number of shards allowed per data node.
|
|
@@ -814,7 +814,7 @@ class _DatabaseOpensearchConfigState:
|
|
|
814
814
|
@pulumi.getter(name="actionAutoCreateIndexEnabled")
|
|
815
815
|
def action_auto_create_index_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
816
816
|
"""
|
|
817
|
-
|
|
817
|
+
Specifices whether to allow automatic creation of indices. Default: `true`
|
|
818
818
|
"""
|
|
819
819
|
return pulumi.get(self, "action_auto_create_index_enabled")
|
|
820
820
|
|
|
@@ -1395,7 +1395,7 @@ class DatabaseOpensearchConfig(pulumi.CustomResource):
|
|
|
1395
1395
|
|
|
1396
1396
|
:param str resource_name: The name of the resource.
|
|
1397
1397
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1398
|
-
:param pulumi.Input[bool] action_auto_create_index_enabled:
|
|
1398
|
+
:param pulumi.Input[bool] action_auto_create_index_enabled: Specifices whether to allow automatic creation of indices. Default: `true`
|
|
1399
1399
|
:param pulumi.Input[bool] action_destructive_requires_name: Specifies whether to require explicit index names when deleting indices.
|
|
1400
1400
|
:param pulumi.Input[str] cluster_id: The ID of the target Opensearch cluster.
|
|
1401
1401
|
:param pulumi.Input[int] cluster_max_shards_per_node: Maximum number of shards allowed per data node.
|
|
@@ -1670,7 +1670,7 @@ class DatabaseOpensearchConfig(pulumi.CustomResource):
|
|
|
1670
1670
|
:param str resource_name: The unique name of the resulting resource.
|
|
1671
1671
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
1672
1672
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1673
|
-
:param pulumi.Input[bool] action_auto_create_index_enabled:
|
|
1673
|
+
:param pulumi.Input[bool] action_auto_create_index_enabled: Specifices whether to allow automatic creation of indices. Default: `true`
|
|
1674
1674
|
:param pulumi.Input[bool] action_destructive_requires_name: Specifies whether to require explicit index names when deleting indices.
|
|
1675
1675
|
:param pulumi.Input[str] cluster_id: The ID of the target Opensearch cluster.
|
|
1676
1676
|
:param pulumi.Input[int] cluster_max_shards_per_node: Maximum number of shards allowed per data node.
|
|
@@ -1759,7 +1759,7 @@ class DatabaseOpensearchConfig(pulumi.CustomResource):
|
|
|
1759
1759
|
@pulumi.getter(name="actionAutoCreateIndexEnabled")
|
|
1760
1760
|
def action_auto_create_index_enabled(self) -> pulumi.Output[bool]:
|
|
1761
1761
|
"""
|
|
1762
|
-
|
|
1762
|
+
Specifices whether to allow automatic creation of indices. Default: `true`
|
|
1763
1763
|
"""
|
|
1764
1764
|
return pulumi.get(self, "action_auto_create_index_enabled")
|
|
1765
1765
|
|
pulumi_digitalocean/droplet.py
CHANGED
|
@@ -80,7 +80,7 @@ class DropletArgs:
|
|
|
80
80
|
be added or removed via this provider. Modifying this field will prompt you
|
|
81
81
|
to destroy and recreate the Droplet.
|
|
82
82
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of the tags to be applied to this Droplet.
|
|
83
|
-
:param pulumi.Input[str] user_data: A string of the desired User Data
|
|
83
|
+
:param pulumi.Input[str] user_data: A string of the desired User Data provided [during Droplet creation](https://docs.digitalocean.com/products/droplets/how-to/provide-user-data/). Changing this forces a new resource to be created.
|
|
84
84
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] volume_ids: A list of the IDs of each block storage volume to be attached to the Droplet.
|
|
85
85
|
:param pulumi.Input[str] vpc_uuid: The ID of the VPC where the Droplet will be located.
|
|
86
86
|
"""
|
|
@@ -330,7 +330,7 @@ class DropletArgs:
|
|
|
330
330
|
@pulumi.getter(name="userData")
|
|
331
331
|
def user_data(self) -> Optional[pulumi.Input[str]]:
|
|
332
332
|
"""
|
|
333
|
-
A string of the desired User Data
|
|
333
|
+
A string of the desired User Data provided [during Droplet creation](https://docs.digitalocean.com/products/droplets/how-to/provide-user-data/). Changing this forces a new resource to be created.
|
|
334
334
|
"""
|
|
335
335
|
return pulumi.get(self, "user_data")
|
|
336
336
|
|
|
@@ -443,7 +443,7 @@ class _DropletState:
|
|
|
443
443
|
to destroy and recreate the Droplet.
|
|
444
444
|
:param pulumi.Input[str] status: The status of the Droplet
|
|
445
445
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of the tags to be applied to this Droplet.
|
|
446
|
-
:param pulumi.Input[str] user_data: A string of the desired User Data
|
|
446
|
+
:param pulumi.Input[str] user_data: A string of the desired User Data provided [during Droplet creation](https://docs.digitalocean.com/products/droplets/how-to/provide-user-data/). Changing this forces a new resource to be created.
|
|
447
447
|
:param pulumi.Input[int] vcpus: The number of the instance's virtual CPUs
|
|
448
448
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] volume_ids: A list of the IDs of each block storage volume to be attached to the Droplet.
|
|
449
449
|
:param pulumi.Input[str] vpc_uuid: The ID of the VPC where the Droplet will be located.
|
|
@@ -832,7 +832,7 @@ class _DropletState:
|
|
|
832
832
|
@pulumi.getter(name="userData")
|
|
833
833
|
def user_data(self) -> Optional[pulumi.Input[str]]:
|
|
834
834
|
"""
|
|
835
|
-
A string of the desired User Data
|
|
835
|
+
A string of the desired User Data provided [during Droplet creation](https://docs.digitalocean.com/products/droplets/how-to/provide-user-data/). Changing this forces a new resource to be created.
|
|
836
836
|
"""
|
|
837
837
|
return pulumi.get(self, "user_data")
|
|
838
838
|
|
|
@@ -973,7 +973,7 @@ class Droplet(pulumi.CustomResource):
|
|
|
973
973
|
be added or removed via this provider. Modifying this field will prompt you
|
|
974
974
|
to destroy and recreate the Droplet.
|
|
975
975
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of the tags to be applied to this Droplet.
|
|
976
|
-
:param pulumi.Input[str] user_data: A string of the desired User Data
|
|
976
|
+
:param pulumi.Input[str] user_data: A string of the desired User Data provided [during Droplet creation](https://docs.digitalocean.com/products/droplets/how-to/provide-user-data/). Changing this forces a new resource to be created.
|
|
977
977
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] volume_ids: A list of the IDs of each block storage volume to be attached to the Droplet.
|
|
978
978
|
:param pulumi.Input[str] vpc_uuid: The ID of the VPC where the Droplet will be located.
|
|
979
979
|
"""
|
|
@@ -1182,7 +1182,7 @@ class Droplet(pulumi.CustomResource):
|
|
|
1182
1182
|
to destroy and recreate the Droplet.
|
|
1183
1183
|
:param pulumi.Input[str] status: The status of the Droplet
|
|
1184
1184
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of the tags to be applied to this Droplet.
|
|
1185
|
-
:param pulumi.Input[str] user_data: A string of the desired User Data
|
|
1185
|
+
:param pulumi.Input[str] user_data: A string of the desired User Data provided [during Droplet creation](https://docs.digitalocean.com/products/droplets/how-to/provide-user-data/). Changing this forces a new resource to be created.
|
|
1186
1186
|
:param pulumi.Input[int] vcpus: The number of the instance's virtual CPUs
|
|
1187
1187
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] volume_ids: A list of the IDs of each block storage volume to be attached to the Droplet.
|
|
1188
1188
|
:param pulumi.Input[str] vpc_uuid: The ID of the VPC where the Droplet will be located.
|
|
@@ -1444,7 +1444,7 @@ class Droplet(pulumi.CustomResource):
|
|
|
1444
1444
|
@pulumi.getter(name="userData")
|
|
1445
1445
|
def user_data(self) -> pulumi.Output[Optional[str]]:
|
|
1446
1446
|
"""
|
|
1447
|
-
A string of the desired User Data
|
|
1447
|
+
A string of the desired User Data provided [during Droplet creation](https://docs.digitalocean.com/products/droplets/how-to/provide-user-data/). Changing this forces a new resource to be created.
|
|
1448
1448
|
"""
|
|
1449
1449
|
return pulumi.get(self, "user_data")
|
|
1450
1450
|
|
|
@@ -16,14 +16,14 @@ pulumi_digitalocean/database_kafka_config.py,sha256=NkAavcQzybn2XdCWEf4EplM9gF5w
|
|
|
16
16
|
pulumi_digitalocean/database_kafka_topic.py,sha256=t6Cp64IuQS6TFMl_NRW9m-mOIiFAvju7nFHE0uMYDvY,22077
|
|
17
17
|
pulumi_digitalocean/database_mongodb_config.py,sha256=lxIePHjNm9g52VlL38zV2_lbIPUDPM95Egj16BJOpMU,32850
|
|
18
18
|
pulumi_digitalocean/database_mysql_config.py,sha256=5UwT8tcU1UYUaHXyAIujA4Q58_iL50Lw5O5VW4TcZt0,82232
|
|
19
|
-
pulumi_digitalocean/database_opensearch_config.py,sha256=
|
|
19
|
+
pulumi_digitalocean/database_opensearch_config.py,sha256=2T9B0Zn5b_b8xixlmCGvGjYMEPBSWO6NjogDCmP0Cpw,133069
|
|
20
20
|
pulumi_digitalocean/database_postgresql_config.py,sha256=3AG4dCODF1f9A8XZz4u4l-fwKbL1xxI3kyg_-tHscvw,161329
|
|
21
21
|
pulumi_digitalocean/database_redis_config.py,sha256=wsxFahW9likbHte5ohffVE72NtWuolOvLc5tanN1lF0,39758
|
|
22
22
|
pulumi_digitalocean/database_replica.py,sha256=z3adKd6d1Uyq-ayScqL9dP_QqoR4YDhBAseY3zMZ9ic,31700
|
|
23
23
|
pulumi_digitalocean/database_user.py,sha256=EpJ1XqZKtSYQM9BJnRzIdzaEu9JVL_M0rP8hDIGmn7Y,24979
|
|
24
24
|
pulumi_digitalocean/dns_record.py,sha256=vpikg5aun79eMQrdIO8B9Ow54fibuCtnzrdQ9r5SQD8,27226
|
|
25
25
|
pulumi_digitalocean/domain.py,sha256=GHz3WqliW4HLYz7ejFuENUET3GD9LRHW8rXvByCjs4M,10708
|
|
26
|
-
pulumi_digitalocean/droplet.py,sha256=
|
|
26
|
+
pulumi_digitalocean/droplet.py,sha256=pcAo7AZPnwk4KqDF3xyHMDQ9IpTZGNU1koFWtAQGJxI,72539
|
|
27
27
|
pulumi_digitalocean/droplet_snapshot.py,sha256=A5N3GNcwbL6H0m1lefFTt3DQ0SvbbDxWlpMXH0IgsBo,14419
|
|
28
28
|
pulumi_digitalocean/firewall.py,sha256=-3htNyREPxifXu0YjSCdgg2EG4tKJWIPTSJ_IzJUalw,26841
|
|
29
29
|
pulumi_digitalocean/floating_ip.py,sha256=ZGXvgY_84tgqmqABgtj9dfxbP5LtFT0i_FLaURjhxaw,13151
|
|
@@ -77,7 +77,7 @@ pulumi_digitalocean/outputs.py,sha256=Kx1a8H1miWlRSn8Z_Y7vK5TOJ3BlRrnN97egetIk4E
|
|
|
77
77
|
pulumi_digitalocean/project.py,sha256=jZWmhLSY2UMUHVuq9CYBaERJos26o_6j0TO56sPNYkg,24622
|
|
78
78
|
pulumi_digitalocean/project_resources.py,sha256=AYkWlrmdHpwHU2ejGeKIUVxu371J77JcFzdyJ4zeuy8,10445
|
|
79
79
|
pulumi_digitalocean/provider.py,sha256=_s9QkDZle1wCa634xdXzAXN2mJZr4kvb1b-pp1CqHOc,14633
|
|
80
|
-
pulumi_digitalocean/pulumi-plugin.json,sha256=
|
|
80
|
+
pulumi_digitalocean/pulumi-plugin.json,sha256=muik99cTe9ZPBHmtpuwJvaGMLl_Wq4VEJe8mbuNVMM0,89
|
|
81
81
|
pulumi_digitalocean/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
82
82
|
pulumi_digitalocean/reserved_ip.py,sha256=oPOxhrFp7nqKLv-vG6rpi5az-3P-4vlGAoh9XDQywOc,12833
|
|
83
83
|
pulumi_digitalocean/reserved_ip_assignment.py,sha256=wetSmcYFaI122KO-wDixcJgDP_WG-OF3CW4QYGzK8V8,10357
|
|
@@ -97,7 +97,7 @@ pulumi_digitalocean/vpc_peering.py,sha256=PaVzwhbdORafLdMiYyb66ZuuMUgCq5popHO10Q
|
|
|
97
97
|
pulumi_digitalocean/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
98
98
|
pulumi_digitalocean/config/__init__.pyi,sha256=Ldryf5hmAV_RpYiaKYb8T8MwEqFG-77lHmOOLbJlXR8,1318
|
|
99
99
|
pulumi_digitalocean/config/vars.py,sha256=rTFGUSJ8ymj00a7GZTGgWBk4OoyMW05038qmLb3tMho,2506
|
|
100
|
-
pulumi_digitalocean-4.36.
|
|
101
|
-
pulumi_digitalocean-4.36.
|
|
102
|
-
pulumi_digitalocean-4.36.
|
|
103
|
-
pulumi_digitalocean-4.36.
|
|
100
|
+
pulumi_digitalocean-4.36.0a1732599574.dist-info/METADATA,sha256=1mRyQlPw_11u3DWfc0nu3MBP5ZOv3VNXkihL69FtNl8,3849
|
|
101
|
+
pulumi_digitalocean-4.36.0a1732599574.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
102
|
+
pulumi_digitalocean-4.36.0a1732599574.dist-info/top_level.txt,sha256=XKSLMAXl7fDVTPZg8SJT7Hf8IqOk5hUr_uZtGCtKg8w,20
|
|
103
|
+
pulumi_digitalocean-4.36.0a1732599574.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|