Skip to content

Instantly share code, notes, and snippets.

View DanielChalk's full-sized avatar

Daniel Chalk DanielChalk

View GitHub Profile
@DanielChalk
DanielChalk / README.md
Last active January 27, 2020 12:39
A possible API for a Terraform provider that wraps Terraform.

Wrapper.tf

As Terraform is a state machine, there is no reason Terraform couldn't wrap and execute itself.

Problems with Terraform

  • Workspaces are shit!
  • Configuring backends are a pain!
  • You have to embed modules into modules to track cascading changes between them