gke-tf/variables.tf (
15
lines of code) (
raw
):
variable "project" { type = string } variable "location" { type = string } variable "name" { type = string } variable "machine_type" { type = string } variable "node_count" { type = number }