integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
887 stars 730 forks source link

fix: Remove invalid update of create_default_maintainer from import github_team_members #2126

Closed richjyoung closed 7 months ago

richjyoung commented 7 months ago

Fixes bug where it is not possible to run terraform import against github_team_members resources in v6.0.0-beta.

Resolves #2124


Before the change?

After the change?

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!


kfcampbell commented 7 months ago

@richjyoung this should be targeted at the v6 branch instead of main, right?

richjyoung commented 7 months ago

Sorry yes, have updated. It does look like the behaviour is unchanged from 5.45.0 though. This PR is the change I had to make to get the import to work properly in my local state so I can't say why this now causes the linked issue.