Skip to content

Commit d3a3222

Browse files
chore: add icechunk S3 bucket variables for satellite data (#1005)
* chore: add icechunk S3 bucket variables for satellite data * chore: update icechunk S3 bucket configuration and remove unused variables
1 parent 142d93c commit d3a3222

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

terraform/nowcasting/development/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ module "uk-national-quartz-api" {
106106
{ "name" : "AUTH0_CLIENT_ID", "value": var.auth_client_id},
107107
{ "name" : "APITALLY_CLIENT_ID", "value" : var.apitally_client_id},
108108
{ "name" : "HISTORIC_SAT_S3_BUCKET", "value" : var.historic_sat_s3_bucket },
109+
{ "name" : "ICECHUNK_S3_BUCKET", "value" : module.s3.s3-sat-bucket.id },
110+
{ "name" : "ICECHUNK_S3_PREFIX", "value" : "odegree_v1/data/odegree_uk3000m.icechunk" },
111+
{ "name" : "AWS_DEFAULT_REGION", "value" : var.region },
109112
# legacy, we shouldnt need this in the future,
110113
# but we need this for status in the mean time
111114
{ "name" : "DB_URL", "value" : module.database.forecast-database-secret-url },

terraform/nowcasting/development/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@ variable "historic_sat_s3_bucket" {
120120
description = "S3 bucket for historic satellite GeoTIFFs"
121121
default = "historical-cloud-data-geotiff"
122122
}
123+

0 commit comments

Comments
 (0)