Some checks reported errors
continuous-integration/drone/push Build encountered an error
19 lines
286 B
HCL
19 lines
286 B
HCL
output "macaddress" {
|
|
value = macaddress.this.address
|
|
}
|
|
|
|
output "_pool" {
|
|
value = var.create_root_storage_pool ? libvirt_pool.this : null
|
|
}
|
|
|
|
output "_disk" {
|
|
value = libvirt_volume.this
|
|
}
|
|
|
|
output "_domain" {
|
|
value = libvirt_domain.this
|
|
}
|
|
|
|
output "ipam" {
|
|
value = module.ipam
|
|
} |