Skip to content

Commit e626091

Browse files
authored
[AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 (#67)
1 parent c7bc8c8 commit e626091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "label" {
2-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
2+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
33
enabled = var.enabled
44
namespace = var.namespace
55
name = var.name
@@ -12,7 +12,7 @@ module "label" {
1212
}
1313

1414
module "user_label" {
15-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
15+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
1616
enabled = var.enabled
1717
namespace = var.namespace
1818
name = var.name

0 commit comments

Comments
 (0)