Skip to content

Commit f4a98d1

Browse files
committed
Fix dryrun command in docs
1 parent b51a1e5 commit f4a98d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrading_to_v2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You will need to migrate your state, either [manually](#manual-migration-steps)
4141
2. Run the script to output the migration commands:
4242

4343
```sh
44-
$ ./migrate.py --dry-run
44+
$ ./migrate.py --dryrun
4545
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'
4646
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'
4747
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

Comments
 (0)