Skip to content

Commit f9b6c1c

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/spartan
2 parents c510501 + 2a5146d commit f9b6c1c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • spartan/terraform/deploy-rpc/environments/mainnet

spartan/terraform/deploy-rpc/environments/mainnet/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ module "environment" {
107107
gcp_secret_manager_secret_name = "mainnet-rpc-consumer-client4"
108108
rate_limit_minute = 0
109109
}
110+
client5 = {
111+
username = "mainnet-rpc-consumer-client5"
112+
gcp_secret_manager_secret_name = "mainnet-rpc-consumer-client5"
113+
rate_limit_minute = 0
114+
}
110115
}
111116

112117
IRM_METRICS_ENABLED = true

0 commit comments

Comments
 (0)