[PR #98] [MERGED] Add tfmigrate to Tools list #111

Closed
opened 2025-11-06 16:22:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shuaibiyy/awesome-tf/pull/98
Author: @minamijoyo
Created: 9/17/2020
Status: Merged
Merged: 9/25/2020
Merged by: @shuaibiyy

Base: masterHead: add-tfmigrate


📝 Commits (1)

  • b6ef6eb Add tfmigrate to Tools list

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Hi, I’m author of tfschema, tfupdate, and hcledit.
I’ll share my new project: tfmigrate, which brings you to a new paradigm: Terraform state operation as Code.

Features:

  • GitOps friendly: Write terraform state mv/rm/import commands in HCL, plan and apply it.
  • Monorepo style support: Move resources to other tfstates to split and merge easily for refactoring.
  • Dry run migration: Simulate state operations with a temporary local tfstate and check to see if terraform plan has no changes after the migration without updating remote tfstate.

https://github.com/minamijoyo/tfmigrate


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shuaibiyy/awesome-tf/pull/98 **Author:** [@minamijoyo](https://github.com/minamijoyo) **Created:** 9/17/2020 **Status:** ✅ Merged **Merged:** 9/25/2020 **Merged by:** [@shuaibiyy](https://github.com/shuaibiyy) **Base:** `master` ← **Head:** `add-tfmigrate` --- ### 📝 Commits (1) - [`b6ef6eb`](https://github.com/shuaibiyy/awesome-tf/commit/b6ef6eb7744305b46c092f7e088cdca46de5f368) Add tfmigrate to Tools list ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Hi, I’m author of tfschema, tfupdate, and hcledit. I’ll share my new project: tfmigrate, which brings you to a new paradigm: Terraform state operation as Code. Features: - GitOps friendly: Write terraform state mv/rm/import commands in HCL, plan and apply it. - Monorepo style support: Move resources to other tfstates to split and merge easily for refactoring. - Dry run migration: Simulate state operations with a temporary local tfstate and check to see if terraform plan has no changes after the migration without updating remote tfstate. https://github.com/minamijoyo/tfmigrate --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 16:22:40 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-tf#111