You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support default values and erorrs for env var expansion (#10907)
#### Description
Support shell-style default value and error message for env var
expansion.
```
// A default value for unset variable can be provided after :- suffix, for example:
// `env:NAME_OF_ENVIRONMENT_VARIABLE:-default_value`
```
#### Link to tracking issue
Fixes#5228
#### Testing
Unit tests
#### Documentation
* [x] Provider Go docs
* [ ] Probably needs some other docs changes?
---------
Signed-off-by: Yuri Shkuro <[email protected]>
0 commit comments