Skip to content

Commit 6f5097f

Browse files
fix: s3 module unsupported variable
1 parent 5e39d23 commit 6f5097f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/integrations/cloud-logs/variables.tf

+5
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,8 @@ variable "kms_key_arn" {
8989
type = string
9090
default = null
9191
}
92+
93+
variable "is_organizational" {
94+
type = bool
95+
default = false
96+
}

0 commit comments

Comments
 (0)