fix typo in variable name

This commit is contained in:
Philippe Caseiro 2023-08-03 14:26:39 +02:00
parent 634deaf92e
commit 27cecd0f94
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ data "ct_config" "install" {
baseurl_flag = var.cached_install ? "-b ${var.matchbox_http_endpoint}/assets/flatcar" : ""
})
strict = true
install_snippets = lookup(var.install_snippets, var.controllers.*.name[count.index], [])
snippets = lookup(var.install_snippets, var.controllers.*.name[count.index], [])
}
# Match each controller by MAC