updated outputs

This commit is contained in:
sam
2025-11-07 21:53:09 +00:00
parent 5d09f36744
commit 6c6eb8e161
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
output "my_ip" { output "my_ip" {
value = local.my_ip value = local.my_ip
}
output "vm_public_ip" {
value = module.compute.vm_public_ip.ip_address
} }
+3 -1
View File
@@ -1 +1,3 @@
output "vm_public_ip" { value = azurerm_public_ip.vm_public.ip_address } output "vm_public_ip" {
value = azurerm_public_ip.vm_public
}