output name and id to file
This commit is contained in:
@@ -5,6 +5,9 @@ terraform {
|
||||
proxmox = {
|
||||
source = "telmate/proxmox"
|
||||
}
|
||||
ansible = {
|
||||
source = "ansible/ansible"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +27,4 @@ provider "proxmox" {
|
||||
pm_api_url = var.proxmox_api_url
|
||||
pm_api_token_id = var.proxmox_api_token_id
|
||||
pm_api_token_secret = var.proxmox_api_token_secret
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user