Add ssh-keys to hetzner-cloud
This commit is contained in:
10
variables.tf
10
variables.tf
@@ -1,4 +1,8 @@
|
||||
variable "hetzner_apitoken" {
|
||||
variable "hetzner_dns_apitoken" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "hetzner_cloud_apitoken" {
|
||||
type = string
|
||||
}
|
||||
|
||||
@@ -11,3 +15,7 @@ variable "sozpaedil_net_dkim" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "ssh_keys" {
|
||||
type = map(string)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user