initial template
This commit is contained in:
11
terraform/output.tf
Normal file
11
terraform/output.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
output "vm_name" {
|
||||
value = var.vm_name
|
||||
}
|
||||
|
||||
output "vm_ipv4_address" {
|
||||
value = module.vm.vm_ipv4_address
|
||||
}
|
||||
|
||||
output "vm_tags" {
|
||||
value = local.all_tags
|
||||
}
|
||||
Reference in New Issue
Block a user