You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tool to help with certain[Terraform](https://www.terraform.io/) operations.
3
+
A tool to help with some[Terraform](https://www.terraform.io/) operations.
4
4
5
5
For the time being it generates state migration scripts that work also for Terraform workspaces. The idea of migrations comes from the excellent [tfmigrate](https://github.com/minamijoyo/tfmigrate).
6
6
7
-
# Status
7
+
##Status
8
8
9
9
This is BETA code, although we already use it in production. The instructions provide also ways to manually recover, but be careful and ensure you UNDERSTAND what you are doing if you use it for something important!
10
10
11
11
You have been warned.
12
12
13
13
The API can change in breaking ways until we reach v1.0.0
14
14
15
-
# Usage
15
+
##Usage
16
16
17
17
Collect informations for Terravalet:
18
18
@@ -21,7 +21,7 @@ $ cd $ROOT_MODULE_DIR
21
21
$ terraform plan -no-color 2>&1 | tee ~/work/plan-01.txt
22
22
```
23
23
24
-
## Current
24
+
###Current
25
25
26
26
Generate a script with local state.
27
27
Running this script will NOT change the remote source state.
@@ -30,7 +30,7 @@ Running this script will NOT change the remote source state.
0 commit comments