You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BE] Mark custom terraform module tags as such (#6822)
This allows us to easily tell which terraform tags are custom ones
manually created vs which ones were automatically generated by pushes to
`main`
Goal of this PR is to prevent tags that were manually created but not on
`main` from accidentally being deployed to prod
It:
- Appends "-custom" to any tag that wasn't generated by a push to main
- Also triggers the tag creation workflow when someone modifies it, for
testing
Testing: Generated tags via this PR, updated local Terrafile, ran `make
plan` locally and verified terraform module was downloaded successfully
0 commit comments