Commit 0027771e authored by Oliver L Schoenborn's avatar Oliver L Schoenborn Committed by GitHub

fix: aws_default_security_group was always dirty when manage_default_security_group was set (#591)

parent ada814d2
...@@ -118,8 +118,8 @@ module "vpc" { ...@@ -118,8 +118,8 @@ module "vpc" {
# Default security group - ingress/egress rules cleared to deny all # Default security group - ingress/egress rules cleared to deny all
manage_default_security_group = true manage_default_security_group = true
default_security_group_ingress = [{}] default_security_group_ingress = []
default_security_group_egress = [{}] default_security_group_egress = []
# VPC Flow Logs (Cloudwatch log group and IAM role will be created) # VPC Flow Logs (Cloudwatch log group and IAM role will be created)
enable_flow_log = true enable_flow_log = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment