Skip to content

Commit

Permalink
Generate events_archiver_keys for AWS curvenote
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Nov 19, 2023
1 parent 78aeaaa commit a0cbf5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/gcp/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider "google" {
locals {
gke_version = "1.23.16-gke.1400"
location = "us-central1" # for regional clusters
federation_members = ["gesis", "ovh"]
federation_members = ["gesis", "ovh", "curvenote"]
}

module "mybinder" {
Expand All @@ -26,7 +26,7 @@ module "mybinder" {

sql_tier = "db-n1-standard-1"

federation_members = ["gesis", "ovh"]
federation_members = local.federation_members
}

# define node pools here, too hard to encode with variables
Expand Down

0 comments on commit a0cbf5e

Please sign in to comment.