Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions terraform/nowcasting/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ module "airflow" {

# 4.1
module "analysis_dashboard" {
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/eb_app?ref=f16703d"
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/eb_app?ref=40d1beb"
domain = local.domain
aws-region = var.region
aws-environment = local.environment
Expand All @@ -179,7 +179,9 @@ module "analysis_dashboard" {
container-name = "analysis-dashboard"
container-tag = var.internal_ui_version
container-registry = "ghcr.io/openclimatefix"
container-port = 8501
container-port-mappings = [
{"host":"80", "container": "8501"},
]
eb-app_name = "internal-ui"
eb-instance_type = "t3.medium"
s3_bucket = [
Expand Down