terraform-aws-iam-assumed-roles
terraform-aws-iam-assumed-roles copied to clipboard
Terraform Module for Assumed Roles on AWS with IAM Groups Requiring MFA
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/cloudposse/terraform-aws-iam-assumed-roles). - WARN:...
### Describe the Bug This module appears to be incompatible with terraform 0.13.0 and above. Attempting to run `terraform init` with the following `main.tf` file ```hcl module "aws_iam_assumed_roles" { source...
When running terraform versions >= 0.12, this module fails due to various non-indexed references to resources that are defined using `count`. You'll see a bunch of errors like this when...