Skip to content

Commit

Permalink
Update Terraform cloudposse/label/null to v0.24.1 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 9, 2021
1 parent 3827436 commit e149851
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
module "cpu_utilization_high_alarm_label" {
source = "cloudposse/label/null"
version = "0.22.1"
version = "0.24.1"
attributes = ["cpu", "utilization", "high"]

context = module.this.context
}

module "cpu_utilization_low_alarm_label" {
source = "cloudposse/label/null"
version = "0.22.1"
version = "0.24.1"
attributes = ["cpu", "utilization", "low"]

context = module.this.context
}

module "memory_utilization_high_alarm_label" {
source = "cloudposse/label/null"
version = "0.22.1"
version = "0.24.1"
attributes = ["memory", "utilization", "high"]

context = module.this.context
}

module "memory_utilization_low_alarm_label" {
source = "cloudposse/label/null"
version = "0.22.1"
version = "0.24.1"
attributes = ["memory", "utilization", "low"]

context = module.this.context
Expand Down

0 comments on commit e149851

Please sign in to comment.