Skip to content

PR setup for non-terraform files #345

Answered by rdhar
chris3ware asked this question in Q&A
Discussion options

You must be logged in to vote

Excellent question, and I was just wondering about the broader adoption of merge queues within provisioning pipelines!

As it happens, my current team is all-in on merge queues (hence the idea for sharing the merge_group and matrix examples) and the status check problem of non-TF pull requests was the first one to be tackled.

It might help to know a bit more about your use case and workflow structure to cater the solution. For example, my repo has an "envs" folder for each environment's IaC, next to a "docs" folder as shown below.

.
├── docs
└── envs
    ├── dev
    ├── prod
    └── qa

As a result, I want TF to run within each of the "envs" directory where changes is introduced—up to all 3…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chris3ware
Comment options

Answer selected by chris3ware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants