decomposer: record implementation detail for 8 step(s)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# Step 2 — Implementation Detail
|
||||
|
||||
1. Added scripts/validate.sh with terraform fmt -check -diff.
|
||||
2. Added backendless terraform init and terraform validate commands.
|
||||
3. Added refresh-free, lock-free terraform plan with no apply path.
|
||||
4. Made plan execution fail clearly when required variables are absent.
|
||||
5. Recorded the environment-dependent validation findings in validation-results.json and the guide.
|
||||
1. Documented terraform fmt -check, terraform init -backend=false, and terraform validate commands in README.md and the guide.
|
||||
2. Documented optional credentialed terraform plan with a saved plan file and no apply operation.
|
||||
3. Added scripts/validate_artifacts.py to verify required requirements, architecture, guide, and Terraform sections.
|
||||
4. Added pytest coverage for required files, four workflow phases, and the no-apply validation rule.
|
||||
|
||||
Reference in New Issue
Block a user