File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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" ]
You can’t perform that action at this time.
0 commit comments