Skip to content

Commit

Permalink
Fix flow_log_cloudwatch_log_group_name_suffix default value (terrafor…
Browse files Browse the repository at this point in the history
  • Loading branch information
air3ijai authored Oct 15, 2022
1 parent ae9603f commit f717cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ variable "flow_log_cloudwatch_log_group_name_prefix" {
variable "flow_log_cloudwatch_log_group_name_suffix" {
description = "Specifies the name suffix of CloudWatch Log Group for VPC flow logs."
type = string
default = null
default = ""
}

variable "flow_log_cloudwatch_log_group_retention_in_days" {
Expand Down

0 comments on commit f717cb6

Please sign in to comment.