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 {
|
connection {
|
||||||
host = self.ipv4_address
|
host = self.ipv4_address
|
||||||
timeout = "3m"
|
timeout = "3m"
|
||||||
user = ${var.user_flatcar}
|
user = var.user_flatcar
|
||||||
}
|
}
|
||||||
|
|
||||||
inline = [
|
inline = [
|
||||||
|
@ -114,7 +114,7 @@ resource "hcloud_server" "worker" {
|
||||||
connection {
|
connection {
|
||||||
host = self.ipv4_address
|
host = self.ipv4_address
|
||||||
timeout = "3m"
|
timeout = "3m"
|
||||||
user = ${var.user_flatcar}
|
user = var.user_flatcar
|
||||||
}
|
}
|
||||||
|
|
||||||
inline = [
|
inline = [
|
||||||
|
|
Loading…
Reference in a new issue