diff --git a/terraform.tf b/terraform.tf index 9a2ebfe..a3a8c60 100644 --- a/terraform.tf +++ b/terraform.tf @@ -21,8 +21,6 @@ provider "proxmox" { } variable "pm_api_url" {} -variable "pm_api_token_id" {} -variable "pm_api_token_secret" {} variable "dnsserver" {} variable "sshkeys" {} variable "pm_password" {}