Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: default vulnerability_alerts to null to skip GHE 3.x unsupported…
… endpoint GHE 3.13 does not support the vulnerability-alerts API endpoint - both PUT and DELETE return 404. When the variable defaults to false, the GitHub provider calls DELETE which raises a 404 error on apply. Changing the default to null (with nullable=true) causes the provider to leave the attribute unmanaged, skipping the API call entirely. The lifecycle ignore_changes entry (from prior commit) also prevents drift from causing issues on re-apply.
- Loading branch information