rishabhpradhan / terraform-aws-sns-topic-subscription

Terraform module to create AWS SNS Subscription

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-aws-sns-topic-subscription

Terraform module for AWS SNS Topic Subscription

Reference Link

##Usage

    module "terraform-aws-sns-topic-subscription" {
        source = "git::https://github.com/rishabhpradhan/terraform-aws-sns-topic-subscription.git"
        topic = module.terraform-aws-sns-topic.sns_topic_arn
        protocol = "sqs"
        endpoint = module.terraform-aws-sqs-queue.sqs_queue_arn
    }

About

Terraform module to create AWS SNS Subscription


Languages

Language:HCL 100.0%