Is there any option available for handling Openstack provider credentials in Terraform similar to the one exists in AWS provider like Environment variables.
My Usecase:
As part of the POC, I would be invoking the terraform apply
command from my python app in which I am planning to define the Openstack credentials as environment variables and unset the same once execution completed. By this I can avoid storing the credentials in files as well the vault/consul complexity.
Please clarify, thanks.