Skip to content

Commit 8cb3e20

Browse files
committed
fix output type for folder_deletion_protection
1 parent e888cef commit 8cb3e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setup/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ output "project_deletion_policy" {
117117

118118
variable "folder_deletion_protection" {
119119
description = "Prevent Terraform from destroying or recreating the folder. Set to `false` during integrated tests so that folders can be destroyed."
120-
type = string
120+
type = bool
121121
default = false
122122
}

0 commit comments

Comments
 (0)