terraform/ecc-gcp-173-instance_do_not_have_public_ip/red/variables.tf (18 lines of code) (raw):
variable "project" {
type = string
}
variable "region" {
type = string
}
variable "zone" {
type = string
}
variable "instance_name" {
type = string
}
variable "machine_type" {
type = string
}
variable "network" {
type = string
}