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.

20 lines
361B

  1. variable "vm_hosts" {
  2. default = {
  3. "controller.testing.thengo.net" = {
  4. provider = "hetzner"
  5. groups = [ "controllers" ]
  6. #volumes = {
  7. # data = { size = 32 }
  8. #}
  9. }
  10. #"ns.testing.thengo.net" = { provider = "hetzner", groups = [ "nameservers" ] }
  11. }
  12. }
  13. variable "groups" {
  14. default = {
  15. reverse_proxies = {
  16. }
  17. }
  18. }