generated from CC/VMServiceTemplate
n8n ci/cd base
This commit is contained in:
@@ -32,10 +32,10 @@ output "vm_tag_data" {
|
|||||||
|
|
||||||
output "inventory_file" {
|
output "inventory_file" {
|
||||||
description = "Path to the generated Ansible inventory"
|
description = "Path to the generated Ansible inventory"
|
||||||
value = local_file.inventory.filename
|
value = module.inventory.filename
|
||||||
}
|
}
|
||||||
|
|
||||||
output "vm_data_file" {
|
output "vm_data_file" {
|
||||||
description = "Path to the generated VM data file"
|
description = "Path to the generated VM data file"
|
||||||
value = local_file.vm_data.filename
|
value = module.vm_data.filename
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user