Skip to content

Commit

Permalink
[AUTOMATED] Update terraform-null-label versions to support Terraform…
Browse files Browse the repository at this point in the history
… 0.13 (#67)
  • Loading branch information
Gowiem authored Aug 18, 2020
1 parent c7bc8c8 commit e626091
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,5 +1,5 @@
module "label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
enabled = var.enabled
namespace = var.namespace
name = var.name
Expand All @@ -12,7 +12,7 @@ module "label" {
}

module "user_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
enabled = var.enabled
namespace = var.namespace
name = var.name
Expand Down

0 comments on commit e626091

Please sign in to comment.