Skip to content

Commit 5bbbc26

Browse files
author
Jonathan M Smolenski
committed
updated format
1 parent f181e18 commit 5bbbc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-unity/variables.mcp.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ data "aws_subnet" "subnet-two" {
2424

2525
data "aws_internet_gateway" "infra-env-gw" {
2626
filter {
27-
name = "attachment.vpc_id"
27+
name = "attachment.vpc_id"
2828
values = [var.vpc_id]
2929
}
3030
}

0 commit comments

Comments
 (0)