You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This configuration will not work no matter how you attempt to execute the command (even with ENV VAR's), but the underlying AWS commands/terraform commands will succeed.
You have to change the config to the following, and utilize the default profile:
Hello, there were previous attempts to re-open the following issue. I can confirm the issue exists in current release
v0.8.24
When looking at the AWS configuration file we can see the following:
This configuration will not work no matter how you attempt to execute the command (even with ENV VAR's), but the underlying AWS commands/terraform commands will succeed.
You have to change the config to the following, and utilize the default profile:
Failed Command:
terraformer import aws --resources=vpc,subnet --profile "YOUR_ADMIN_PROFILE"
Successful command:
terraformer import aws --resources=vpc,subnet --profile ""
Example output:
This is related to the following: #940
The text was updated successfully, but these errors were encountered: