WIP: Add lifecycle { ignore_changes = [template] } to github_repository generator #146
No reviewers
Labels
No labels
needs/docs
needs/research
needs/upstream
type/bug
type/external
type/feature
type/refactor
urgency
high
urgency
immediate
urgency
low
urgency
medium
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/governance!146
Loading…
Reference in a new issue
No description provided.
Delete branch "triage/triage-issue-144-add--lifecycle---ignore_changes---20260728-202928"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Excellent! The change is now in place.
PR Description
Added
lifecycle { ignore_changes = [template] }to thegithub_repositoryresource generator ingithub.rs. This prevents Terraform from detecting drift on thetemplatefield, which may be set automatically by GitHub's API but isn't managed by our Terraform configuration. The implementation follows the same pattern already used in the Sentry generator for theplatformfield.Next steps: Test the generated Terraform configuration to ensure the lifecycle block is properly serialized and verify that
terraform planno longer shows template-related drift.Generated by credit-conserver using Claude AI
Issue: #144
Pull request closed