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
Copy file name to clipboardExpand all lines: docs/upgrading_to_v2.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ You will need to migrate your state, either [manually](#manual-migration-steps)
41
41
2. Run the script to output the migration commands:
42
42
43
43
```sh
44
-
$ ./migrate.py --dry-run
44
+
$ ./migrate.py --dryrun
45
45
terraform state mv 'module.example.module.test-vpc-module-02.google_compute_network.network[0]''module.example.module.test-vpc-module-02.module.vpc.google_compute_network.network'
46
46
terraform state mv 'module.example.module.test-vpc-module-02.google_compute_subnetwork.subnetwork''module.example.module.test-vpc-module-02.module.subnets.google_compute_subnetwork.subnetwork'
47
47
terraform state mv 'module.example.module.test-vpc-module-02.module.subnets.google_compute_subnetwork.subnetwork[0]''module.example.module.test-vpc-module-02.module.subnets.google_compute_subnetwork.subnetwork["us-west1/multi-vpc-a1-02-subnet-01"]'
0 commit comments