Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions terraform/nowcasting/production/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module "database" {

# 1.1
module "uk-national-quartz-api" {
source = "../../modules/services/eb_app"
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/eb_app?ref=742b07c"
domain = local.domain
aws-region = var.region
aws-environment = local.environment
Expand Down Expand Up @@ -245,7 +245,7 @@ module "pvsite_ml_bucket" {

# 6.0 Data Platform - Database
module "data_platform_database" {
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/storage/postgres?ref=23f3802"
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/storage/postgres?ref=742b07c"
region = var.region
environment = local.environment
db_subnet_group_name = module.networking.private_subnet_group_name
Expand Down Expand Up @@ -286,7 +286,7 @@ module "data_platform_api" {

# 7.0 Primaries API
module "uk-primaries-quartz-api" {
source = "../../modules/services/eb_app"
source = "github.com/openclimatefix/ocf-infrastructure//terraform/modules/services/eb_app?ref=742b07c"
domain = local.domain
aws-region = var.region
aws-environment = local.environment
Expand Down