mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 07:01:56 +03:00
demo-18b
This commit is contained in:
@@ -4,7 +4,7 @@ variable "AWS_REGION" {}
|
||||
module "main-vpc" {
|
||||
source = "terraform-aws-modules/vpc/aws"
|
||||
|
||||
name = "vpc-prod-${var.ENV}"
|
||||
name = "vpc-${var.ENV}"
|
||||
cidr = "10.0.0.0/16"
|
||||
|
||||
azs = ["${var.AWS_REGION}a", "${var.AWS_REGION}b", "${var.AWS_REGION}c"]
|
||||
|
||||
Reference in New Issue
Block a user