diff --git a/CHANGELOG.md b/CHANGELOG.md index 24d8b71247..e042491649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ FEATURES: variables). * The current index for a resource with a `count` set can be interpolated using `${count.index}`. + * Various paths can be interpolated with the `path.X` variables. For example, + the path to the current module can be interpolated using `${path.module}`. IMPROVEMENTS: