Skip to content

Commit b54f2c7

Browse files
committed
Update main.tf
1 parent c467edb commit b54f2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ locals {
2525
# VPC
2626
################################################################################
2727

28-
resource "aws_vpc" "this" {
28+
resource "aws_vpc" "vik" {
2929
count = local.create_vpc ? 1 : 0
3030

3131
cidr_block = var.use_ipam_pool ? null : var.cidr

0 commit comments

Comments
 (0)