Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Resolved the conficts and removed password default value
Browse files Browse the repository at this point in the history
  • Loading branch information
jasminSPC committed Sep 26, 2017
1 parent f979f04 commit 09fd997
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/tectonic/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 09fd997

Please sign in to comment.