spacelift-io / terraform-provider-spacelift

Terraform provider to interact with Spacelift
MIT License
74 stars 28 forks source link

Use correct retry logic when handling AWS roles and their attatchments #502

Closed Yantrio closed 8 months ago

Yantrio commented 8 months ago

Description of the change

We recently updated the error message returned from our server to help clarify to users of the spacelift UI what actions they need to take to resolve their issue. However we missed updating the retry loop here specifically checking for the text of the old error.

I will be making a comment internally too to ensure that any future changes to those error messages are also reflected here in the provider.

Type of change

Related issues

Fixes #493

Checklists

Development

Code review