Files
GSP662/variables.tf
gregory hendrickson 2081f04c24 .
2023-03-15 12:27:01 -07:00

24 lines
406 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"
}
variable "network_name" {}
variable "subnet_name" {}
variable "firewall_name" {}