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 b42c2f8 commit 919a7e2Copy full SHA for 919a7e2
environments/site/tofu/variables.tf
@@ -203,7 +203,7 @@ variable "state_volume_provisioning" {
203
validation {
204
condition = contains(["manage", "attach"], var.state_volume_provisioning)
205
error_message = <<-EOT
206
- home_volume_provisioning must be "manage" or "attach"
+ state_volume_provisioning must be "manage" or "attach"
207
EOT
208
}
209
0 commit comments