unikulin / terraform-aws-sns

Terraform module which creates SNS resources on AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS SNS Topic Terraform module

Terraform module which creates SNS resources on AWS

This type of resources are supported:

Usage

module "sns_topic" {
  source = "terraform-aws-modules/sns/aws"
  
  name  = "my-topic"
}

Inputs

Name Description Type Default Required
create_sns_topic Whether to create the SNS topic string true no
sns_topic_name The name of the SNS topic to create string - yes

Outputs

Name Description
this_sns_topic_arn ARN of SNS topic

Authors

Module managed by Anton Babenko.

License

Apache 2 Licensed. See LICENSE for full details.

About

Terraform module which creates SNS resources on AWS

License:Other


Languages

Language:HCL 100.0%