Update YAML function `!terraform.output` @aknysh (#1048)
what
- Update YAML function
!terraform.output
why
- When executing
!terraform.output
for a component that sets environment variables in theenv
section, set the environment variables from theenv
section in the child process, and also copy the parent process environment variables into the child process - The parent process environment variables can affect the
!terraform.output
execution, e.g. finding a terraform binary in thePATH