Skip to content

Commit

Permalink
Update Terraform cloudposse/label/null to v0.23.0 (#14)
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 4, 2021
1 parent 80b39b9 commit 48b01eb
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.22.0"
version = "0.23.0"
attributes = ["up"]
context = module.this.context
}

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

0 comments on commit 48b01eb

Please sign in to comment.