Skip to content

Commit

Permalink
new pipeline (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-butcher authored May 17, 2024
1 parent b99855f commit f7893cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ module "pipeline" {
works = {
identified = "works_identified.2023-05-26"
merged = "works_merged.2023-05-26"
indexed = "works_indexed.2024-01-09"
indexed = "works_indexed.2024-04-30"
}
images = {
indexed = "images_indexed.2024-01-09"
works_analysis = "works_indexed.2024-01-09"
works_analysis = "works_indexed.2024-04-30"
}
}
allow_delete_indices = true

pipeline_date = local.pipeline_date
release_label = local.pipeline_date
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# Edits to this file may be reverted!

locals {
pipeline_date = "2024-05-08"
pipeline_date = "2024-05-13"
}

terraform {
backend "s3" {
role_arn = "arn:aws:iam::760097843905:role/platform-developer"

bucket = "wellcomecollection-platform-infra"
key = "terraform/catalogue-pipeline/pipeline/2024-05-08.tfstate"
key = "terraform/catalogue-pipeline/pipeline/2024-05-13.tfstate"
dynamodb_table = "terraform-locktable"
region = "eu-west-1"
}
Expand Down
File renamed without changes.

0 comments on commit f7893cc

Please sign in to comment.