tofu

Log | Files | Refs | README

variables.tf (193B)


      1 variable "hcloud_token" {
      2   sensitive = true
      3 }
      4 
      5 variable "ssh_key_name" {
      6   description = "Name of the SSH key registered in your Hetzner account"
      7 }
      8 
      9 variable "location" {
     10   default = "nbg1"
     11 }