We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e39d23 commit 6f5097fCopy full SHA for 6f5097f
modules/integrations/cloud-logs/variables.tf
@@ -89,3 +89,8 @@ variable "kms_key_arn" {
89
type = string
90
default = null
91
}
92
+
93
+variable "is_organizational" {
94
+ type = bool
95
+ default = false
96
+}
0 commit comments