0
0
llucycodes42
This code creates a new subscription to a topic in an AWS SNS account.
Shortcut: tf_aws_sns_topic_subscription
resource "aws_sns_topic_subscription" "${MyAWSResource}" {
}
0
0
llucycodes42
This code creates a new subscription to a topic in an AWS SNS account.
Shortcut: tf_aws_sns_topic_subscription
resource "aws_sns_topic_subscription" "${MyAWSResource}" {
}