mirror of
https://github.com/ghndrx/GSP662.git
synced 2026-02-10 06:54:58 +00:00
.
This commit is contained in:
15
variables.tf
15
variables.tf
@@ -1,7 +1,14 @@
|
|||||||
variable "project_id" {}
|
variable "project_id" {
|
||||||
|
type = string
|
||||||
|
description = "The ID of the project to deploy resources into"
|
||||||
|
}
|
||||||
|
|
||||||
variable "region" {
|
variable "region" {
|
||||||
default = "us-central1"
|
type = string
|
||||||
|
description = "The region to deploy resources into"
|
||||||
}
|
}
|
||||||
variable "zone" {
|
|
||||||
default = "us-central1-f"
|
variable "network_cidr" {
|
||||||
|
type = string
|
||||||
|
description = "The CIDR block for the VPC network"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user