Skip to content

Instantly share code, notes, and snippets.

@arunvelsriram
Last active October 25, 2019 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arunvelsriram/0671339af083bf61abf57798c50e15d0 to your computer and use it in GitHub Desktop.
Save arunvelsriram/0671339af083bf61abf57798c50e15d0 to your computer and use it in GitHub Desktop.
Terraform

Editing Terraform State

  1. Pull the state
terraform state pull > temp.tfstate
  1. Edit temp.tfstate in your favourite editor

  2. Push the state

terraform state push temp.tfstate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment