-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
217 additions
and
564 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,23 @@ | ||
## Pull Request [#1042](https://github.com/cloudposse/terraform-aws-components/pull/1042) - Refactor `sqs-queue` Component | ||
|
||
Components PR [#1042](https://github.com/cloudposse/terraform-aws-components/pull/1042) | ||
|
||
### Affected Components | ||
|
||
- `sqs-queue` | ||
|
||
### Summary | ||
|
||
This change to the sqs-queue component, [#1042](https://github.com/cloudposse/terraform-aws-components/pull/1042), | ||
refactored the `sqs-queue` component to use the AWS Module for queues, this provides better support for Dead-Letter | ||
Queues and easy policy attachment. | ||
|
||
As part of that change, we've changed some variables: | ||
|
||
- `policy` - **Removed** | ||
- `redrive_policy` - **Removed** | ||
- `dead_letter_sqs_arn` - **Removed** | ||
- `dead_letter_component_name` - **Removed** | ||
- `dead_letter_max_receive_count` - Renamed to `dlq_max_receive_count` | ||
- `fifo_throughput_limit` **type changed** from `list(string)` to type `string` | ||
- `kms_master_key_id` **type changed** from `list(string)` to type `string` |
Large diffs are not rendered by default.
Oops, something went wrong.
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
279 changes: 0 additions & 279 deletions
279
modules/sqs-queue/modules/terraform-aws-sqs-queue/context.tf
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.