Skip to content

Instantly share code, notes, and snippets.

@soerenmartius
Created May 5, 2022 12:30
Show Gist options
  • Save soerenmartius/06b87338d1b2149eb358bbf221a75f84 to your computer and use it in GitHub Desktop.
Save soerenmartius/06b87338d1b2149eb358bbf221a75f84 to your computer and use it in GitHub Desktop.
This examples shows how to define the order of execution in Terramate using the after block
stack {
name = "My production VPC"
after = [
"/stacks/gcp-projects/my-staging/my-vpc",
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment