-
Notifications
You must be signed in to change notification settings - Fork 2
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
add tf workflow #28
add tf workflow #28
Conversation
Note: the tests will fail since it's looking for repository variables which cannot be supplied as these are just example templates. |
branches: | ||
- '**' | ||
pull_request: | ||
types: [opened, edited, reopened, ready_for_review, review_requested] |
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.
@sjoshi-jpl do we want to run these TF workflows on PRs/branches? I was thinking we would only want to deploy these things when they are merged to main?
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.
@jordanpadams yes but I can limit the number of times this workflow gets executed by only running terraform plan
on PR creation and push to main.
@sjoshi-jpl I added |
🗒️ Summary
Added terraform cicd workflow
⚙️ Test Data and/or Report
One of the following should be included here:
♻️ Related Issues
Ref - NASA-PDS/devops#52