"mail_config.py.example" did not exist on "9b606b86fae08469eabebc35a1c42bbc9de74212"
The source project of this merge request has been removed.
WIP: fix-TF-env-var-access
Terraform can't access the env variables with the current state of repo. It throws an error during terraform init. To fix it we need to do two things:
- Use TF_VAR_name format in app-cred-ohpc_creds-openrc.sh file as described here
- Replace the
${TF_var-name }with just {} in the provider.tf file.