{"id":18624753,"url":"https://github.com/opszero/terraform-aws-sqs","last_synced_at":"2026-02-04T08:33:57.257Z","repository":{"id":229170358,"uuid":"775250406","full_name":"opszero/terraform-aws-sqs","owner":"opszero","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-16T04:19:51.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-17T07:07:41.611Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opszero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"SUPPORT","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["abhiyerra"],"custom":["https://www.opszero.com"]}},"created_at":"2024-03-21T03:04:13.000Z","updated_at":"2025-04-16T04:19:52.000Z","dependencies_parsed_at":"2024-04-08T16:37:52.960Z","dependency_job_id":"4d279eba-46be-4b51-bcb1-35ac1896cb88","html_url":"https://github.com/opszero/terraform-aws-sqs","commit_stats":null,"previous_names":["opszero/terraform-aws-sqs","opszero/terraform-aws-sqs-ciso"],"tags_count":0,"template":false,"template_full_name":"opszero/terraform-template","purl":"pkg:github/opszero/terraform-aws-sqs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-sqs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-sqs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-sqs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-sqs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opszero","download_url":"https://codeload.github.com/opszero/terraform-aws-sqs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opszero%2Fterraform-aws-sqs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265724608,"owners_count":23817834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T04:30:45.568Z","updated_at":"2026-02-04T08:33:57.251Z","avatar_url":"https://github.com/opszero.png","language":"HCL","funding_links":["https://github.com/sponsors/abhiyerra","https://www.opszero.com"],"categories":[],"sub_categories":[],"readme":"# Terraform Aws sqs\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Usage](#usage)\n- [Example](#Example)\n- [Author](#Author)\n- [License](#license)\n- [Inputs](#inputs)\n- [Outputs](#outputs)\n\n## Introduction\nThis Terraform module creates an AWS sqs_distribution Service (sqs_distribution) along with additional configuration options.\n## Usage\nTo use this module, you can include it in your Terraform configuration. Here's an example of how to use it:\n\n## Examples\n\n## Example: sqs_queues\n```hcl\nmodule \"sqs_queues\" {\n  source  = \"git::https://github.com/opszero/terraform-aws-sqs.git?ref=v1.0.1\"\n  tags    = {\n    Env = \"Prod\"\n  }\n\n  queues = {\n    \"queues-1\" = {\n      main_queue_retention_seconds   = \"1209600\"\n      dlq_queue_retention_seconds    = \"1209600\"\n      visibility_timeout_seconds     = \"60\"\n      receive_wait_time_seconds      = \"10\"\n      max_receive_count              = 5\n      ##cloudwatch_metric_alarm\n      cloudwatch_comparison_operator = \"GreaterThanThreshold\"\n      evaluation_periods             = \"1\"\n      cloudwatch_metric_name         = \"ApproximateAgeOfOldestMessage\"\n      cloudwatch_namespace           = \"AWS/SQS\"\n      cloudwatch_statistic           = \"Maximum\"\n      cloudwatch_threshold           = 300\n      cloudwatch_alarm_description   = \"Alarm when the oldest message is older than 5 minutes\"\n      cloudwatch_actions_enabled     = true\n\n      ##sns\n      protocol               = \"email\"\n      endpoint_auto_confirms = true\n      raw_message_delivery   = true\n      endpoint               = \"example@gmail.com\"\n\n    }\n  }\n}\n```\n\n## Example\nFor detailed examples on how to use this module, please refer to the [Examples](https://github.com/opszero/terraform-aws-sqs/tree/main/example) directory within this repository.\n\n## Author\nYour Name Replace **MIT** and **Cypik** with the appropriate license and your information. Feel free to expand this README with additional details or usage instructions as needed for your specific use case.\n\n## License\nThis project is licensed under the **MIT** License - see the [LICENSE](https://github.com/opszero/terraform-aws-sqs/blob/main/LICENSE) file for details.\n\n\u003c!-- BEGIN_TF_DOCS --\u003e\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | \u003e= 6.14.0 |\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_enable_redrive_policy\"\u003e\u003c/a\u003e [enable\\_redrive\\_policy](#input\\_enable\\_redrive\\_policy) | n/a | `bool` | `false` | no |\n| \u003ca name=\"input_queues\"\u003e\u003c/a\u003e [queues](#input\\_queues) | Map of queue names and their properties | `any` | `{}` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | tflint-ignore: terraform\\_typed\\_variables | `any` | n/a | yes |\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_cloudwatch_metric_alarm.oldest_message_alarm_main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_metric_alarm) | resource |\n| [aws_sns_topic.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic) | resource |\n| [aws_sns_topic_subscription.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic_subscription) | resource |\n| [aws_sqs_queue.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sqs_queue) | resource |\n| [aws_sqs_queue_policy.main_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sqs_queue_policy) | resource |\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_sqs_queue_arn\"\u003e\u003c/a\u003e [sqs\\_queue\\_arn](#output\\_sqs\\_queue\\_arn) | n/a |\n| \u003ca name=\"output_sqs_queue_id\"\u003e\u003c/a\u003e [sqs\\_queue\\_id](#output\\_sqs\\_queue\\_id) | n/a |\n# 🚀 Built by opsZero!\n\n\u003ca href=\"https://opszero.com\"\u003e\u003cimg src=\"https://opszero.com/img/common/opsZero-Logo-Large.webp\" width=\"300px\"/\u003e\u003c/a\u003e\n\n[opsZero](https://opszero.com) provides software and consulting for Cloud + AI. With our decade plus of experience scaling some of the world’s most innovative companies we have developed deep expertise in Kubernetes, DevOps, FinOps, and Compliance.\n\nOur software and consulting solutions enable organizations to:\n\n- migrate workloads to the Cloud\n- setup compliance frameworks including SOC2, HIPAA, PCI-DSS, ITAR, FedRamp, CMMC, and more.\n- FinOps solutions to reduce the cost of running Cloud workloads\n- Kubernetes optimized for web scale and AI workloads\n- finding underutilized Cloud resources\n- setting up custom AI training and delivery\n- building data integrations and scrapers\n- modernizing onto modern ARM based processors\n\nWe do this with a high-touch support model where you:\n\n- Get access to us on Slack, Microsoft Teams or Email\n- Get 24/7 coverage of your infrastructure\n- Get an accelerated migration to Kubernetes\n\nPlease [schedule a call](https://calendly.com/opszero-llc/discovery) if you need support.\n\n\u003cbr/\u003e\u003cbr/\u003e\n\n\u003cdiv style=\"display: block\"\u003e\n  \u003cimg src=\"https://opszero.com/img/common/aws-advanced.png\" alt=\"AWS Advanced Tier\" width=\"150px\" \u003e\n  \u003cimg src=\"https://opszero.com/img/common/aws-devops-competency.png\" alt=\"AWS DevOps Competency\" width=\"150px\" \u003e\n  \u003cimg src=\"https://opszero.com/img/common/aws-eks.png\" alt=\"AWS EKS Delivery\" width=\"150px\" \u003e\n  \u003cimg src=\"https://opszero.com/img/common/aws-public-sector.png\" alt=\"AWS Public Sector\" width=\"150px\" \u003e\n\u003c/div\u003e\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopszero%2Fterraform-aws-sqs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopszero%2Fterraform-aws-sqs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopszero%2Fterraform-aws-sqs/lists"}