This PR adds the functionality to set terraform variables as environment variables in a context profile. One context profile may have variable definitions for a particular environment, and another profile could have different values for its respective environment. It renders the results as export TF_VAR_variable_name=variable_value
This PR adds the functionality to set terraform variables as environment variables in a context profile. One context profile may have variable definitions for a particular environment, and another profile could have different values for its respective environment. It renders the results as
export TF_VAR_variable_name=variable_value