Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 4, 2021
1 parent a7d8654 commit b3c71cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security-groups/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b3c71cf

Please sign in to comment.