Skip to content

Commit 62e7cd5

Browse files
committed
fix
1 parent ddc1c8f commit 62e7cd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

terraform/india/development/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ module "analysis_dashboard" {
190190
container-tag = var.analysis_dashboard_version
191191
container-registry = "ghcr.io/openclimatefix"
192192
container-port-mappings = [
193-
{"host":"80", "container: "8501"},
193+
{"host":"80", "container": "8501"},
194194
]
195195
eb-app_name = "analysis-dashboard"
196196
eb-instance_type = "t3.small"

terraform/nowcasting/development/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ module "analysis_dashboard" {
186186
container-tag = var.internal_ui_version
187187
container-registry = "ghcr.io/openclimatefix"
188188
container-port-mappings = [
189-
{"host":"80", "container: "8501"},
189+
{"host":"80", "container": "8501"},
190190
]
191191
eb-app_name = "internal-ui"
192192
eb-instance_type = "t3.small"
@@ -311,8 +311,8 @@ module "data_platform_api" {
311311
eb-instance_type = "t3.micro"
312312
s3_bucket = []
313313
container-port-mappings = [
314-
{"host":"50051", "container: "50051"},
315-
{"host":"80", "container: "50051"},
314+
{"host":"50051", "container": "50051"},
315+
{"host":"80", "container": "50051"},
316316
]
317317
elbscheme="internal"
318318
elb_ports=["80","50051"]

0 commit comments

Comments
 (0)