Skip to content

Commit

Permalink
upgrade tool wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Test User authored and morga471 committed Sep 30, 2025
1 parent f8ee245 commit 987a85f
Show file tree
Hide file tree
Showing 11 changed files with 610 additions and 155 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ verify-backup: ## Verify backup functionality
@echo "Verifying backup functionality..." | tee -a $(VERIFICATION_LOG)
@cp -r $(TEST_FIXTURES_DIR)/0.12/simple $(TEST_FIXTURES_DIR)/0.12/backup-test
@python -m tf_upgrade.cli upgrade $(TEST_FIXTURES_DIR)/0.12/backup-test --target-version 0.13 | tee -a $(VERIFICATION_LOG)
@if [ -d "$(TEST_FIXTURES_DIR)/0.12/backup-test/.terraform-upgrade-backup-*" ]; then \
@if ls $(TEST_FIXTURES_DIR)/0.12/backup-test/.terraform-upgrade-backup-* > /dev/null 2>&1; then \
echo "✅ Backup created successfully"; \
else \
echo "❌ Backup creation failed"; \
Expand Down

This file was deleted.

21 changes: 0 additions & 21 deletions tests/fixtures/0.12/backup-test/main.tf

This file was deleted.

12 changes: 0 additions & 12 deletions tests/fixtures/0.12/backup-test/terraform-upgrade-dryrun-report.md

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"started_at": "2025-03-27T19:59:24.695824",
"started_at": "2025-04-01T18:46:37.696653",
"steps": [],
"completed": 0,
"total": 0,
Expand Down
Loading

0 comments on commit 987a85f

Please sign in to comment.