generated from CC/VMServiceTemplate
ci/cd abs path
Some checks failed
Deploy VM and App / terraform-ansible-deploy (push) Failing after 8s
Some checks failed
Deploy VM and App / terraform-ansible-deploy (push) Failing after 8s
This commit is contained in:
@@ -30,13 +30,13 @@ output "vm_tag_data" {
|
||||
}
|
||||
}
|
||||
|
||||
module "inventory" {
|
||||
output "inventory" {
|
||||
source = "./modules/proxmox_ansible_inventory"
|
||||
filename = "${abspath("${path.root}/..")}/ansible/inventory/inventory.yml"
|
||||
instances = local.vm_created
|
||||
}
|
||||
|
||||
module "vm_data" {
|
||||
output "vm_data" {
|
||||
source = "./modules/proxmox_vm_data"
|
||||
filename = "${abspath("${path.root}/..")}/terraform/vm_data.yml"
|
||||
instances = local.vm_created
|
||||
|
||||
Reference in New Issue
Block a user