Skip to content

Commit

Permalink
Update Terraform cloudposse/label/null to v0.24.1 (#95)
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 7def9c6 commit 6eb048c
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,7 +5,7 @@ locals {

module "task_label" {
source = "cloudposse/label/null"
version = "0.22.1"
version = "0.24.1"
enabled = local.enabled && length(var.task_role_arn) == 0

attributes = ["task"]
Expand All @@ -15,7 +15,7 @@ module "task_label" {

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

attributes = ["service"]

Expand All @@ -24,7 +24,7 @@ module "service_label" {

module "exec_label" {
source = "cloudposse/label/null"
version = "0.22.1"
version = "0.24.1"
enabled = local.enabled && length(var.task_exec_role_arn) == 0

attributes = ["exec"]
Expand Down

0 comments on commit 6eb048c

Please sign in to comment.