We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6863074 + 8017b05 commit 183290eCopy full SHA for 183290e
main.tf
@@ -153,7 +153,7 @@ resource "aws_sns_topic_subscription" "email_PO_subscription" {
153
resource "aws_budgets_budget" "monthly_cost_budget" {
154
count = var.budget-threshold > 0 ? 1 : 0 // deploy the resource, only if budget-threshold is greater than 0
155
156
- name = "MonthlyCostBudget for client: ${var.project-name}"
+ name = "MonthlyCostBudget-${var.project-name}"
157
budget_type = "COST"
158
limit_amount = var.budget-threshold
159
limit_unit = "USD"
0 commit comments