-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve error handling in account delete function #2436
Improve error handling in account delete function #2436
Conversation
changelog detected ✅ |
9b3acbd
to
9f6fe19
Compare
0da1d08
to
3401142
Compare
internal/sdkv2provider/resource_cloudflare_access_keys_configuration.go
Outdated
Show resolved
Hide resolved
3401142
to
78895b2
Compare
This commit surfaces some additional information (the account ID) on account deletion failure cases. I encountered some strange behaviour (that ended up being my fault) that led to me digging through this module. Thought I'd leave it in a better place than I found it as I found a couple of minor issues. Closes cloudflare#2437
78895b2
to
47a6814
Compare
internal/sdkv2provider/resource_cloudflare_access_keys_configuration.go
Outdated
Show resolved
Hide resolved
thanks for following through on this one @therealdwright, appreciate it! |
This functionality has been released in v4.7.0 of the Terraform Cloudflare Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
This commit surfaces some additional information (the account ID) on account
deletion failure cases.
I encountered some strange behaviour (that ended up being my fault) that
led to me digging through this module. Thought I'd leave it in a better place than
I found it as I found a couple of minor issues.
Closes #2437