File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
55
55
56
56
| Name | Source | Version |
57
57
| ------| --------| ---------|
58
- | <a name =" module_notifications " ></a > [ notifications] ( #module\_ notifications ) | appvia/notifications/aws | 1.0.2 |
58
+ | <a name =" module_notifications " ></a > [ notifications] ( #module\_ notifications ) | appvia/notifications/aws | 1.0.3 |
59
59
60
60
## Resources
61
61
Original file line number Diff line number Diff line change 3
3
module "notifications" {
4
4
count = var. enable_notification_creation ? 1 : 0
5
5
source = " appvia/notifications/aws"
6
- version = " 1.0.2 "
6
+ version = " 1.0.3 "
7
7
8
8
allowed_aws_services = [" budgets.amazonaws.com" , " costalerts.amazonaws.com" , " lambda.amazonaws.com" ]
9
9
create_sns_topic = local. enable_sns_topic_creation
You can’t perform that action at this time.
0 commit comments