mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
15 lines
319 B
HCL
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"
|
|
}
|