Skip to content

Commit 4fea8aa

Browse files
committed
move all nwp version to version-nwp
1 parent 082b50e commit 4fea8aa

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

terraform/india/development/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ module "nwp_consumer_ecmwf_live_ecs_task" {
162162
{secret_policy_arn:aws_secretsmanager_secret.nwp_consumer_secret.arn,
163163
values: ["ECMWF_REALTIME_S3_ACCESS_KEY", "ECMWF_REALTIME_S3_ACCESS_SECRET"]
164164
}]
165-
container-tag = var.version-nwp-ecmwf
165+
container-tag = var.version-nwp
166166
container-name = "openclimatefix/nwp-consumer"
167167
container-command = [
168168
"consume"
@@ -203,7 +203,7 @@ module "nwp_consumer_gfs_live_ecs_task" {
203203
{ "name" : "ENVIRONMENT", "value" : local.environment },
204204
]
205205
container-secret_vars = []
206-
container-tag = var.version-nwp-gfs
206+
container-tag = var.version-nwp
207207
container-name = "openclimatefix/nwp-consumer"
208208
container-command = [
209209
"consume"
@@ -246,7 +246,7 @@ module "nwp-consumer-metoffice-live-ecs-task" {
246246
values: ["METOFFICE_API_KEY"],
247247
}
248248
]
249-
container-tag = "devsjc-major-refactor"
249+
container-tag = "var.version-nwp"
250250
container-name = "openclimatefix/nwp-consumer"
251251
container-command = ["consume"]
252252
}

terraform/india/development/variables.tf

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,10 @@ variable region {
66

77
variable version-nwp {
88
type = string
9-
default = "0.5.1"
9+
default = "1.0.12"
1010
description = "Container image tag of the NWP consumer to use: openclimatefix/nwp-consumer"
1111
}
1212

13-
variable version-nwp-ecmwf {
14-
type = string
15-
default = "1.0.9"
16-
description = "Container image tag of the NWP consumer to use for ECMWF: openclimatefix/nwp-consumer"
17-
}
18-
19-
variable version-nwp-gfs {
20-
type = string
21-
default = "1.0.10"
22-
description = "Container image tag of the NWP consumer to use for GFS: openclimatefix/nwp-consumer"
23-
}
24-
2513
variable version-india_api {
2614
type = string
2715
default = "0.1.0"

0 commit comments

Comments
 (0)