Skip to content

Commit

Permalink
Upgrade terraform-provider-digitalocean to v2.44.1 (#877)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider
pulumi/pulumi-digitalocean`.

---

- Upgrading terraform-provider-digitalocean from 2.44.0  to 2.44.1.
	Fixes #876
  • Loading branch information
guineveresaenger authored Nov 25, 2024
1 parent 375b16b commit 9f31039
Show file tree
Hide file tree
Showing 17 changed files with 67 additions and 67 deletions.
4 changes: 2 additions & 2 deletions patches/0001-fork.patch
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ index fb71cd6b..67df04e9 100644
domains = ["example.com"]
}
diff --git a/docs/resources/droplet.md b/docs/resources/droplet.md
index 9d561198..08b7f3fa 100644
index f2eacafe..37ea3ab4 100644
--- a/docs/resources/droplet.md
+++ b/docs/resources/droplet.md
@@ -6,8 +6,7 @@ subcategory: "Droplets"
Expand All @@ -387,7 +387,7 @@ index 9d561198..08b7f3fa 100644
@@ -63,7 +62,7 @@ The following arguments are supported:
size is a permanent change**. Increasing only RAM and CPU is reversible.
* `tags` - (Optional) A list of the tags to be applied to this Droplet.
* `user_data` (Optional) - A string of the desired User Data for the Droplet.
* `user_data` (Optional) - 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.
-* `volume_ids` (Optional) - A list of the IDs of each [block storage volume](/providers/digitalocean/digitalocean/latest/docs/resources/volume) to be attached to the Droplet.
+* `volume_ids` (Optional) - A list of the IDs of each block storage volume to be attached to the Droplet.
* `droplet_agent` (Optional) - A boolean indicating whether to install the
Expand Down
12 changes: 6 additions & 6 deletions provider/cmd/pulumi-resource-digitalocean/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10840,7 +10840,7 @@
"properties": {
"actionAutoCreateIndexEnabled": {
"type": "boolean",
"description": "Specifies whether ISM is enabled or not. Default: `true`\n"
"description": "Specifices whether to allow automatic creation of indices. Default: `true`\n"
},
"actionDestructiveRequiresName": {
"type": "boolean",
Expand Down Expand Up @@ -11041,7 +11041,7 @@
"inputProperties": {
"actionAutoCreateIndexEnabled": {
"type": "boolean",
"description": "Specifies whether ISM is enabled or not. Default: `true`\n"
"description": "Specifices whether to allow automatic creation of indices. Default: `true`\n"
},
"actionDestructiveRequiresName": {
"type": "boolean",
Expand Down Expand Up @@ -11208,7 +11208,7 @@
"properties": {
"actionAutoCreateIndexEnabled": {
"type": "boolean",
"description": "Specifies whether ISM is enabled or not. Default: `true`\n"
"description": "Specifices whether to allow automatic creation of indices. Default: `true`\n"
},
"actionDestructiveRequiresName": {
"type": "boolean",
Expand Down Expand Up @@ -12980,7 +12980,7 @@
},
"userData": {
"type": "string",
"description": "A string of the desired User Data for the Droplet.\n"
"description": "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.\n"
},
"vcpus": {
"type": "integer",
Expand Down Expand Up @@ -13112,7 +13112,7 @@
},
"userData": {
"type": "string",
"description": "A string of the desired User Data for the Droplet.\n",
"description": "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.\n",
"willReplaceOnChanges": true
},
"volumeIds": {
Expand Down Expand Up @@ -13265,7 +13265,7 @@
},
"userData": {
"type": "string",
"description": "A string of the desired User Data for the Droplet.\n",
"description": "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.\n",
"willReplaceOnChanges": true
},
"vcpus": {
Expand Down
6 changes: 3 additions & 3 deletions sdk/dotnet/DatabaseOpensearchConfig.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions sdk/dotnet/Droplet.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions sdk/go/digitalocean/databaseOpensearchConfig.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions sdk/go/digitalocean/droplet.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions sdk/java/src/main/java/com/pulumi/digitalocean/Droplet.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f31039

Please sign in to comment.