Prevent secrets from being exposed

This commit is contained in:
Dennis Hoppe 2022-01-13 18:34:53 +01:00
parent edeec30811
commit 37d2178533
No known key found for this signature in database
GPG Key ID: F0DCF4EC6237CDD2

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" {