Skip to content

Commit 0a32b54

Browse files
change name of parameter
1 parent e2fd942 commit 0a32b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/core/34-aws-budget-alerting.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module "set_budget_limit_amount" {
1111
}
1212

1313
resource "aws_ssm_parameter" "budget_alert_recipients" {
14-
name = "budget-alert-recipients"
14+
name = "/data-and-insight/budget-alert-recipients"
1515
type = "StringList"
1616
value = "value"
1717
tags = module.tags.values

0 commit comments

Comments
 (0)