Skip to content

Instantly share code, notes, and snippets.

View rock7-gists's full-sized avatar

rock7-gists

View GitHub Profile
@rock7-gists
rock7-gists / cloudloop_sqs.tf
Created July 9, 2020 15:11
Copy and paste setup for Cloudloop SQS routes and creates a group which developers can be attached to
locals {
rock7_arn = "arn:aws:iam::902942185257:role/Rock7CustomerSQS"
}
resource "aws_sqs_queue" "cloudloop_sqs_mo" {
name = "Rock7_MO"
}
resource "aws_sqs_queue" "cloudloop_sqs_mt" {
name = "Rock7_MT"