Improve visualize.py to include provider
This commit is contained in:
parent
20bb2c8fd7
commit
b5ddefbd90
2 changed files with 22 additions and 19 deletions
modules/infrastructure
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue