We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c510501 + 2a5146d commit f9b6c1cCopy full SHA for f9b6c1c
1 file changed
spartan/terraform/deploy-rpc/environments/mainnet/main.tf
@@ -107,6 +107,11 @@ module "environment" {
107
gcp_secret_manager_secret_name = "mainnet-rpc-consumer-client4"
108
rate_limit_minute = 0
109
}
110
+ client5 = {
111
+ username = "mainnet-rpc-consumer-client5"
112
+ gcp_secret_manager_secret_name = "mainnet-rpc-consumer-client5"
113
+ rate_limit_minute = 0
114
+ }
115
116
117
IRM_METRICS_ENABLED = true
0 commit comments