Terraform Aws Sqs Versions Save

Terraform module to create AWS SQS resources 🇺🇦

v4.2.0

2 weeks ago

4.2.0 (2024-04-26)

Features

  • Added queue_arn_static and dead_letter_queue_arn_static outputs (#62) (cd54bb0)

v4.1.1

2 months ago

4.1.1 (2024-03-06)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#61) (1e2e703)

v4.1.0

6 months ago

4.1.0 (2023-10-21)

Features

  • Add option to disable creation of redrive policy for the dead letter queue (#60) (c4db9a6)

v4.0.2

9 months ago

4.0.2 (2023-07-18)

Bug Fixes

  • Disabled adding .fifo suffix to DLQ name if use_name_prefix (#57) (c08f511)

v4.0.1

1 year ago

4.0.1 (2023-01-19)

Bug Fixes

  • Correct .fifo postfix and KMS key ID usage on dead letter queue (#51) (2587a70)

v4.0.0

1 year ago

4.0.0 (2023-01-03)

âš  BREAKING CHANGES

  • var.redrive_policy, and var.redrive_policy data types have changed from string to any which is a map of values. The conversion from a map to a jsonencoded string is now handled by the module
  • var.name_prefix has been replaced with var.use_name_prefix which is a boolean that will use var.name as a prefix
  • var.policy has been removed; users can create a policy via the queue policy or dead-letter queue policy which by default uses the associated queue ARN as the resource (avoids the chicken vs the egg scenario)
  • When creating a FIFO queue, the .fifo postfix will now be automatically added to the queue name
  • Added support for creating:
    • Queue policy
    • Dead letter queue
    • Dead letter queue policy
  • Redrive and redrive allow policies have been converted to their separate resources to avoid lifecycle conflicts; now you can create both the source queue and dead-letter queue in the same terraform apply without conflict
  • The queue data source previously used to extract the queue name has been replaced since this is natively supported in the current AWS provider queue resource

See the UPGRADE-4.0.md guide for more details

v3.5.0

1 year ago

3.5.0 (2022-11-08)

Features

v3.4.2

1 year ago

3.4.2 (2022-10-27)

Bug Fixes

  • Update CI configuration files to use latest version (#42) (268308a)

v3.4.1

1 year ago

3.4.1 (2022-10-04)

Bug Fixes

  • Add conditional null for sqs_managed_sse_enabled (#41) (da544b9)

v3.4.0

1 year ago

3.4.0 (2022-09-30)

Features