Define a module with the source, no-brand/vpc/aws
.
Then, pass variables to fit your needs.
module "vpc" {
source = "no-brand/vpc/aws"
namespace = "nb"
region = "ap-northeast-3"
stage = "dev"
cidr = "10.255.0.0/16"
tags = {
Stage = "dev"
Owner = "no-brand"
}
}
Apache License 2.0