We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f181e18 commit 5bbbc26Copy full SHA for 5bbbc26
terraform-unity/variables.mcp.tf
@@ -24,7 +24,7 @@ data "aws_subnet" "subnet-two" {
24
25
data "aws_internet_gateway" "infra-env-gw" {
26
filter {
27
- name = "attachment.vpc_id"
+ name = "attachment.vpc_id"
28
values = [var.vpc_id]
29
}
30
0 commit comments