integrations/terraform-provider-github

[BUG]: Resources using the removed legacy projects API are still present and not deprecated in the provider

Opened this issue · 1 comments

Expected Behavior

Resources which will not work should not be in the provider and should have been deprecated when the API deprecation announcement was issued.

Actual Behavior

The resources using the removed legacy projects API are still present and not deprecated in the provider.

Terraform Version

n/a

Affected Resource(s)

  • github_organization_project
  • github_project_card
  • github_project_column
  • github_repository_project

Terraform Configuration Files

No response

Steps to Reproduce

No response

Debug Output

No response

Panic Output

No response

Code of Conduct

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

The code to deprecate this is currently in #2476 but I'm planning on opening a seperate PR for this change before that gets merged.