Skip to content

Commit

Permalink
Update Terraform cloudposse/label/null to v0.24.1 (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 5, 2021
1 parent 48b01eb commit 4e57ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module "scale_up_label" {
source = "cloudposse/label/null"
version = "0.23.0"
version = "0.24.1"
attributes = ["up"]
context = module.this.context
}

module "scale_down_label" {
source = "cloudposse/label/null"
version = "0.23.0"
version = "0.24.1"
attributes = ["down"]
context = module.this.context
}
Expand Down

0 comments on commit 4e57ffd

Please sign in to comment.