From 09fd997d9c1afeeb7d8843a5c1bf09ac400062bc Mon Sep 17 00:00:00 2001 From: jasminSPC Date: Tue, 26 Sep 2017 12:54:54 +0200 Subject: [PATCH] Resolved the conficts and removed password default value --- modules/tectonic/variables.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/tectonic/variables.tf b/modules/tectonic/variables.tf index f6fd20b6fd..f5e72f3d62 100644 --- a/modules/tectonic/variables.tf +++ b/modules/tectonic/variables.tf @@ -63,7 +63,6 @@ variable "admin_email" { variable "admin_password" { description = "Password used to by the cluster admin to login to the Tectonic Console. Backslashes and double quotes must be escaped." type = "string" - default = "password" } variable "update_server" {