remove grafana pass var repeat

This commit is contained in:
Jane Quintero 2021-03-24 11:23:07 -07:00 committed by Russell Jones
parent 462451be81
commit cf67811a49

View file

@ -34,7 +34,6 @@ TF_VAR_s3_bucket_name ?=
TF_VAR_email ?=
# Setup grafana password for "admin" user. Grafana will be served on https://cluster.example.com:8443 after install
export TF_VAR_grafana_pass="CHANGE_THIS_VALUE"
TF_VAR_grafana_pass ?=
# (optional) Set to true to use ACM (Amazon Certificate Manager) to provision certificates rather than Letsencrypt