You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_droplet_image"></a> [droplet\_image](#input\_droplet\_image)| (Required) The Droplet image ID or slug |`string`| n/a | yes |
32
33
| <aname="input_droplet_monitoring"></a> [droplet\_monitoring](#input\_droplet\_monitoring)| (Optional) Boolean controlling whether monitoring agent is installed. Defaults to false. If set to true, you can configure monitor alert policies monitor alert |`bool`|`false`| no |
| <aname="input_droplet_project_id"></a> [droplet\_project\_id](#input\_droplet\_project\_id)| (Optional) The id of the project where the droplet will be associated |`string`| n/a | yes |
34
36
| <aname="input_droplet_region"></a> [droplet\_region](#input\_droplet\_region)| (Required) The region to start in. |`string`| n/a | yes |
35
37
| <aname="input_droplet_size"></a> [droplet\_size](#input\_droplet\_size)| (Required) The unique slug that indentifies the type of Droplet. You can find a list of available slugs on DigitalOcean API documentation. |`string`| n/a | yes |
36
38
| <aname="input_droplet_user_data"></a> [droplet\_user\_data](#input\_droplet\_user\_data)| (Optional) A string of the desired User Data for the Droplet. |`string`| n/a | yes |
Copy file name to clipboardExpand all lines: terraform-modules/digitalocean/volume/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ No modules.
29
29
| <aname="input_volume_description"></a> [volume\_description](#input\_volume\_description)| (Optional) A free-form text field up to a limit of 1024 bytes to describe a block storage volume.. |`string`| n/a | yes |
30
30
| <aname="input_volume_initial_filesystem_type"></a> [volume\_initial\_filesystem\_type](#input\_volume\_initial\_filesystem\_type)| (Optional) Initial filesystem type (xfs or ext4) for the block storage volume. |`string`| n/a | yes |
31
31
| <aname="input_volume_name"></a> [volume\_name](#input\_volume\_name)| (Required) A name for the block storage volume. Must be lowercase and be composed only of numbers, letters and -, up to a limit of 64 characters. |`string`| n/a | yes |
32
-
| <aname="input_volume_project_id"></a> [volume\_project\_id](#input\_volume\_project\_id)| (Optional) The id of the project where the vpc will be associated |`string`| n/a | yes |
32
+
| <aname="input_volume_project_id"></a> [volume\_project\_id](#input\_volume\_project\_id)| (Optional) The id of the project where the volume will be associated |`string`| n/a | yes |
33
33
| <aname="input_volume_region"></a> [volume\_region](#input\_volume\_region)| (Required) The region that the block storage volume will be created in. |`string`| n/a | yes |
34
34
| <aname="input_volume_size"></a> [volume\_size](#input\_volume\_size)| (Required) The size of the block storage volume in GiB. If updated, can only be expanded. |`number`|`20`| no |
0 commit comments