Skip to content
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

feat: Added support for deduplication_scope and fifo_throughput_limit #32

Merged
merged 3 commits into from
Nov 22, 2021

Conversation

kamilhristov
Copy link
Contributor

@kamilhristov kamilhristov commented Nov 22, 2021

Description

  1. Add more variables for fifo queues with default values as per documentation: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sqs_queue
  2. Allow example to be applied without changes.

Motivation and Context

Fixes #31

Breaking Changes

None.

How Has This Been Tested?

  • I have tested and validated these changes using one or more of the provided examples/* projects

@antonbabenko antonbabenko changed the title Add variables: input_deduplication_scope input_fifo_throughput_limit and fix example feat: Added support for input_deduplication_scope and input_fifo_throughput_limit Nov 22, 2021
variables.tf Show resolved Hide resolved
variables.tf Outdated Show resolved Hide resolved
@antonbabenko antonbabenko changed the title feat: Added support for input_deduplication_scope and input_fifo_throughput_limit feat: Added support for deduplication_scope and fifo_throughput_limit Nov 22, 2021
@kamilhristov kamilhristov force-pushed the master branch 2 times, most recently from a6ba7cb to edce090 Compare November 22, 2021 20:52
@kamilhristov
Copy link
Contributor Author

@antonbabenko comments addressed, please review 🙏

Copy link
Member

@antonbabenko antonbabenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update versions.tf to use Terraform 0.13.1 at least, and AWS provider when the feature you are adding was introduced.

Copy this - https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/versions.tf

@antonbabenko antonbabenko merged commit 3a03476 into terraform-aws-modules:master Nov 22, 2021
@antonbabenko
Copy link
Member

Good job! Here we go 🎉

v3.2.0 has been just released.

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hight through-put fifo queue parameters have to be enabled in this resource
2 participants