diff --git a/terraform/terraform.tfvars.example b/terraform/terraform.tfvars.example index 04d0dcc..7b80187 100644 --- a/terraform/terraform.tfvars.example +++ b/terraform/terraform.tfvars.example @@ -2,7 +2,7 @@ # Proxmox Configuration proxmox_api_url = "https://192.168.100.10:8006/api2/json" -proxmox_token_id = "root@pam!terraform" +proxmox_token_id = "root@pam!opentofu" proxmox_token_secret = "your-proxmox-token-secret" proxmox_tls_insecure = true