You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
153 B

  1. variable "cluster_name" {
  2. type = string
  3. default = "minimal"
  4. }
  5. variable "dns_servers" {
  6. type = list(string)
  7. default = ["192.168.76.253"]
  8. }