Skip to content

Commit

Permalink
update outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
umeshkumhar committed Feb 13, 2024
1 parent 5e891bb commit b81144b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/gcve-private-cloud/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ output "state" {
description = "Details about the state of the private cloud"
value = google_vmwareengine_private_cloud.gcve_tf_pc.state
}

output "network" {
description = "Details about the vmware engine network"
value = google_vmwareengine_network.vmware_engine_network.id
}

0 comments on commit b81144b

Please sign in to comment.