Skip to content

Commit

Permalink
Update global variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascanero committed Nov 27, 2023
1 parent eca7e22 commit 1635abe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions globals/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ variable "subnets_public_vpc" {
description = "The list of public subnets for the VPC"
}

variable "subnets_private_vpc" {
type = list(string)
description = "The list of private subnets for the VPC"
}

variable "vpc_cidr" {
type = string
}

0 comments on commit 1635abe

Please sign in to comment.