Mark admin_ip as sensitive
This commit is contained in:
@@ -35,4 +35,5 @@ variable "domain" {
|
|||||||
variable "admin_ip" {
|
variable "admin_ip" {
|
||||||
description = "Your public IP for SSH and git access (without /32)"
|
description = "Your public IP for SSH and git access (without /32)"
|
||||||
type = string
|
type = string
|
||||||
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user