Skip to content

Commit

Permalink
chore: terraform fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
eashanroy7 committed May 28, 2024
1 parent 976dbe1 commit 480efcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ resource "aws_vpc" "main" {
cidr_block = var.vpc_cidr

tags = {
Name = "Infra VPC"
}
Name = "Infra VPC"
}
}
resource "aws_subnet" "public_subnet" {
vpc_id = aws_vpc.main.id
Expand Down

0 comments on commit 480efcd

Please sign in to comment.