Skip to content

Commit

Permalink
fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Oct 10, 2024
1 parent 303dfe6 commit bb78f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/api/service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module "service" {
}
} : null

extra_environment_variables = local.service_config.extra_environment_variables
extra_environment_variables = merge(local.service_config.extra_environment_variables, { "ENVIRONMENT" : var.environment_name })

secrets = concat(
[for secret_name in keys(local.service_config.secrets) : {
Expand Down

0 comments on commit bb78f2e

Please sign in to comment.