terraform/ecc-gcp-230-automatic_restart_enabled_for_instance/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 }