Skip to content

Commit 2379777

Browse files
authored
chore: fix tf paths (#17719)
Fixes a missing tf map field
1 parent 6efc8de commit 2379777

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • spartan/terraform/deploy-aztec-infra

spartan/terraform/deploy-aztec-infra/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ locals {
198198
"node.env.AWS_ACCESS_KEY_ID" = var.R2_ACCESS_KEY_ID
199199
"node.env.AWS_SECRET_ACCESS_KEY" = var.R2_SECRET_ACCESS_KEY
200200
}
201+
boot_node_host_path = "node.env.BOOT_NODE_HOST"
201202
bootstrap_nodes_path = "node.env.BOOTSTRAP_NODES"
202203
wait = true
203204
}

0 commit comments

Comments
 (0)