terraform-provider-github icon indicating copy to clipboard operation
terraform-provider-github copied to clipboard

[MAINT]: Audit provider for instances where the wrong owner is used.

Open kfcampbell opened this issue 2 years ago • 0 comments

Describe the need

#1650 has revealed that we may have a number of data sources and resources that use an incorrect owner. When schema provides an owner field, we should make sure it's respected and the PAT owner is defaulted to as a fallback. When schema doesn't provide an owner field, we should see if it would benefit from an optional owner field, like data_source_github_ref did in #1651.

When this issue is a resolved, we should have a list of all our data sources and resources with notes about their state and action taken.

See similar issues:

  • #1436
  • #2127

SDK Version

v5.22.0

API Version

N/A

Relevant log output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

kfcampbell avatar Apr 18 '23 17:04 kfcampbell