diff --git a/examples/complete/fixtures.us-east-2.tfvars b/examples/complete/fixtures.us-east-2.tfvars index 22a7e64..95516eb 100644 --- a/examples/complete/fixtures.us-east-2.tfvars +++ b/examples/complete/fixtures.us-east-2.tfvars @@ -9,18 +9,18 @@ stage = "test" name = "sg" sg_rules = [ - { - type = "ingress" - from_port = 22 - to_port = 22 - protocol = "tcp" - cidr_blocks = ["0.0.0.0/0"] - }, - { - type = "egress" - from_port = 0 - to_port = 65535 - protocol = "all" - cidr_blocks = ["0.0.0.0/0"] - } -] \ No newline at end of file + { + type = "ingress" + from_port = 22 + to_port = 22 + protocol = "tcp" + cidr_blocks = ["0.0.0.0/0"] + }, + { + type = "egress" + from_port = 0 + to_port = 65535 + protocol = "all" + cidr_blocks = ["0.0.0.0/0"] + } +]