Skip to content

Commit

Permalink
add vpc_full_name
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 18, 2022
1 parent 858731a commit 93ce956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vpc/vpc-config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ locals {
vpc_arn = aws_vpc.vpc.arn
vpc_cidr_block = aws_vpc.vpc.cidr_block
vpc_name = var.vpc_name
vpc_full_name = var.vpc_full_name
vpc_short_name = var.vpc_short_name
region = local.region
region_short = local.region_short
Expand Down

0 comments on commit 93ce956

Please sign in to comment.