This is work in progress, if you want to check it out do the following:
- Install cdktf and terraform from Hashicorp: https://developer.hashicorp.com/terraform/tutorials/cdktf/cdktf-install
- Check out the repo and npm install
- You need a Scaleway account and an API Key. Create one
- Find the env.json.change-me file, update it with your Scaleway credentials and your Scaleway Project ID. You can find the Project ID in your Scaleway "Project Dashboard" under "Settings"
- Rename the file to env.json
- Execute:
npm run get
npm run synth
npm run deploy