Mark admin_ip as sensitive

This commit is contained in:
Ryan Moon
2026-03-31 20:18:18 -05:00
parent 7eb51120f2
commit 3e055e2c6a

View File

@@ -35,4 +35,5 @@ variable "domain" {
variable "admin_ip" {
description = "Your public IP for SSH and git access (without /32)"
type = string
sensitive = true
}