-
Couldn't load subscription status.
- Fork 0
#19 Terraform Github Action bugs #29
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
Conversation
- Auto-formatted .tf files with terraform fmt - Updated README.md with terraform-docs Co-authored-by: denniwang <denniwang@users.noreply.github.com>
This reverts commit fe338cd.
…Community/branch into 19-terraform-github-bugs
- Auto-formatted .tf files with terraform fmt - Updated README.md with terraform-docs Co-authored-by: denniwang <denniwang@users.noreply.github.com>
…Community/branch into 19-terraform-github-bugs
- Auto-formatted .tf files with terraform fmt - Updated README.md with terraform-docs Co-authored-by: denniwang <denniwang@users.noreply.github.com>
- Auto-formatted .tf files with terraform fmt - Updated README.md with terraform-docs Co-authored-by: denniwang <denniwang@users.noreply.github.com>
…Community/branch into 19-terraform-github-bugs
…Community/branch into 19-terraform-github-bugs
- Auto-formatted .tf files with terraform fmt - Updated README.md with terraform-docs Co-authored-by: denniwang <denniwang@users.noreply.github.com>
- Auto-formatted .tf files with terraform fmt - Updated README.md with terraform-docs Co-authored-by: denniwang <denniwang@users.noreply.github.com>
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 to me! Awesome work!! Since Yurika's tf apply workflow is working now, and we don't want to incur extra charges, could you please delete the contents of test/main.tf? we can leave it as an empty file for people to test plans but don't want to actually create any resources
This reverts commit 2c409d4.
- Auto-formatted .tf files with terraform fmt - Updated README.md with terraform-docs Co-authored-by: denniwang <denniwang@users.noreply.github.com>
…Community/branch into 19-terraform-github-bugs
- Auto-formatted .tf files with terraform fmt - Updated README.md with terraform-docs Co-authored-by: denniwang <denniwang@users.noreply.github.com>
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.
Great work! Looks good to me!!
|
And thank you for being so thorough w/ the tests and screenshots 🐐🐐 |
Terraform Plan 📖
|
Terraform Plan 📖
|
ℹ️ Issue
Closes #19
📝 Description
terraform plan now saves error logs in a text file and adds it to the comments of a pr
terraform plan comments also show the name of the person pushing
✔️ Verification
We verified this by making a pr that caused an error and didn't have descriptive logs. After making changes, we were able to see the logs.
We tested the comments updating to show the correct username by having Yurika pushing to my branch and the github action bot commented with her name instead of Nour's or mine.
Bug:
in GHA Workflow:


in PR Comment:

Resolved to:
in GHA Workflow:

in PR Comment:

Notes