redhat-cop / osia

Tool for reliable automated deployments of OpenShift Container Platform 4.x into OpenStack and AWS.
https://osia-python.rtfd.io
Apache License 2.0
12 stars 12 forks source link

Add support for cloud specific configuration files #30

Open mijaros opened 3 years ago

mijaros commented 3 years ago

After brief experimentation with the HOME variable it was found that the terraform libraries are behaving inconsistently across cloud platforms, hence it is necessary to find appropriate ways how to enforce specific files to be loaded.

For AWS found way how to enforce specific credential file is environment variable: AWS_SHARED_CREDENTIALS_FILE.