pascal-hofmann / terraform-state-mover

Refactoring Terraform code has never been easier.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Card Actions Status codecov Dependabot Status License Release

Terraform State Mover

Helps refactoring terraform code by offering an interactive prompt for the terraform state mv command.

Installation

Using homebrew:

brew install mbode/tap/terraform-state-mover

Alternatively, get a pre-built binary from the latest release or build it yourself using

go get github.com/mbode/terraform-state-mover

Usage

terraform-state-mover # inside a Terraform root directory

Extra arguments after a -- are passed to the terraform plan call. This makes the following possible:

terraform-state-mover -- -var key=value  # setting variables
terraform-state-mover -- -var-file=variables.tfvars  # using variable files

Hint: If terraform-state-mover is used with the Google Cloud Platform provider and remote state, it is recommended to use --delay=2s, otherwise API rate limits error might occur.

Demo

Terraform version compatibility

< 0.10.1 0.10.1…8 0.11.0…15 0.12.0…31 0.13.0…7 0.14.0…11 0.15.0…5 1.0.0

Contributing

Pull requests are welcome. Please make sure to update tests as appropriate.

License

MIT

About

Refactoring Terraform code has never been easier.

License:MIT License


Languages

Language:Go 100.0%