I don't want to report a bug but ask for a certain permission. I want to integrate terraform code in an Azure DevOps pipeline.
Therefore I am using an IAM User with long-term credentials (don't mix up with IAM Identity User). Creating an aws control tower account with terraform apply does actually fail. AWS CLI does return an empty response for
aws servicecatalog search-products --filters FullTextSearch="AWS Control Tower Account Factory"
But when executing locally with an SSO user (IAM Identity User), I can execute terraform apply successfully for the terraform code above.
Can someone point out the specific role/permissions that the IAM user needs for aws cli request above?
Hi there,
I don't want to report a bug but ask for a certain permission. I want to integrate terraform code in an Azure DevOps pipeline. Therefore I am using an IAM User with long-term credentials (don't mix up with IAM Identity User). Creating an aws control tower account with terraform apply does actually fail. AWS CLI does return an empty response for
But when executing locally with an SSO user (IAM Identity User), I can execute terraform apply successfully for the terraform code above.
Can someone point out the specific role/permissions that the IAM user needs for aws cli request above?