Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 08:35 AM - edited 11-29-2023 08:36 AM
UPDATE: I was able to manually work around the issue.
- Run terraform apply
- After apply fails, copy the IAM role ARN and name before deleting the storage credential with the incorrect External ID
- Manually create the storage credential using the same IAM role and name copied from the storage credential deleted in the previous step
- Re-run terraform plan
- Re-run terraform apply
While this is workable, I don't consider it a permanent solution and I would still appreciate a solution that will remove the need for a manual work around.