Currently, Terravision utilizes AWS APIs through the default AWS profile located in .aws/credentials. However, it would greatly enhance the functionality if users could select the profile through which to run the AWS commands. This would provide greater flexibility and control over AWS resources for Terravision users.
An AWS CLI example is the following:
aws ec2 describe-instances --profile user1
Currently, Terravision utilizes AWS APIs through the default AWS profile located in .aws/credentials. However, it would greatly enhance the functionality if users could select the profile through which to run the AWS commands. This would provide greater flexibility and control over AWS resources for Terravision users. An AWS CLI example is the following:
aws ec2 describe-instances --profile user1