Skip to content

Commit

Permalink
fix site secret (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield authored Nov 14, 2024
1 parent 6fef852 commit 553f413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/nowcasting/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ module "pvsite_database_clean_up" {
{ "name" : "SAVE_DIR", "value" : "s3://${module.pvsite_ml_bucket.bucket_id}/database" },
]
container-secret_vars = [
{secret_policy_arn: module.pvsite_database.secret-policy.arn,
{secret_policy_arn: module.pvsite_database.secret.arn,
values: ["OCF_PV_DB_URL"]}
]
container-tag = var.database_cleanup_version
Expand Down

0 comments on commit 553f413

Please sign in to comment.