add flatcar support for Hetzner (#9618)

This commit is contained in:
florianow
2022-12-28 03:17:28 +01:00
committed by GitHub
parent 90719a9990
commit 8267922a16
9 changed files with 346 additions and 3 deletions

View File

@@ -25,6 +25,12 @@ variable "ssh_public_keys" {
type = list(string)
}
variable "ssh_private_key_path" {
description = "Private SSH key which connect to the VMs."
type = string
default = "~/.ssh/id_rsa"
}
variable "ssh_whitelist" {
description = "List of IP ranges (CIDR) to whitelist for ssh"
type = list(string)