flatcar_user
This commit is contained in:
parent
2c9c74fda0
commit
f212084288
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ resource "hcloud_server" "master" {
|
|||
connection {
|
||||
host = self.ipv4_address
|
||||
timeout = "3m"
|
||||
user = ${var.user_flatcar}
|
||||
user = var.user_flatcar
|
||||
}
|
||||
|
||||
inline = [
|
||||
|
@ -114,7 +114,7 @@ resource "hcloud_server" "worker" {
|
|||
connection {
|
||||
host = self.ipv4_address
|
||||
timeout = "3m"
|
||||
user = ${var.user_flatcar}
|
||||
user = var.user_flatcar
|
||||
}
|
||||
|
||||
inline = [
|
||||
|
|
Loading…
Reference in a new issue