We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
terraform-iam/roles/main.tf
Lines 4 to 7 in 44cd2f0
Should be:
authorised_account_ids = (length(var.authorised_account_ids) == 0 ? [data.aws_caller_identity.current.account_id] : var.authorised_account_ids) authorised_account_root_arns = formatlist("arn:aws:iam::%s:root", local.authorised_account_ids)
The text was updated successfully, but these errors were encountered:
Resolves inability to assume roles across accounts. (Ref: <https://gi…
6c3f222
…thub.com/ace-teknologi/terraform-iam/issues/17\>\)
c7102f3
…thub.com/ace-teknologi/terraform-iam/issues/17\>\) (#18)
Successfully merging a pull request may close this issue.
terraform-iam/roles/main.tf
Lines 4 to 7 in 44cd2f0
Should be:
The text was updated successfully, but these errors were encountered: