Update terraform/providers.tf
This commit is contained in:
@@ -9,7 +9,7 @@ terraform {
|
||||
|
||||
provider "proxmox" {
|
||||
pm_api_url = "https://192.168.178.8:8006/api2/json"
|
||||
pm_api_token_id = "terraform@pve!terrform"
|
||||
pm_api_token_id = "terraform@pve!test"
|
||||
pm_api_token_secret = var.proxmox_token_secret
|
||||
pm_tls_insecure = true
|
||||
}
|
||||
Reference in New Issue
Block a user