flatcar_user
This commit is contained in:
parent
2505c4557b
commit
2c9c74fda0
2 changed files with 2 additions and 1 deletions
|
@ -146,6 +146,7 @@ data "template_file" "machine-configs" {
|
||||||
|
|
||||||
vars = {
|
vars = {
|
||||||
ssh_keys = jsonencode(var.ssh_public_keys)
|
ssh_keys = jsonencode(var.ssh_public_keys)
|
||||||
|
user_flatcar = jsonencode(var.user_flatcar)
|
||||||
name = each.key
|
name = each.key
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,7 @@ variable "ssh_public_keys" {
|
||||||
type = list(string)
|
type = list(string)
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "ssh_public_keys" {
|
variable "ssh_private_key_path" {
|
||||||
type = string
|
type = string
|
||||||
default = "~/.ssh/id_rsa"
|
default = "~/.ssh/id_rsa"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue