tfstate

v 1.0.0 Updated: 1 year, 3 months ago

A wrapper around terraform state commands to provide guard rails

tfstate is a wrapper around Terraform state commands which alter the state file, such as `terraform state mv` and `terraform state rm`. tfstate automatically generates a backup inside `.terraform/tfstate/*`, allowing for easy rollback if a mistake was made. This is possible due to the wrapper, by first performming a backup of the current state file, then running `tfstate rollback --latest`. tfstate adds a manual confirmation step, which also lists the possible resources affected by the requested state command.

https://github.com/alex067/tfstate

To install tfstate, paste this in macOS terminal after installing MacPorts

sudo port install tfstate

Add to my watchlist

Installations 0
Requested Installations 0