Format terrsform again
This commit is contained in:
parent
2471b4f843
commit
29aee58a2e
@ -1,7 +1,7 @@
|
|||||||
resource "local_file" "hosts" {
|
resource "local_file" "hosts" {
|
||||||
content = yamlencode({
|
content = yamlencode({
|
||||||
hosts: {
|
hosts : {
|
||||||
casey_ip: vultr_server.casey.main_ip
|
casey_ip : vultr_server.casey.main_ip
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
filename = "${path.module}/../ansible/group_vars/all/hosts.yml"
|
filename = "${path.module}/../ansible/group_vars/all/hosts.yml"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user