-
Notifications
You must be signed in to change notification settings - Fork 777
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
[BUG]: Permanent has_downloads/allow_update_branch diff on archived repository #1793
Closed
1 task done
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
Comments
5 tasks
kfcampbell
pushed a commit
that referenced
this issue
Jul 14, 2023
) Avoid causing a permanent `plan` diff by attempting to change attributes that can no longer be modified if a repository is archived. Fixes #1793.
jsifuentes
pushed a commit
to jsifuentes/terraform-provider-github
that referenced
this issue
Jul 17, 2023
…tegrations#1795) Avoid causing a permanent `plan` diff by attempting to change attributes that can no longer be modified if a repository is archived. Fixes integrations#1793.
felixlut
pushed a commit
to felixlut/terraform-provider-github
that referenced
this issue
Jul 22, 2023
…tegrations#1795) Avoid causing a permanent `plan` diff by attempting to change attributes that can no longer be modified if a repository is archived. Fixes integrations#1793.
avidspartan1
pushed a commit
to avidspartan1/terraform-provider-github
that referenced
this issue
Feb 5, 2024
…tegrations#1795) Avoid causing a permanent `plan` diff by attempting to change attributes that can no longer be modified if a repository is archived. Fixes integrations#1793.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
Describe the need
We have a few repositories that had been archived before we imported them to Terraform.
When we
terraform apply
these repositories, theallow_update_branch
andhas_downloads
are updated (see log output below) without any error being reported; however, the subsequentplan
always reports the same diff, over and over again.Looking at previous issues, such as #1325, I believe the fix should be the same, i.e. only setting of the
allow_update_branch
andhas_downloads
properties when the repository is not archived.SDK Version
terraform-provider-github v5.28.0
API Version
No response
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: