Skip to content

Commit

Permalink
feat: add config to vpc.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
DrInTech22 authored Dec 16, 2024
1 parent 3597850 commit 8a37159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ resource "aws_subnet" "public_subnet" {
vpc_id = aws_vpc.vpc.id
cidr_block = "10.0.1.0/24"
map_public_ip_on_launch = true
availability_zone = var.availability_zone
tags = {
Name = var.subnet-name
}
Expand Down

0 comments on commit 8a37159

Please sign in to comment.