decomposer: record implementation detail for 8 step(s)
Some checks failed
validation / verify (push) Failing after 9s
Some checks failed
validation / verify (push) Failing after 9s
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Step 2 — Implementation Detail
|
||||
|
||||
1. Added the exact Terraform formatting, backendless initialization, validation, and no-apply plan commands to the evidence record.
|
||||
2. Recorded each check as not executed with an explicit blocker instead of inventing exit statuses or outputs.
|
||||
3. Preserved the required deploy_resources=false and deploy_enabled=false safety controls and explicitly prohibited apply/provisioning.
|
||||
1. Declared the exact checks in workflow.yaml and VALIDATION.md: Terraform 1.6+ formatting, backend-disabled initialization, Terraform validation, offline artifact validation, and pytest.
|
||||
2. Added scripts/validate_artifacts.py to check required files, guide sections, and Mermaid graph presence without cloud calls.
|
||||
3. Added tests/test_package.py to execute the package validator and check that example configuration contains placeholders rather than secret values.
|
||||
4. Recorded validation status and the distinction between offline validation and an operator-supplied future terraform plan in the guide.
|
||||
|
||||
Reference in New Issue
Block a user