sre-france / meetups

CFP and Slides from past meetups
6 stars 8 forks source link

Improving the Terraform experience with simple CLIs #87

Closed busser closed 1 year ago

busser commented 1 year ago

author name: Arthur Busser (@ArthurBusser)

author bio: Arthur is a Site Reliability Engineer based in Paris, France. He works on Pigment: a cloud-native, data-intensive, and global application. He likes to build tools that make engineers more productive and believes in keeping things simple.

expected time :

language:

this talk can be done:

abstract: Terraform is the go-to infrastructure-as-code tool for many organisations, but using it at scale can be painful. Thankfully, you can easily write command-line tools to improve the Terraform experience for your organisation. In this talk, I will share the core libraries you can use to build a tool that integrates well with Terraform, as well as two concrete use-cases: refactoring with tfautomv and codebase exploration with tftree.