Skip to content

Commit 8319f24

Browse files
committed
Correct style
1 parent 4832b86 commit 8319f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ variable "bucket_name" {
9999
}
100100

101101
variable "bucket_force_destroy" {
102-
type = "string"
103-
default = "false"
102+
type = "string"
103+
default = "false"
104104
description = "When deleting the GCS bucket containing the cloud function, delete all objects in the bucket first."
105105
}
106106

0 commit comments

Comments
 (0)