diff --git a/sms-notify.tf b/sms-notify.tf index dfbcf4ff00bc4c10e2122cb8e0419262dc32c8fb..1ee5e9f6e18287f493025d1c01d6966c28fe85a5 100644 --- a/sms-notify.tf +++ b/sms-notify.tf @@ -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) }