Skip to content

Commit 4454a73

Browse files
committed
Update README.md
Fix the syntax error accidentally introduced by the code suggestion feature on GitHub.
1 parent d2d5262 commit 4454a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ TFMIGRATE_EXEC_PATH=terragrunt tfmigrate $OTHEROPTIONS
107107

108108
#### With dynamic state
109109

110-
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.```
110+
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.
111111

112112
```hcl
113113
remote_state {

0 commit comments

Comments
 (0)