Added output of values
This commit is contained in:
parent
19d21ddcfa
commit
33a101cd1d
@ -1,5 +1,13 @@
|
|||||||
output "lab_id" {
|
output "resource_group_name" {
|
||||||
value = azurerm_dev_test_lab.lab.id
|
value = azurerm_resource_group.rg.name
|
||||||
|
}
|
||||||
|
|
||||||
|
output "lab_name" {
|
||||||
|
value = azurerm_dev_test_lab.lab.name
|
||||||
|
}
|
||||||
|
|
||||||
|
output "vm_name" {
|
||||||
|
value = azurerm_dev_test_windows_virtual_machine.vm.name
|
||||||
}
|
}
|
||||||
|
|
||||||
output "password" {
|
output "password" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user