Skip to content

Commit 9414eb5

Browse files
[PRMP-926] revert count
1 parent a62c564 commit 9414eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/alarms.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ resource "aws_sns_topic" "alarm_notifications_topic" {
6969
}
7070
]
7171
})
72-
count = local.is_sandbox ? 1 : 1
72+
count = local.is_sandbox ? 0 : 1
7373
}
7474

7575
resource "aws_sns_topic_subscription" "alarm_notifications_sns_topic_subscription" {

0 commit comments

Comments
 (0)