Skip to content

Commit

Permalink
Merge branch 'main' into liquibase-step-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble authored Jan 21, 2025
2 parents 76f1b21 + 6117b4c commit 31a4047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/terraform/modules/service/batch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ locals {
secrets = [
{
name = "DB_PASSWORD"
valueFrom = "arn:aws:secretsmanager:eu-west-1:${data.aws_caller_identity.current.account_id}:secret:${var.batch.api_secret_file}:olcs_api_rds_password"
valueFrom = "${var.batch.api_secret_file}:olcs_api_rds_password::"
},
]
}
Expand Down Expand Up @@ -87,7 +87,7 @@ locals {
secrets = [
{
name = "DB_PASSWORD"
valueFrom = "${var.batch.api_secret_file}:olcs_api_rds_password"
valueFrom = "${var.batch.api_secret_file}:olcs_api_rds_password::"
},
]
}
Expand Down

0 comments on commit 31a4047

Please sign in to comment.