You only need the following requirements:
- Terraform 1.4.6+
Before operating with Terraform, the OVH provider requires the following environment variables, you can create a sh file like this:
cat <<EOF > .ovhrc
#!/bin/sh
export OVH_ENDPOINT=""
export OVH_APPLICATION_KEY=""
export OVH_APPLICATION_SECRET=""
export OVH_CONSUMER_KEY=""
EOF
source .ovhrc
Now you can use the Terraform project.