All changes?
This commit is contained in:
@@ -19,3 +19,9 @@ variable "proxmox_api_token_secret" {
|
|||||||
type = string
|
type = string
|
||||||
sensitive = true
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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