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 e888cef commit 8cb3e20Copy full SHA for 8cb3e20
test/setup/outputs.tf
@@ -117,6 +117,6 @@ output "project_deletion_policy" {
117
118
variable "folder_deletion_protection" {
119
description = "Prevent Terraform from destroying or recreating the folder. Set to `false` during integrated tests so that folders can be destroyed."
120
- type = string
+ type = bool
121
default = false
122
}
0 commit comments