Blog by Corentin


terraform

How we made a Terraform provider for Home Assistant

How we made a Terraform provider for Home Assistant

I know I’m really late to post about this but in December 2021 with my friends Eléonore & Cyril we decided to participate in a hackathon by Hashicorp. The goal was pretty simple, build something in the “holidays mood” with their products.

How to load data from S3 in Aurora MySQL DB using Terraform?

How to load data from S3 in Aurora MySQL DB using Terraform?

At work, I needed to import lot of data in a MySQL database, instead of importing from a VPS or a local machine I decided to use S3 storage (that is also way cheaper to keep temporary data).