Skip to content

Commit

Permalink
realign comment
Browse files Browse the repository at this point in the history
  • Loading branch information
C Cheng committed Jun 24, 2024
1 parent 8a19384 commit 9156fb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/app/app-config/env-config/environment-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ locals {
# secret_store_name = "/${var.app_name}-${var.environment}/random-secret"
# }

# Example secret that references a manually created secret
OPENAI_API_KEY = {
manage_method = "manual"
secret_store_name = "/${var.app_name}-${var.environment}/OPENAI_API_KEY"
Expand All @@ -34,6 +33,8 @@ locals {
manage_method = "manual"
secret_store_name = "/${var.app_name}-${var.environment}/LITERAL_API_KEY"
}

# Example secret that references a manually created secret
# SECRET_SAUCE = {
# manage_method = "manual"
# secret_store_name = "/${var.app_name}-${var.environment}/secret-sauce"
Expand Down

0 comments on commit 9156fb6

Please sign in to comment.