Skip to content

Commit

Permalink
update dashboard, access to nwp and satellite
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed May 15, 2024
1 parent f16703d commit 42a261f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform/nowcasting/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ module "forecast_pvnet" {

# 5.1
module "analysis_dashboard" {
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/eb_app?ref=6e24edf"
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/eb_app?ref=537020d"
domain = local.domain
aws-region = var.region
aws-environment = local.environment
Expand All @@ -368,6 +368,10 @@ module "analysis_dashboard" {
container-port = 8501
eb-app_name = "internal-ui"
eb-instance_type = "t3.small"
s3_bucket = [
{ bucket_read_policy_arn = module.s3.iam-policy-s3-nwp-read.arn },
{ bucket_read_policy_arn = module.s3.iam-policy-s3-sat-read.arn }
]
}

# 4.5
Expand Down

0 comments on commit 42a261f

Please sign in to comment.