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
Bug Description
The error occurs because there's an attempt to create an IAM role named "AWSAFTService" that already exists in the account. The AWSAFTService role was not created previously, I tried to delete it when I first noticed the error, but deleting it didn´t change anything.
Steps to reproduce the behavior:
Nothing outside the basic configuration, just the terraform plan and then terraform apply using the repository with any changes.
Related Logs
Code error:
Error: creating IAM Role (AWSAFTService): operation error IAM: CreateRole, https response error StatusCode: 409, RequestID: b3b78412-dc8b-4bf2-b549-05389e48a643, EntityAlreadyExists: Role with name AWSAFTService already exists.
│
│ with module.aft_iam_roles.module.ct_management_service_role.aws_iam_role.role,
│ on modules\aft-iam-roles\service-role\main.tf line 28, in resource "aws_iam_role" "role":
│ 28: resource "aws_iam_role" "role" {
The text was updated successfully, but these errors were encountered:
Terraform Version & Prov:
AFT Version:
1.13.3
Terraform version
Terraform v1.10.5
Bug Description
The error occurs because there's an attempt to create an IAM role named "AWSAFTService" that already exists in the account. The AWSAFTService role was not created previously, I tried to delete it when I first noticed the error, but deleting it didn´t change anything.
Steps to reproduce the behavior:
Nothing outside the basic configuration, just the terraform plan and then terraform apply using the repository with any changes.
Related Logs
Code error:
Error: creating IAM Role (AWSAFTService): operation error IAM: CreateRole, https response error StatusCode: 409, RequestID: b3b78412-dc8b-4bf2-b549-05389e48a643, EntityAlreadyExists: Role with name AWSAFTService already exists.
│
│ with module.aft_iam_roles.module.ct_management_service_role.aws_iam_role.role,
│ on modules\aft-iam-roles\service-role\main.tf line 28, in resource "aws_iam_role" "role":
│ 28: resource "aws_iam_role" "role" {
The text was updated successfully, but these errors were encountered: