terraform-aws-sns
terraform-aws-sns copied to clipboard
Terraform module to create AWS SNS resources πΊπ¦
## Description Added resources to create SQS subscription when desired. Similar PR - #29 ## Motivation and Context Currently this module only created an SNS topic. I wanted the ability,...
## Description When creating a totally custom SNS policy using a terraform `aws_iam_policy_document` as the `topic_policy` value, terraform throws a `Error: Cycle` Error if the module output of the module...
Hi, reading the code I saw this line https://github.com/terraform-aws-modules/terraform-aws-sns/blob/master/main.tf#L89 wich is in deprecation according to AWS doc, i guess is better change to SourceArn like the example in the same...