Skip to content

Commit ef25d96

Browse files
committed
fix: apply terraform validation rules
1 parent 88e7f55 commit ef25d96

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
@@ -151,6 +151,6 @@ variable "cloudwatch_log_subscription_filter" {
151151
}
152152

153153
variable "cloudwatch_retention_in_days" {
154-
default = null
154+
default = null
155155
description = "(Optional) Specifies the number of days you want to retain log events in the specified log group."
156156
}

0 commit comments

Comments
 (0)