Skip to main content TIL of Raimbek

Posts on Go

  1. Terraform Provider Development Experience

    Developing your own Terraform provider might be required when you have internal services and those services plus your Terraform modules are used by many teams. In such cases, having your own provider and distributing it makes Terraform code cleaner and allows you to avoid glue shell scripts.

    I developed a few providers for our internal services. Below I want to list points that were interesting for me, or things I missed initially.