diff --git a/blog/2024-04-18-opentofu-1-7-0-beta1.md b/blog/2024-04-18-opentofu-1-7-0-beta1.md index 6901beb0..7827f05d 100644 --- a/blog/2024-04-18-opentofu-1-7-0-beta1.md +++ b/blog/2024-04-18-opentofu-1-7-0-beta1.md @@ -61,7 +61,7 @@ If you are interested in a detailed breakdown of this functionality and some of ## Loopable import blocks -We made several improvements to the declarative import blocks, most prominently you can now use the `for_each` instruction on the block. +We made several improvements to the declarative import blocks, most prominently you can now use the `for_each` instruction on the block. We have prepared a [full documentation](https://1-7-0-beta1.opentofu.pages.dev/docs/language/import/#importing-multiple-resources) for this feature. In previous OpenTofu versions, you could already use the `import` block to declaratively import resources, for example: