Tags: integrations/terraform-provider-github
Tags
fix: Add state migration for github_actions_organization_secret destr… …oy_on_drift field This addresses the regression introduced in v6.7.0 where existing github_actions_organization_secret resources would show invalid state for the new destroy_on_drift field. Adds schema migration from v0 to v1 that sets destroy_on_drift=true for existing resources that don't have this field. Fixes #2804
feat: Add github_actions_organization_secret_repository resource (#2760) Resolve Issue #2759 Co-authored-by: Yohan Lascombe <[email protected]> Co-authored-by: Nick Floyd <[email protected]>
fix(github_actions_repository_oidc_subject_claim_customization_templa… …te): graceful handling of 404 on read (#2483) The resource github_actions_repository_oidc_subject_claim_customization_template would error when the associated repository was deleted. This change will gracefully remove the resource on 404 not found. Co-authored-by: Keegan Campbell <[email protected]>
PreviousNext