not working on macos #86
Unanswered
danilo-patrucco
asked this question in
Q&A
Replies: 1 comment 2 replies
|
By adding the variables in the terraform terminal I was able to get an output, but it was a single output, I am running modules called from a different repository, should it be able to read calls made through sequential modules (I am calling 6-7 modules from the main.tf file) |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm trying to run iamlive in a Macos running sonoma 14.4.1 without much success, the command I'm running is:
iamlive --set-ini --profile dev --output-file policy.json --refresh-rate 1 --sort-alphabetical --host 127.0.0.1 --mode csmI set the profile using
export AWS_PROFILE=devthen run iamlive and then runterraform apply "test.out"on a separate terminal, but the policy has the following output:{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": null, "Resource": "*" } ] }before running the I am command I also run this:
export AWS_CSM_ENABLED=truethe shell I'm using is zsh.
Is there something I'm missing?
All reactions