tfmigrate:用于GitOps的Terraform状态迁移工具 源码
移民 用于GitOps的Terraform状态迁移工具。 产品特点 GitOps友好:在HCL中编写Terraform状态mv / rm / import命令,计划并应用它。 Monorepo样式支持:将资源移动到其他tfstate以轻松拆分和合并以进行重构。 空运行迁移:使用临时的本地tfstate模拟状态操作,并检查在迁移后terraform计划是否没有更改,而不更新远程tfstate。 迁移历史记录:跟踪已应用了哪些迁移,并依次应用所有未应用的迁移。 您可以以声明方式应用terraform状态操作。 简而言之,编写以下迁移文件并将其另存为state_mv.hcl : mig
文件列表
tfmigrate:用于GitOps的Terraform状态迁移工具
(预估有个109文件)
migration_test.go
8KB
history_runner_test.go
17KB
history_test.go
6KB
storage_s3.go
5KB
controller_test.go
12KB
Dockerfile
323B
terraform_import_test.go
6KB
terraform_plan_test.go
5KB
terraform_test.go
5KB
test_helper.go
9KB
暂无评论