v6.7.1
Bug Fixes
- github_actions_organization_secret: Add state migration for
destroy_on_driftfield to fix regression from v6.7.0 (#2820)
This patch release fixes a regression introduced in v6.7.0 where existing github_actions_organization_secret resources would show invalid state for the new destroy_on_drift field.
The fix adds a schema migration that automatically sets destroy_on_drift=true for existing resources that don't have this field, preventing the need for manual state fixes.
Fixes: #2804
Full Changelog: v6.7.0...v6.7.1