Giter VIP home page Giter VIP logo

module-terraform's Introduction

Central SQS Terraform Module

Overview

Terraform Template to configure an SQS queue

Variables

queue_name: (String) the unique name to use in constructing the queue name

visibility_timeout_seconds (String) (Optional, default 30) The length of time (in seconds) that a message received from a queue will be invisible to other receiving components

delay_seconds (String) (Optional, default 0) The amount of time to delay the first delivery of all messages added to this queue

receive_wait_time_seconds (String) (Optional, default 20) The maximum amount of time that a long polling receive call will wait for a message to become available before returning an empty response

dlq_arn (String) (Optional) ARN of dead letter queue to associate with SQS

max_receive_count (String) (Optional, default 5) The maximum number of times a message can be received before it is sent to the Dead Letter Queue

Outputs

queue_id: The URL for the created Amazon SQS queue

queue_arn: The ARN of the SQS queue

send_policy: ARN for a send policy to the queue

process_policy: ARN for a read/delete policy to the queue

Example

####application/terraform/main.tf

module "custom_sqs" {
  source            = "git::https://github.com/Patelvijaykumar/module-terraform.git"
  queue_name        = "my-service-custom"
  owner             = "my-group"
}

module-terraform's People

Contributors

easyawslearn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.