Skip to content

Commit 869ec0b

Browse files
committed
rename
1 parent e919ee1 commit 869ec0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

terraform/nowcasting/development/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

terraform/nowcasting/development/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)