terraform/modules/gke/variables.tf (
8
lines of code) (
raw
):
variable "project_id" { description = "The project ID to host the cluster in" type = string } variable "region" { description = "The region to host the cluster in" type = string }