variables.tf 190 B

123456789
  1. variable "cluster_name" {
  2. type = "string"
  3. description = "The name of the cluster."
  4. }
  5. variable "image" {
  6. description = "The URL of the OS disk image"
  7. type = "string"
  8. }