Skip to content

Commit

Permalink
fix secret
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 14, 2024
1 parent bf6726d commit bfbda6b
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 @@ -823,7 +823,7 @@ source = "../../modules/services/ecs_task"
]

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"]
}
]
Expand Down

0 comments on commit bfbda6b

Please sign in to comment.