diff --git a/terraform/environments/production/portal.tf b/terraform/environments/production/portal.tf index 0b2141c99..c4751a982 100644 --- a/terraform/environments/production/portal.tf +++ b/terraform/environments/production/portal.tf @@ -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) diff --git a/terraform/environments/staging/portal.tf b/terraform/environments/staging/portal.tf index ea8d3fca0..3b595b93e 100644 --- a/terraform/environments/staging/portal.tf +++ b/terraform/environments/staging/portal.tf @@ -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)