Created
May 5, 2022 12:30
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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