Skip to content

Commit

Permalink
feat(lightsail): adding ancv resume
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraum committed Oct 24, 2024
1 parent 0417a7a commit ca9d8ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions modules/lightsail_ansiv/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,16 @@ resource "aws_budgets_budget" "lightsail" {
limit_unit = "USD"
time_unit = "MONTHLY"

cost_filter {
name = "Service"
values = ["Amazon Lightsail"]
}

notification {
comparison_operator = "GREATER_THAN"
threshold = 100
threshold = 80
threshold_type = "PERCENTAGE"
notification_type = "FORECASTED"
notification_type = "ACTUAL"

subscriber_sns_topic_arns = [aws_sns_topic.lightsail_alerts.arn]
}
Expand Down

0 comments on commit ca9d8ef

Please sign in to comment.