We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efc8de commit 2379777Copy full SHA for 2379777
1 file changed
spartan/terraform/deploy-aztec-infra/main.tf
@@ -198,6 +198,7 @@ locals {
198
"node.env.AWS_ACCESS_KEY_ID" = var.R2_ACCESS_KEY_ID
199
"node.env.AWS_SECRET_ACCESS_KEY" = var.R2_SECRET_ACCESS_KEY
200
}
201
+ boot_node_host_path = "node.env.BOOT_NODE_HOST"
202
bootstrap_nodes_path = "node.env.BOOTSTRAP_NODES"
203
wait = true
204
0 commit comments