Files
GSP662/variables.tf
gregory hendrickson 8ccee3087f .
2023-03-15 12:13:39 -07:00

15 lines
319 B
HCL

variable "project_id" {
type = string
description = "The ID of the project to deploy resources into"
}
variable "region" {
type = string
description = "The region to deploy resources into"
}
variable "network_cidr" {
type = string
description = "The CIDR block for the VPC network"
}