provisioning: escape literal '$' with '$$' to avoid interpolation (#18045)

fixes #17986
This commit is contained in:
Kyle Brandt
2019-07-11 07:32:07 -04:00
committed by GitHub
parent 7ec87ee76b
commit 76d08989f0
3 changed files with 33 additions and 3 deletions
@@ -45,6 +45,8 @@ datasources:
password: $PASSWORD
```
If you have a literal `$` in your value and want to avoid interpolation, `$$` can be used.
<hr />
## Configuration Management Tools