-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to set environment variables to Terraform environment (#7192
) # Description Added a function to set environment variables to the Terraform process. This function reads user provided configuration from the RecipeConfig/EnvVariables section of the Radius environment configuration and is invoked during the setup phase for Terraform deployment. [link to PR for design doc](radius-project/design-notes#39) The design document describes a SecretReference type and ability to fetch data from secrets and set environment variables. This will be implemented in subsequent PRs. ## Type of change - This pull request adds or changes features of Radius and has an approved issue #6539 Fixes: Part of #6539 --------- Signed-off-by: Vishwanath Hiremath <[email protected]> Co-authored-by: Vishwanath Hiremath <[email protected]>
- Loading branch information
1 parent
3cc1f92
commit b15c0fe
Showing
2 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters