We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2b3165 commit 83d01a0Copy full SHA for 83d01a0
main.tf
@@ -2,7 +2,7 @@
2
## Provision the SNS topic for the cost anomaly detection, if required
3
module "notifications" {
4
source = "appvia/notifications/aws"
5
- version = "0.1.2"
+ version = "0.1.3"
6
7
allowed_aws_services = ["budgets.amazonaws.com", "lambda.amazonaws.com"]
8
create_sns_topic = var.create_sns_topic
0 commit comments