🔥: remove ovh related provider
Some checks failed
terraform-lint / terraform-lint (push) Failing after 2s

This commit is contained in:
VC
2025-04-09 08:44:30 +02:00
parent 2a3890c476
commit 0d56f2196d
6 changed files with 0 additions and 55 deletions

View File

@@ -4,10 +4,6 @@
# Proxmox related
export PROXMOX_VE_USERNAME=<user>
export PROXMOX_VE_PASSWORD=<password>
# OVH related
export OVH_APPLICATION_KEY=<application_key>
export OVH_APPLICATION_SECRET=<application_secret>
export OVH_CONSUMER_KEY=<consumer_key>
# Home related to store tfstate
export TF_VAR_HOME=${HOME}
```