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
commit c2dd8e0a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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