Skip to content

Commit

Permalink
fix(DMVP-5761): Update all components
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Aghamyan committed Nov 11, 2024
1 parent 1354be9 commit 6a289b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/cloudwatch-alarm-actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module "monitoring_cloudwatch_alarm_actions" {
| <a name="module_notify_servicenow"></a> [notify\_servicenow](#module\_notify\_servicenow) | ./modules/lambda-subscription | n/a |
| <a name="module_notify_slack"></a> [notify\_slack](#module\_notify\_slack) | terraform-aws-modules/notify-slack/aws | 5.4.1 |
| <a name="module_notify_teams"></a> [notify\_teams](#module\_notify\_teams) | ./modules/lambda-subscription | n/a |
| <a name="module_topic"></a> [topic](#module\_topic) | dasmeta/sns/aws//modules/topic | 1.1.3 |
| <a name="module_topic"></a> [topic](#module\_topic) | dasmeta/sns/aws//modules/topic | 1.2.4 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion modules/cloudwatch-alarm-actions/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "topic" {
source = "dasmeta/sns/aws//modules/topic"
version = "1.1.3"
version = "1.2.4"

name = var.topic_name
create = var.create_topic
Expand Down

0 comments on commit 6a289b8

Please sign in to comment.