Skip to main content
Managing workflows in terraform is useful if you:
  • Want to use version control to preview and roll-back changes to a workflow
  • Want to apply complex access control (e.g. only members of the SRE team can edit specific core SRE workflows)
  • Want to create workflows programmatically based on other data that you store in Terraform

Building your Terraform

Workflows have a pretty complex structure, so we’d recommend you build your workflow in the UI using our visual builder, and then copy the Terraform that we generate into your repo.