Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed May 13, 2024
1 parent 65be288 commit a47fad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/india/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ module "analysis_dashboard" {
eb-app_name = "analysis-dashboard"
eb-instance_type = "t3.small"
s3_bucket = [
{ bucket_read_policy_arn = module.s3-nwp-bucket.read_policy_arn }
{ bucket_read_policy_arn = module.s3-nwp-bucket.read_policy_arn },
]
}

Expand Down

0 comments on commit a47fad1

Please sign in to comment.