Skip to content

Commit

Permalink
updating cost management budget thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgacosta committed Jan 5, 2024
1 parent 8d94ec7 commit f8cb5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions management/global/cost-mgmt/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#
variable "monthly_billing_threshold_50" {
description = "Monthly billing threshold in dollars"
default = "50.0"
default = "62.5"
}

variable "monthly_billing_threshold_100" {
description = "Monthly billing threshold in dollars"
default = "100.0"
default = "125.0"
}

variable "currency" {
Expand Down

0 comments on commit f8cb5d0

Please sign in to comment.