Skip to content
Snippets Groups Projects
Commit e601ca98 authored by nimrod's avatar nimrod
Browse files

fixup! Allow disabling SMS messages.

parent 92e46a06
No related branches found
No related tags found
No related merge requests found
Pipeline #3384 failed
...@@ -17,7 +17,7 @@ output "send_sms_notifications" { ...@@ -17,7 +17,7 @@ output "send_sms_notifications" {
} }
resource "aws_ssm_parameter" "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" type = "String"
value = tostring(var.send_sms_notifications) value = tostring(var.send_sms_notifications)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment