Add first module : Gitea app
This commit is contained in:
7
modules/vm/outputs.tf
Normal file
7
modules/vm/outputs.tf
Normal file
@@ -0,0 +1,7 @@
|
||||
output "vm_name" {
|
||||
value = proxmox_virtual_environment_vm.vm.name
|
||||
}
|
||||
|
||||
output "vm_id" {
|
||||
value = proxmox_virtual_environment_vm.vm.vm_id
|
||||
}
|
||||
Reference in New Issue
Block a user