We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I noticed that the module creates two SNS topics here https://github.com/dubiety/terraform-aws-elasticsearch-cloudwatch-sns-alarms/blob/master/main.tf#L3-L14 if we create_sns_topic set to true (which is the default). Is there a reason it's doing that? I see both being referenced in the aws_sns_topic_arn local var
create_sns_topic
true
aws_sns_topic_arn
The text was updated successfully, but these errors were encountered:
Hi @rajaie-sg ,
Thank you for filing the issue. You're right, there's a logic error here. Will modify it soon.
Sorry, something went wrong.
The bug should be fix in v3.0.3. Please reopen if you found the problem is still there. Thank you very much.
v3.0.3
No branches or pull requests
Hi, I noticed that the module creates two SNS topics here https://github.com/dubiety/terraform-aws-elasticsearch-cloudwatch-sns-alarms/blob/master/main.tf#L3-L14 if we
create_sns_topic
set totrue
(which is the default). Is there a reason it's doing that? I see both being referenced in theaws_sns_topic_arn
local varThe text was updated successfully, but these errors were encountered: