Commit e601ca98 authored by nimrod's avatar nimrod
Browse files

fixup! Allow disabling SMS messages.

parent 92e46a06
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ output "send_sms_notifications" {
}

resource "aws_ssm_parameter" "send_sms_notifications" {
  name  = "${local.module}/${local.env}/send_sms_notifications"
  name  = "/${local.module}/${local.env}/send_sms_notifications"
  type  = "String"
  value = tostring(var.send_sms_notifications)
}