Terraform fails to create IAM role with error 'The role name already exists' despite not being listed
👀 Views: 5
💬 Answers: 1
📅 Created: 2025-05-31
terraform aws iam
I'm using Terraform v1.4.0 to create an IAM role in AWS with the following configuration: ```hcl resource "aws_iam_role" "my_role" { name = "my...