Add working provisioning and configuration for MS SQL data warehouse
This commit is contained in:
19
provisioning/SMSSQLDW1P/outputs.tf
Normal file
19
provisioning/SMSSQLDW1P/outputs.tf
Normal file
@@ -0,0 +1,19 @@
|
||||
output "vm_id" {
|
||||
description = "The Proxmox VM ID"
|
||||
value = module.vm.vm_id
|
||||
}
|
||||
|
||||
output "name" {
|
||||
description = "The VM hostname"
|
||||
value = module.vm.name
|
||||
}
|
||||
|
||||
output "ipv4_addresses" {
|
||||
description = "IPv4 addresses reported by the QEMU agent"
|
||||
value = module.vm.ipv4_addresses
|
||||
}
|
||||
|
||||
output "mac_addresses" {
|
||||
description = "MAC addresses of the VM's network interfaces"
|
||||
value = module.vm.mac_addresses
|
||||
}
|
||||
Reference in New Issue
Block a user