diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 76656e06..9f989077 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -3,7 +3,7 @@ provider "aws" { } 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" namespace = var.namespace name = var.name stage = var.stage diff --git a/main.tf b/main.tf index be8016f3..fd0310ae 100644 --- a/main.tf +++ b/main.tf @@ -6,7 +6,7 @@ locals { } 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" namespace = var.namespace stage = var.stage environment = var.environment