Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur authored Jul 6, 2023
1 parent f6744b9 commit a74841b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ variable "security_group_name" {
}

variable "security_group_rules" {
type = list(any)
default = []
type = list(any)
default = []
description = <<-EOT
A list of maps of Security Group rules.
The values of map is fully complated with `aws_security_group_rule` resource.
Expand Down

0 comments on commit a74841b

Please sign in to comment.