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.
1 parent 3698c0c commit ff701e0Copy full SHA for ff701e0
main.tf
@@ -13,7 +13,7 @@ module "cluster_nodes" {
13
node_ip = each.value.node_ip
14
node_key_name = var.node_key_name
15
node_subnet_id = each.value.node_subnet_id
16
- node_files_toupload = lookup(local.node_id_to_node_files_map, each.key).node_files_toupload
+ node_files_toupload = local.node_id_to_node_files_map[each.key].node_files_toupload
17
node_config_script = var.node_config_script
18
security_groups = var.security_groups
19
node_image = each.value.node_image != null ? each.value.node_image : var.node_image
0 commit comments