How to create a minimal VPC in AWS with Terraform.
Don’t want use the default one anymore? Deleted the default one? Good. Let’s do it. Actually it is minimal excepting one detail, my fetish - IPv6 support.
VPC
Of course, to create a VDP - we need VDP:
resource "aws_vpc" "min_vpc" {
cidr_block ...
fossexperience.wawrzynczuk.com2 min read