Skip to content

Commit

Permalink
Update Terraform cloudposse/label/null to v0.22.1 (#88)
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 Dec 22, 2020
1 parent 40c29c9 commit 52f8e32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ locals {

module "task_label" {
source = "cloudposse/label/null"
version = "0.22.0"
version = "0.22.1"
enabled = local.enabled && length(var.task_role_arn) == 0
context = module.this.context
attributes = ["task"]
}

module "service_label" {
source = "cloudposse/label/null"
version = "0.22.0"
version = "0.22.1"

context = module.this.context
attributes = ["service"]
}

module "exec_label" {
source = "cloudposse/label/null"
version = "0.22.0"
version = "0.22.1"
enabled = local.enabled && length(var.task_exec_role_arn) == 0
context = module.this.context
attributes = ["exec"]
Expand Down

0 comments on commit 52f8e32

Please sign in to comment.