[Solved] Instance Profile already exists in Terraform
If you get the Instance Profile already exists
error when running your Terraform apply
, then it is either because an instance profile with that name already existed in the account, or because the previous terraform destroy
did not remove it.
Step 1 – Identify the Instance Profiles in the account
|
|
Step 2 – Delete the Instance Profile/s
|
|