Update variable interpolation for hcl

This commit is contained in:
Ian Fijolek
2026-01-13 21:43:57 -08:00
parent 0ae7c6dbdf
commit f4fb75610a
2 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -50,7 +50,9 @@ You can configure the timezone for the container by passing a `TZ` env variable.
## Configuring
In this repo, you can explore the `sample-config.hcl` file for an example, but the general structure is as follows. It should be noted that environment variable interpolation happens on load of the HCL file.
In this repo, you can explore the `sample-config.hcl` file for an example, but the general structure is as follows. If you are passing environment variables to your commands or alerts, you should be aware that `${VAR}` syntax is reserved for HCL variable interpolation. To avoid issues, you can use `$${VAR}` syntax to escape the `$` character, simply use `$VAR`.
```hcl
The global configurations are: