-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
f/aws_mq_broker: Allow custom timeouts for common operations
For peripheral AWS regions it is common that AmazonMQ RabbitMQ, for instance, takes more than 30min for a create or even a broker update when a cluster requires a full reboot. Since there is already support in the code, the API is just not exposed, this is mostly about allowing terraform code to configure the currently static timeouts. Nothing else changes, the defaults continue to be 30m, so it is backwards compatible.
- Loading branch information
1 parent
9c21d5d
commit 1d98f02
Showing
4 changed files
with
27 additions
and
15 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,3 @@ | ||
```release-note:enhancement | ||
resource/aws_mq_broker: Allow custom timeouts for common operations | ||
``` |
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
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
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