Updated terraform configurations
This commit is contained in:
@@ -4,8 +4,8 @@ provider "proxmox" {
|
||||
endpoint = var.proxmox_endpoint
|
||||
insecure = var.proxmox_insecure
|
||||
|
||||
username = var.proxmox_username
|
||||
password = var.proxmox_password
|
||||
# username = var.proxmox_username
|
||||
# password = var.proxmox_password
|
||||
|
||||
api_token = var.proxmox_api_token
|
||||
api_token = "${var.proxmox_api_token_id}=${var.proxmox_api_token_secret}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user