Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 11, 2024
1 parent 1b84aad commit 6a0facc
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 @@ -801,7 +801,7 @@ source = "../../modules/services/ecs_task"
access_policy_arn : module.s3.iam-policy-s3-nwp-read.arn
},
{
id : module.pvsite_ml_bucket.id,
id : module.pvsite_ml_bucket.bucket_id,
access_policy_arn : module.pvsite_ml_bucket.read_policy_arn
}
]
Expand Down

0 comments on commit 6a0facc

Please sign in to comment.