Skip to content

Commit

Permalink
Fixed output flag in plan command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed May 14, 2024
1 parent 5ce96a0 commit 0ec43d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plan command to see what changes will be made:
```bash
cd tofu/config/staging # Replace with the appropriate configuration
tofu init
tofu plan -o tfplan.out
tofu plan -out tfplan.out
```

Review the plan output. If the changes are acceptable, apply the changes:
Expand Down

0 comments on commit 0ec43d8

Please sign in to comment.