mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
This is a duplicate var that is replaced with the base64 version just below it. Co-authored-by: FTB_lag <tabolskyy.git@gmail.com>
This commit is contained in:
@@ -230,10 +230,6 @@ locals {
|
||||
value = google_sql_user.firezone.password
|
||||
},
|
||||
# Secrets
|
||||
{
|
||||
name = "SECRET_KEY_BASE"
|
||||
value = random_password.secret_key_base.result
|
||||
},
|
||||
{
|
||||
name = "TOKENS_KEY_BASE"
|
||||
value = base64encode(random_password.tokens_key_base.result)
|
||||
|
||||
@@ -203,10 +203,6 @@ locals {
|
||||
value = google_sql_user.web.password
|
||||
},
|
||||
# Secrets
|
||||
{
|
||||
name = "SECRET_KEY_BASE"
|
||||
value = random_password.secret_key_base.result
|
||||
},
|
||||
{
|
||||
name = "TOKENS_KEY_BASE"
|
||||
value = base64encode(random_password.tokens_key_base.result)
|
||||
|
||||
Reference in New Issue
Block a user