Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Oct 30, 2024
1 parent fc8061c commit 27fbae8
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 @@ -351,7 +351,7 @@ module "pv" {
container-secret_vars = [
{secret_policy_arn: module.pvsite_database.secret.arn,
values: ["DB_URL"]},
{secret_policy_arn: module.aws_secretsmanager_secret.pv_consumer_secret.arn,
{secret_policy_arn: module.pv_consumer_secret.arn,
values: ["SS_USER_ID", "SS_KEY", "SS_URL"]}
]
container-tag = var.pv_ss_version
Expand Down

0 comments on commit 27fbae8

Please sign in to comment.