File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed
terraform/india/development Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -6,22 +6,10 @@ variable region {
66
77variable 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-
2513variable version-india_api {
2614 type = string
2715 default = " 0.1.0"
You can’t perform that action at this time.
0 commit comments