Closed koooge closed 7 years ago
I found error when I exec terraform plan.
terraform plan
aws_iam_instance_profile.<name>: "roles": [DEPRECATED] Use `role` instead. Only a single role can be passed to an IAM Instance Profile
and aws_iam_instance_profile.tf
resource "aws_iam_instance_profile" "<name>" { name = "<name>" path = "/" roles = [] }
Hello. I am troubled with the same issue, so I sent a PR to fix it.
thanks @chroju 🙏 I close this issue.
I found error when I exec
terraform plan
.and aws_iam_instance_profile.tf