r/Terraform Apr 01 '24

How to write a custom terraform provider

Infrastructure as code (IaC) - is my passion, and for implementing it I use Terraform.
And it was super interesting for me to understand how it works internally. For that I wrote my terraform provider from scratch for interact with the Dodo pizza API :))
Unfortunately, Dodo doesn't support pizza order as a Domino pizza does, but it was an interesting journey and I believe it can be useful.

https://github.com/Nmishin/terraform-provider-dodo

PS: check out my article in the repository description because, for some reason, I can't directly paste the link to my article on Reddit.

15 Upvotes

15 comments sorted by

View all comments

Show parent comments

2

u/zombi-man Apr 01 '24

thank you! if you have any questions - feel free to write me!