Skip to content

Commit

Permalink
change libvirt_pool_main_id to name
Browse files Browse the repository at this point in the history
  • Loading branch information
liyihuang committed Jul 25, 2024
1 parent a2fabb2 commit 3df6cae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ output "libvirt_private_network_id" {
}


output "libvirt_pool_main_id" {
description = "libvirt_pool_main_id"
value = libvirt_pool.main.id
output "libvirt_pool_main_name" {
description = "libvirt_pool_main_name"
value = libvirt_pool.main.name

}

0 comments on commit 3df6cae

Please sign in to comment.