File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
terraform/nowcasting/development Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ module "data_platform_api" {
321321
322322
323323# 9.0 Primaries API
324- module "quartz-api-primaries " {
324+ module "quartz-api" {
325325 source = " ../../modules/services/eb_app"
326326 domain = local. domain
327327 aws-region = var. region
@@ -342,8 +342,8 @@ module "quartz-api-primaries" {
342342 { " name" : " DATA_PLATFORM_PORT" , " value" : " 50051" },
343343 ]
344344 container-name = " quartz-api"
345- container-tag = var. version-primaries- api
345+ container-tag = var. version-api
346346 container-registry = " ghcr.io/openclimatefix"
347- eb-app_name = " quartz-api-primaries "
347+ eb-app_name = " quartz-api"
348348 s3_bucket = []
349349}
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ variable "data_platform_api_version" {
8888 default = " update-build-location"
8989}
9090
91- variable "version-primaries- api" {
91+ variable "version-api" {
9292 type = string
9393 description = " Docker verions for the data primaries api"
9494 default = " 0.3.4"
You can’t perform that action at this time.
0 commit comments