diff --git a/terraform/variables.tf b/terraform/variables.tf index 5f4d139..eab2c1d 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -35,4 +35,5 @@ variable "domain" { variable "admin_ip" { description = "Your public IP for SSH and git access (without /32)" type = string + sensitive = true }