stephanedesjardins-qc
Results
2
comments of
stephanedesjardins-qc
Yep no problem ``` ################################################ # VPC resource "aws_vpc" "dev-vpc" { cidr_block = var.vpc_cidr enable_dns_hostnames = true tags = { Name = "Dev-VPC" } } resource "aws_subnet" "public-subnet-1" { cidr_block...
thanks for the help