Improve visualize.py to include provider

This commit is contained in:
Tobias Reisinger 2024-10-14 22:53:08 +02:00
parent 20bb2c8fd7
commit b5ddefbd90
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 22 additions and 19 deletions
modules/infrastructure

View file

@ -3,6 +3,7 @@ output "hosts" {
for key, host in var.hosts :
key => {
"hostname" = host.hostname
"provider" = host.provider
"fqdn" = "${host.hostname}.serguzim.net"
"fqdn_vpn" = "${host.hostname}.vpn.serguzim.net"
"ipv4_address" = try(