fix terraform main 3
This commit is contained in:
parent
fa6efa1eb4
commit
c673d3fa73
2
main.tf
2
main.tf
@ -24,7 +24,7 @@ resource "hcloud_server" "ubuntu_server" {
|
|||||||
network_id = hcloud_network.network.id
|
network_id = hcloud_network.network.id
|
||||||
}
|
}
|
||||||
|
|
||||||
user_data = file("cloud-init-server")
|
user_data = file("cloud-init-sv")
|
||||||
|
|
||||||
depends_on = [
|
depends_on = [
|
||||||
hcloud_server.ubuntu_mysql
|
hcloud_server.ubuntu_mysql
|
||||||
|
Loading…
Reference in New Issue
Block a user