diff --git a/website/upgrade-guides/0-15.html.markdown b/website/upgrade-guides/0-15.html.markdown index 33044891d..6c4367896 100644 --- a/website/upgrade-guides/0-15.html.markdown +++ b/website/upgrade-guides/0-15.html.markdown @@ -203,7 +203,7 @@ upgrading to Terraform v0.15: ``` If you need to update a module which was using the `map` function, you - can get the same result by replacing `map(...)` with `tomap([...])`. + can get the same result by replacing `map(...)` with `tomap({...})`. For example: ```diff