Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix the syntax error accidentally introduced by the code suggestion
feature on GitHub.
  • Loading branch information
minamijoyo committed Jan 20, 2025
1 parent d2d5262 commit 4454a73
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 @@ -107,7 +107,7 @@ TFMIGRATE_EXEC_PATH=terragrunt tfmigrate $OTHEROPTIONS

#### With dynamic state

As tfmigrate uses the local backend for planning, some command line flags for the remote state backend cannot be used. If you are leveraging terragrunt's [dynamic state generation](https://terragrunt.gruntwork.io/docs/reference/config-blocks-and-attributes/#remote_state), the `remote_state` block must include a `generate` block.```
As tfmigrate uses the local backend for planning, some command line flags for the remote state backend cannot be used. If you are leveraging terragrunt's [dynamic state generation](https://terragrunt.gruntwork.io/docs/reference/config-blocks-and-attributes/#remote_state), the `remote_state` block must include a `generate` block.

```hcl
remote_state {
Expand Down

0 comments on commit 4454a73

Please sign in to comment.