Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 10, 2021
1 parent b4ce669 commit 0863987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nacls/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ resource "aws_network_acl" "private" {
# nacl: public
#---
resource "aws_network_acl" "public" {
vpc_id = aws_vpc.vpc.id
vpc_id = var.vpc_id
subnet_ids = [for subnet in var.public_subnets_ids : subnet.id]

tags = merge(
Expand Down

0 comments on commit 0863987

Please sign in to comment.