Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jan 3, 2025
1 parent 585dd43 commit 30375b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/nowcasting/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ module "gsp-consumer" {
values: ["DB_URL"]}
]
container-tag = var.gsp_version
container-name = "openclimatefix/pvlive"
container-name = "openclimatefix/pvliveconsumer"
container-registry = "docker.io"
container-command = []
}
Expand Down Expand Up @@ -397,7 +397,7 @@ module "gsp-consumer-day-after-gsp" {
values: ["DB_URL"]}
]
container-tag = var.gsp_version
container-name = "openclimatefix/pvlive"
container-name = "openclimatefix/pvliveconsumer"
container-registry = "docker.io"
container-command = []
}
Expand Down Expand Up @@ -432,7 +432,7 @@ module "gsp-consumer-day-after-national" {
values: ["DB_URL"]}
]
container-tag = var.gsp_version
container-name = "openclimatefix/pvlive"
container-name = "openclimatefix/pvliveconsumer"
container-registry = "docker.io"
container-command = []
}
Expand Down

0 comments on commit 30375b9

Please sign in to comment.