Loading sms-notify.tf +1 −1 Original line number Diff line number Diff line Loading @@ -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) } Loading Loading
sms-notify.tf +1 −1 Original line number Diff line number Diff line Loading @@ -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) } Loading