From ec5707d3798a428a89f6bb491e7318cbf2e175c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20W?= Date: Mon, 7 Dec 2020 11:11:38 +1100 Subject: [PATCH] make this module v14 compatible (#27) Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com> --- README.md | 4 ++++ main.tf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 167716d..9225061 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ + # terraform-aws-dynamodb-autoscaler [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-dynamodb-autoscaler.svg)](https://github.com/cloudposse/terraform-aws-dynamodb-autoscaler/releases/latest) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) + [![README Header][readme_header_img]][readme_header_link] @@ -299,8 +301,10 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply ### Contributors + | [![Erik Osterman][osterman_avatar]][osterman_homepage]
[Erik Osterman][osterman_homepage] | [![Andriy Knysh][aknysh_avatar]][aknysh_homepage]
[Andriy Knysh][aknysh_homepage] | [![Michele Cantelli][emmekappa_avatar]][emmekappa_homepage]
[Michele Cantelli][emmekappa_homepage] | |---|---|---| + [osterman_homepage]: https://github.com/osterman [osterman_avatar]: https://img.cloudposse.com/150x150/https://github.com/osterman.png diff --git a/main.tf b/main.tf index 8c1bdef..4555c87 100644 --- a/main.tf +++ b/main.tf @@ -1,5 +1,5 @@ module "default_label" { - source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0" + source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.22.0" namespace = var.namespace stage = var.stage environment = var.environment