-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34329 from Octogonapus/b-aws_iot_policy-delete_co…
…nsistency_fix fix: Add retry for eventual consistency bug in aws_iot_policy
- Loading branch information
Showing
6 changed files
with
561 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
```release-note:bug | ||
resource/aws_iot_policy: Retry `DeleteConflictException` errors on delete | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_iot_policy: Add configurable timeouts | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_iot_policy: When updating the resource, delete the oldest non-default version of the policy if creating a new version would exceed the maximum number of versions (5) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.