Prevent secrets from being exposed
This commit is contained in:
parent
edeec30811
commit
37d2178533
@ -1,6 +1,7 @@
|
|||||||
variable "hcloud_token" {
|
variable "hcloud_token" {
|
||||||
description = "Hetzner API tokey"
|
description = "Hetzner Cloud API Token"
|
||||||
type = string
|
type = string
|
||||||
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "public_key" {
|
variable "public_key" {
|
||||||
|
Loading…
Reference in New Issue
Block a user