Skip to content

Commit 4483e4a

Browse files
cdaniluksmiller171
andauthored
use null default
Co-authored-by: Scott Miller <scott@millergeek.xyz>
1 parent 99ccd12 commit 4483e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "kms_key_id" {
1717
}
1818

1919
variable "logging_target_bucket" {
20-
default = ""
20+
default = null
2121
description = "The name of the bucket that will receive the log objects"
2222
type = string
2323
}

0 commit comments

Comments
 (0)