Deploy GKE cluster using Terraform: variables.tf

From wikieduonline
Revision as of 16:59, 7 December 2023 by Welcome (talk | contribs) (→‎Related)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
variable "gke_username" {
  default     = ""
  description = "gke username"
}

variable "gke_password" {
  default     = ""
  description = "gke password"
}

variable "gke_num_nodes" {
  default     = 2
  description = "number of gke nodes"
} 

variable "mylocation" {
  default     = ""
  description = "Cluster location"
}

variable "my_machine_type" {
  default     = "g1-medium"
  description = "Machine type"
}

Related[edit]

See also[edit]

Advertising: