We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318fb42 commit a0744afCopy full SHA for a0744af
environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf
@@ -229,7 +229,7 @@ variable "root_volume_size" {
229
}
230
231
variable "root_volume_type" {
232
- description = "Type of root volume, if using volume backed instances. Default gives default volume type"
+ description = "Type of root volume, if using volume backed instances. If unset, the target cloud default volume type is used."
233
type = string
234
default = null
235
0 commit comments