terraform/ecc-gcp-232-instance_configured_with_enable_oslogin_2fa/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
}