diff --git a/.changeset/fair-geese-yell.md b/.changeset/fair-geese-yell.md new file mode 100644 index 0000000000..d4d27c4885 --- /dev/null +++ b/.changeset/fair-geese-yell.md @@ -0,0 +1,9 @@ +--- +'@backstage/config-loader': minor +--- + +Add support for environment variable substitution in `$include` transform values. + +This change allows for including dynamic paths, such as environment specific secrets by using the same environment variable substitution already supported outside of the `$include` transform (`${..}`). + +If you are currently using the syntax `${...}` in your `$include` values, you will need to escape the substitution by using `$${...}` instead.