Missing actions with running Terraform via proxy #96
Unanswered
mentoc3000
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Hi @mentoc3000, Thanks for reaching out. Though This is likely a mapping issue with the specific bedrock endpoint on my end. I'll need to replicate this and take a deeper look - please bear with me a few days before I have time to investigate. |
Beta Was this translation helpful? Give feedback.
3 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.
-
I'm running
iamlivein proxy mode to capture the calls made from a terraform deployment. I'm capturing theiam:actions but nothing else.I launch
iamliveusing the following:Here is my Terraform configuration:
I apply the config using
iamliveruns without error but only outputs the following:{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "sts:GetCallerIdentity", "iam:GetRole", "iam:CreateRole", "iam:ListRolePolicies", "iam:ListAttachedRolePolicies", "iam:PutRolePolicy", "iam:GetRolePolicy", "iam:CreatePolicy", "iam:GetPolicy", "iam:GetPolicyVersion", "iam:AttachRolePolicy", "iam:DeleteRolePolicy", "iam:DetachRolePolicy", "iam:ListPolicyVersions", "iam:DeletePolicy", "iam:ListInstanceProfilesForRole", "iam:DeleteRole" ], "Resource": "*" } ] }Any suggestions on what I might be doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions