sns-topics
devops-workflow/sns-topics/aws
Terraform Module
HCL
AWS
Terraform module to manage AWS SNS topics
Install
module "sns-topics" {
source = "devops-workflow/sns-topics/aws"
version = "0.1.3"
}
README
AWS SNS Topics Terraform module ======================== Terraform module which creates SNS topics on AWS. Usage ----- ``hcl module "sns-topics" { source = "devops-workflow/sns-topics/aws" names = ["topic-1", "topic2", "topic_3"] environment = "dev" } ``
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| names | any | List of SNS Topic Names | required |
| environment | any | Environment (ex: dev, qa, stage, prod) | required |
| namespaced | any | Namespace all resources (prefixed with the environment)? | true |
Outputs (2)
topic_arns — List of SNS Topic ARNstopic_ids — List of SNS Topic IDsResources (2)
aws_sns_topicaws_sns_topic_policy
Topics & Tags
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.3
Cloud AWS
★ Stars1
Forks3
Total downloads8.4k
Inputs3
Outputs2
Resources2
Namespacedevops-workflow
Updated
Similar packages
caf-enterprise-scale
Azure landing zones Terraform module
★ 952terraform
caf
Terraform supermodule for the Terraform platform engineering for Azure
★ 581terraform
lz-vending
Terraform module to deploy landing zone subscriptions (and much more) in Azure
★ 210terraform
label
Terraform Module to define a consistent naming convention by (namespace, stage,
★ 702terraform