Skip to content

Commit 85fab8c

Browse files
authored
[AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 (#15)
1 parent 73f9a1d commit 85fab8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ data "aws_ami" "info" {
5858
}
5959

6060
module "label" {
61-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
61+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
6262
namespace = var.namespace
6363
stage = var.stage
6464
environment = var.environment

0 commit comments

Comments
 (0)