-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: test terraform templating #934
Merged
Merged
Conversation
This file contains 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
jakeyheath
approved these changes
Sep 18, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SICKKKKKKK
don't worry about these conflicts, they are all code generated |
dtsai-czi
added a commit
that referenced
this pull request
Sep 18, 2023
…#918) * skeleton for obtaining tags from config * add tags to template * stub stamps * feat: fill in github repository for tags * golden files * CCIE-1806 * deadcode * feat: compute file path tag (#930) * chore: first change * feat: add filepath of template being executed * tag name change * fix: add func for git origin (#931) * fix: add func for git origin * move test; deadcode * timestamp * update golden files * fix git remote url test * stamp cleanup and fix git remote test * remove user from template * update golden files * progress * update golden files * ci update golden files * update actions * token * commit from ci -- updated golden files * fix: populate git related tags with templated terraform (#934) * progress * handle git log errors in script * fix json string formatting * add git data source to template * git helper tags * branch tag * cleanup * add git authors to tags * commit from ci -- updated golden files * git author query formatting * commit from ci -- updated golden files --------- Co-authored-by: Jake Heath <[email protected]> Co-authored-by: Jake Heath <[email protected]> Co-authored-by: jakeyheath <[email protected]> Co-authored-by: dtsai-czi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
terraform to call git to obtain a commit SHA
References
relevant comment