ops-agent/variables.tf (
15
lines of code) (
raw
):
variable "project" { type = string } variable "region" { type = string } variable "hostname_prefix" { type = string } variable "os_name" { type = string } variable "os_version" { type = string }