Skip to content

Commit 183290e

Browse files
Merge pull request #7 from KristijanEftimov/main
Update budget notification name.
2 parents 6863074 + 8017b05 commit 183290e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ resource "aws_sns_topic_subscription" "email_PO_subscription" {
153153
resource "aws_budgets_budget" "monthly_cost_budget" {
154154
count = var.budget-threshold > 0 ? 1 : 0 // deploy the resource, only if budget-threshold is greater than 0
155155

156-
name = "MonthlyCostBudget for client: ${var.project-name}"
156+
name = "MonthlyCostBudget-${var.project-name}"
157157
budget_type = "COST"
158158
limit_amount = var.budget-threshold
159159
limit_unit = "USD"

0 commit comments

Comments
 (0)