github integrations/terraform-provider-github v6.7.2

latest release: v6.7.3
one day ago

v6.7.2

⚠️ This release is deprecated, please use v6.7.3 instead

Note: This patch contains the addition of the destroy_on_drift property to github_actions_secret resource because the exact same issue was present there as well.

Bug Fixes

Fixed drift detection bug that caused "Provider produced inconsistent result" errors in github_actions_organization_secret and github_actions_secret resources. The bug occurred when secrets were modified externally - the timestamp wasn't being updated after drift detection, causing infinite loops of false positive drift detection. | #2832

Features

Added destroy_on_drift property to github_actions_secret resource (repository-level secrets), and matches the functionality already available in github_actions_organization_secret. Also includes proper schema migration from v0 to v1 and ensures the property defaults to true for backward compatibility. | #2832

Full Changelog: v6.7.1...v6.7.2

Don't miss a new terraform-provider-github release

NewReleases is sending notifications on new releases.