UPD: take vpc cidr from variable and calculate subnets
This commit is contained in:
@@ -10,3 +10,6 @@ provider "aws" {
|
||||
}
|
||||
|
||||
variable "default-tags" {}
|
||||
variable "vpc-cidr" {
|
||||
default = "172.16.0.0/16"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user