From 48628c50c6d74ace0717f2a36bb8b9167a204ca5 Mon Sep 17 00:00:00 2001 From: Matt Gowie Date: Tue, 18 Aug 2020 01:56:30 -0600 Subject: [PATCH] [AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 (#22) * [AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 * Updated README.md Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com> --- accepter.tf | 2 +- requester.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/accepter.tf b/accepter.tf index 241e226..14091ee 100644 --- a/accepter.tf +++ b/accepter.tf @@ -22,7 +22,7 @@ locals { } module "accepter" { - 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 diff --git a/requester.tf b/requester.tf index a451aff..7910726 100644 --- a/requester.tf +++ b/requester.tf @@ -51,7 +51,7 @@ locals { } module "requester" { - 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