Apply 6 pending terraform changes (validation drift from 9 merged PRs) #224
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-platform#224
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type
Task
User Story
As the superuser, I need the 6 pending terraform changes applied so that the 9 merged PRs (#199, #205, #207-#211, #216-#218) are validated in production. Currently, code is merged but infrastructure hasn't been applied — the validation campaign revealed this drift.
Context
tofu plan -lock=falseoutput (2026-03-28):2 to destroy:
kubernetes_manifest.netpol_staging— orphaned staging NetworkPolicy (not in config)module.staging.kubernetes_namespace_v1.staging— staging namespace removed from config4 to change:
module.ci.helm_release.woodpecker— new API token + agent secret variables wired inmodule.monitoring.helm_release.blackbox_exporter— probe URL updates (internal URLs from PR #178)module.monitoring.kubernetes_secret_v1.dora_exporter— new API token for DORA metricsmodule.storage.minio_s3_bucket_policy.assets_public_read— signatures deny policy consolidation (PR #209)Prerequisites completed:
woodpecker_api_tokenandwoodpecker_agent_secrettosecrets.auto.tfvars(gitignored, local-only)Scope
tofu plan -lock=false -no-colorand capture full outputtofu apply -lock=falsewith approvalFile Targets
terraform/secrets.auto.tfvars(already updated locally)terraform/modules/*/(code already merged, just needs apply)Acceptance Criteria
tofu planshows 0 changes after applyTest Expectations
tofu planoutput = "No changes. Your infrastructure matches the configuration."Related
Validation Complete (2026-03-28)
All 6 terraform changes applied successfully:
Post-apply verification:
tofu plan= "No changes. Your infrastructure matches the configuration."Parent ticket #223 can now be validated.