mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - fix tf variable sent to template file
This commit is contained in:
parent
ddf74c6401
commit
bc6f728644
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ resource "scaleway_instance_server" "instances" {
|
|||
resource "local_sensitive_file" "ansible_inventory" {
|
||||
content = templatefile("templates/swarm_inventory.tftpl", {
|
||||
public_ips = var.swarm_ips
|
||||
local_ips = scaleway_instance_server.instances.*.private_ip
|
||||
local_ips = scaleway_instance_server.instances.private_ip
|
||||
})
|
||||
filename = "/tmp/swarm_inventory"
|
||||
}
|
||||
Loading…
Reference in a new issue