oponomarov-tu
03/04/2024, 2:50 PMRB
03/04/2024, 3:31 PMRB
03/04/2024, 3:32 PMoponomarov-tu
03/04/2024, 3:38 PMRB
03/04/2024, 3:41 PMoponomarov-tu
03/04/2024, 3:41 PMRB
03/04/2024, 3:41 PMRB
03/04/2024, 3:42 PMRB
03/04/2024, 3:42 PMoponomarov-tu
04/11/2024, 7:14 PMRB
04/11/2024, 7:36 PMRB
04/11/2024, 7:36 PMoponomarov-tu
04/11/2024, 8:02 PMoponomarov-tu
04/11/2024, 8:03 PMRB
04/11/2024, 8:26 PMRB
04/11/2024, 8:26 PMRB
04/11/2024, 8:26 PM- pre_workflow_hooks:
# to run 'safeguards' terramate wants origin master
# and some previous commits
- run: |
git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master
git fetch --depth=1 origin master
git fetch --depth=2
description: Fetch origin master branch
# this step is optional
# I use .tm-run-order later to made Atlantis
# to run plan/apply in a specified order
# Also, I generate an atlantis.yaml config
# with terramate too, so I exclude it from run order:
# it's just a yaml, not tf-code
- run: terramate list --run-order -c --no-tags atlantis -B origin/master > .tm-run-order
description: Get changed stacks
# And the obvious final step =)
- run: terramate generate
description: Generating tf codeRB
04/11/2024, 8:26 PM