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
I work within an organization that restricts the creation of IAM roles in AWS. While we can create them with Terraform, it is not with aws_iam_role. Many modules are supporting a passed IAM role (reference) that allows us to use the modules directly but provide our own IAM role.
Could you consider an optional user-provided IAM role for this Terraform?
The text was updated successfully, but these errors were encountered:
Summary
I work within an organization that restricts the creation of IAM roles in AWS. While we can create them with Terraform, it is not with
aws_iam_role
. Many modules are supporting a passed IAM role (reference) that allows us to use the modules directly but provide our own IAM role.Could you consider an optional user-provided IAM role for this Terraform?
The text was updated successfully, but these errors were encountered: