Skip to content

Commit

Permalink
updated format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan M Smolenski committed Jul 28, 2022
1 parent f181e18 commit 5bbbc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-unity/variables.mcp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data "aws_subnet" "subnet-two" {

data "aws_internet_gateway" "infra-env-gw" {
filter {
name = "attachment.vpc_id"
name = "attachment.vpc_id"
values = [var.vpc_id]
}
}

0 comments on commit 5bbbc26

Please sign in to comment.