diff --git a/modules/cloudwatch-alarm-actions/README.md b/modules/cloudwatch-alarm-actions/README.md
index b26ea90..3394fe5 100644
--- a/modules/cloudwatch-alarm-actions/README.md
+++ b/modules/cloudwatch-alarm-actions/README.md
@@ -34,7 +34,7 @@ module "monitoring_cloudwatch_alarm_actions" {
| [notify\_servicenow](#module\_notify\_servicenow) | ./modules/lambda-subscription | n/a |
| [notify\_slack](#module\_notify\_slack) | terraform-aws-modules/notify-slack/aws | 5.4.1 |
| [notify\_teams](#module\_notify\_teams) | ./modules/lambda-subscription | n/a |
-| [topic](#module\_topic) | git::https://github.com/dasmeta/terraform-aws-sns.git//modules/topic | n/a |
+| [topic](#module\_topic) | git::https://github.com/dasmeta/terraform-aws-sns.git//modules/topic | DMVP-5761 |
## Resources
diff --git a/modules/cloudwatch-alarm-actions/main.tf b/modules/cloudwatch-alarm-actions/main.tf
index fe68ce1..6f11095 100644
--- a/modules/cloudwatch-alarm-actions/main.tf
+++ b/modules/cloudwatch-alarm-actions/main.tf
@@ -2,7 +2,7 @@ module "topic" {
# source = "dasmeta/sns/aws//modules/topic"
# version = "1.1.1"
- source = "git::https://github.com/dasmeta/terraform-aws-sns.git//modules/topic"
+ source = "git::https://github.com/dasmeta/terraform-aws-sns.git//modules/topic?ref=DMVP-5761"
name = var.topic_name
create = var.create_topic