Skip to content

Commit

Permalink
Format budget module
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswilding committed Jul 7, 2021
1 parent e9c3421 commit b6738a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion budget/budget.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ resource "aws_budgets_budget" "budget" {
threshold = 100
threshold_type = "PERCENTAGE"
subscriber_email_addresses = ["[email protected]"]
subscriber_sns_topic_arns = ["${aws_sns_topic.budget.arn}"]
subscriber_sns_topic_arns = [aws_sns_topic.budget.arn]
}
}

0 comments on commit b6738a5

Please sign in to comment.