We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866fefd commit e91fd14Copy full SHA for e91fd14
dreamkast_infra/dev/vpc.tf
@@ -9,7 +9,7 @@ locals {
9
10
module "vpc" {
11
source = "terraform-aws-modules/vpc/aws"
12
- version = "3.19.0"
+ version = "5.16.0"
13
14
name = "${var.prj_prefix}-vpc"
15
cidr = local.vpc_cidr
dreamkast_infra/prod/vpc.tf
0 commit comments