Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 575 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 575 Bytes

☕ dns

validate

📖 Build and run

You only need the following requirements:

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.