Skip to content

Commit

Permalink
Merge pull request #89 from dasmeta/DMVP-5761
Browse files Browse the repository at this point in the history
fix(DMVP-5761): Update module policy
  • Loading branch information
aghamyan44 authored Nov 13, 2024
2 parents b3720de + 090f2ac commit 80ec281
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/cloudwatch-alarm-actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ module "monitoring_cloudwatch_alarm_actions" {
| Name | Source | Version |
|------|--------|---------|
| <a name="module_dead_letter_queue"></a> [dead\_letter\_queue](#module\_dead\_letter\_queue) | dasmeta/modules/aws//modules/sqs | 1.5.1 |
| <a name="module_fallback-topic"></a> [fallback-topic](#module\_fallback-topic) | git::https://github.com/dasmeta/terraform-aws-sns.git//modules/topic | DMVP-5761 |
| <a name="module_fallback-topic"></a> [fallback-topic](#module\_fallback-topic) | dasmeta/sns/aws//modules/topic | 1.2.7 |
| <a name="module_notify_jira"></a> [notify\_jira](#module\_notify\_jira) | ./modules/lambda-subscription | n/a |
| <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) | git::https://github.com/dasmeta/terraform-aws-sns.git//modules/topic | DMVP-5761 |
| <a name="module_topic"></a> [topic](#module\_topic) | dasmeta/sns/aws//modules/topic | 1.2.7 |

## Resources

Expand Down
4 changes: 2 additions & 2 deletions 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.2.6"
version = "1.2.7"

name = var.topic_name
create = var.create_topic
Expand All @@ -22,7 +22,7 @@ module "dead_letter_queue" {

module "fallback-topic" {
source = "dasmeta/sns/aws//modules/topic"
version = "1.2.6"
version = "1.2.7"

name = "fallback-${var.topic_name}"
delivery_policy = var.delivery_policy
Expand Down

0 comments on commit 80ec281

Please sign in to comment.