-
Notifications
You must be signed in to change notification settings - Fork 41
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
Tf deplotment changes #17093
Tf deplotment changes #17093
Conversation
terraform fmt -recursive | ||
terraform plan -out=tf.plan | ||
- name: Run Terraform Apply | ||
run: | |
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.
Looks good, just one thing - I think this apply step should be conditional on the plan step, using needs: ...
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 think this file doesn't need modifications, we should exclude it from the PR.
.github/workflows/0
Outdated
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 think this was included in the commit by mistake/typo, it should not be in this PR.
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.
There's something wrong here, this file does not need modifications and doesn't need to be in this PR.
6ce25bb
to
ec92b67
Compare
Places tf plan and apply in its corrected place.