Skip to content

Commit 25f917d

Browse files
authored
fix/SA-251: cloudwatch retention default (#27)
* chore: latest notifications module
1 parent 6fffab6 commit 25f917d

File tree

5 files changed

+133
-93
lines changed

5 files changed

+133
-93
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
5555

5656
| Name | Source | Version |
5757
|------|--------|---------|
58-
| <a name="module_notifications"></a> [notifications](#module\_notifications) | appvia/notifications/aws | 1.0.1 |
58+
| <a name="module_notifications"></a> [notifications](#module\_notifications) | appvia/notifications/aws | 1.0.2 |
5959

6060
## Resources
6161

examples/basic/.terraform.lock.hcl

+65-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/existing_sns/.terraform.lock.hcl

+65-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/existing_sns/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
| Name | Version |
1313
|------|---------|
14-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.65.0 |
14+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.66.0 |
1515

1616
## Modules
1717

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module "notifications" {
44
count = var.enable_notification_creation ? 1 : 0
55
source = "appvia/notifications/aws"
6-
version = "1.0.1"
6+
version = "1.0.2"
77

88
allowed_aws_services = ["budgets.amazonaws.com", "costalerts.amazonaws.com", "lambda.amazonaws.com"]
99
create_sns_topic = local.enable_sns_topic_creation

0 commit comments

Comments
 (0)