Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed May 1, 2024
1 parent d4289bc commit bcc83c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/india/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ module "analysis_dashboard" {
container-port = 8501
eb-app_name = "analysis-dashboard"
eb-instance_type = "t3.small"
s3_nwp_bucket = {
bucket_read_policy_arn = module.s3-nwp-bucket.read_policy_arn
}
s3_bucket = [
{ bucket_read_policy_arn = module.s3-nwp-bucket.read_policy_arn }
]
}

0 comments on commit bcc83c3

Please sign in to comment.