Add grimes to context vars

This commit is contained in:
Jake Howard 2025-06-27 22:12:45 +01:00
parent 695636582a
commit f6649c8559
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ resource "local_file" "hosts" {
private_ipv6_marker : local.private_ipv6_marker,
private_ipv6_range : local.private_ipv6_range,
walker_ip : hcloud_server.walker.ipv4_address,
grimes_ip : hcloud_server.grimes.ipv4_address,
}
})
filename = "${path.module}/../ansible/group_vars/all/vps-hosts.yml"