From b3c71cf100e3adbf4a45f876b53c46f48dbfec05 Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 4 May 2021 09:35:40 -0400 Subject: [PATCH] fix --- security-groups/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security-groups/main.tf b/security-groups/main.tf index 78b226d..f56c143 100644 --- a/security-groups/main.tf +++ b/security-groups/main.tf @@ -34,7 +34,7 @@ locals { # default security group #--- resource "aws_default_security_group" "default" { - vpc_id = local.vpc_id + vpc_id = var.vpc_id tags = merge( local.base_tags,