Merge pull request #19 from dhoppe/fix_secrets

Prevent secrets from being exposed
This commit is contained in:
Karim Naufal
2022-01-13 20:27:36 +00:00
committed by GitHub

View File

@@ -1,6 +1,7 @@
variable "hcloud_token" {
description = "Hetzner API tokey"
description = "Hetzner Cloud API Token"
type = string
sensitive = true
}
variable "public_key" {