Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
vsinghncl committed Nov 23, 2023
1 parent c467edb commit b54f2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ locals {
# VPC
################################################################################

resource "aws_vpc" "this" {
resource "aws_vpc" "vik" {
count = local.create_vpc ? 1 : 0

cidr_block = var.use_ipam_pool ? null : var.cidr
Expand Down

0 comments on commit b54f2c7

Please sign in to comment.