-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: initial scaffold for new linting #51
Conversation
@lonegunmanb please see this scaffold - is this what you need? |
- name: terraform init | ||
run: terraform init | ||
- name: terraform fmt check | ||
run: exit 0 |
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.
i'm curious why the run commands in this file are "exit 0" ?
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.
This is so @lonegunmanb can update this branch with the actual tasks. He will use the docker container approach pioneered with TFVM.
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.
@matt-FFFFFF I think I'm ready to continue the work based on this branch, except one comment.
I'm closing this pr in favor of #53. |
PR to integrate TFVM pipeline