switch provider to bpg -test
This commit is contained in:
16
provider.tf
16
provider.tf
@@ -8,8 +8,8 @@ terraform {
|
||||
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "Telmate/proxmox"
|
||||
version = "3.0.1-rc4"
|
||||
source = "bpg/proxmox"
|
||||
version = "0.77.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -28,11 +28,15 @@ variable "proxmox_api_token_secret" {
|
||||
|
||||
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
|
||||
#pm_api_url = var.proxmox_api_url
|
||||
endpoint = var.proxmox_api_url
|
||||
#pm_api_token_id = var.proxmox_api_token_id
|
||||
api_token = var.proxmox_api_token_id
|
||||
#
|
||||
#pm_api_token_secret = var.proxmox_api_token_secret
|
||||
|
||||
# (Optional) Skip TLS Verification
|
||||
pm_tls_insecure = true
|
||||
#pm_tls_insecure = true
|
||||
insecure = true
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user