Closed scott-doyland-burrows closed 11 months ago
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs
. You & others like you are the reason all of this works! So thank you & happy coding! 🚀
Expected Behavior
For the
github_repository_environment
resource I set thewait_timer
to a value in the code.I apply and the
wait_timer
is set correctly in GitHub.I then remove the wait timer via the Web UI.
Terraform should report a diff but it doesn't.
There seems to be a reoccurring theme in the GitHub provider where manual updates to GitHub are not reported as a diff in terraform.
Actual Behavior
Terraform does not report a diff. This means the terraform code and statefile are out of sync with GitHub,
Terraform Version
Terraform v1.6.2 on linux_amd64
Affected Resource(s)
github_repository_environment
Terraform Configuration Files
Steps to Reproduce
terraform apply
Remove (untick) wait timer in Web UI.
terraform apply
and no diff is shown.Debug Output
No response
Panic Output
No response
Code of Conduct