cloudposse / terraform-aws-sns-topic

Terraform Module to Provide an Amazon Simple Notification Service (SNS)
https://cloudposse.com/accelerate
47 stars 48 forks source link

custom sns_topic_policy_json should be enough to create policies #86

Open andreineculau opened 1 month ago

andreineculau commented 1 month ago

what

Don't require AWS services or IAM ARNs. sns_topic_policy_json should also be enough.

why

I want to be in control of the policies (they are given through other means). Without this change, either I have to pass some fake? AWS service or IAM ARN just to enact the sns_topic_policy_json input.

references