Skip to content

Commit

Permalink
Add public LAN id as output
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpovel committed Oct 10, 2024
1 parent 68bb2ad commit d4d6ceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/ionos-ha-vms/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ output "ha_internal_lan_id" {
value = ionoscloud_lan.lan_internal.id
}

output "ha_public_lan_id" {
value = ionoscloud_lan.lan_public.id
}

output "ha_dns_name" {
value = opentelekomcloud_dns_recordset_v2.a_records.name
}
Expand Down

0 comments on commit d4d6ceb

Please sign in to comment.