Skip to content

v0.20.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 17 Nov 02:02
e932f7e
Add fifo suffix, redrive policy, and additional outputs @nitrocode (#43)

what

  • Allow periods in sqs fifo queue and sns topic if fifo_topic is true
  • Support redrive_policy
  • Added additional outputs

why

  • fifo queues and sns topic require .fifo in their names and the default regex in context is stripping out the period

references

test

module "sns" {
  source = "git::https://github.com/cloudposse/terraform-aws-sns-topic.git?ref=sqs_queue_allow_periods"

  fifo_topic         = true
  sqs_dlq_enabled    = true
  fifo_queue_enabled = true
}