Skip to content

Commit

Permalink
Update call to bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Nov 9, 2023
1 parent d10bb29 commit b24eff8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions terraform/nowcasting/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ module "nwp" {

s3-buckets = [
{
bucket_id: module.s3.s3-nwp-bucket.id
bucket_access_policy_arn: module.s3.iam-policy-s3-nwp-write.arn
id: module.s3.s3-nwp-bucket.id
access_policy_arn: module.s3.iam-policy-s3-nwp-write.arn
}
]

Expand Down Expand Up @@ -161,8 +161,8 @@ module "nwp-national" {

s3-buckets = [
{
bucket_id: module.s3.s3-nwp-bucket.id
bucket_access_policy_arn: module.s3.iam-policy-s3-nwp-write.arn
id: module.s3.s3-nwp-bucket.id
access_policy_arn: module.s3.iam-policy-s3-nwp-write.arn
}
]

Expand Down Expand Up @@ -199,8 +199,8 @@ module "nwp-ecmwf" {

s3-buckets = [
{
bucket_id: module.s3.s3-nwp-bucket.id
bucket_access_policy_arn: module.s3.iam-policy-s3-nwp-write.arn
id: module.s3.s3-nwp-bucket.id
access_policy_arn: module.s3.iam-policy-s3-nwp-write.arn
}
]

Expand Down

0 comments on commit b24eff8

Please sign in to comment.