Skip to content

Commit ec5707d

Browse files
make this module v14 compatible (#27)
Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>
1 parent 5b7deb8 commit ec5707d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
<!-- markdownlint-disable -->
12
# 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)
3+
<!-- markdownlint-restore -->
24

35
[![README Header][readme_header_img]][readme_header_link]
46

@@ -299,8 +301,10 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
299301

300302
### Contributors
301303

304+
<!-- markdownlint-disable -->
302305
| [![Erik Osterman][osterman_avatar]][osterman_homepage]<br/>[Erik Osterman][osterman_homepage] | [![Andriy Knysh][aknysh_avatar]][aknysh_homepage]<br/>[Andriy Knysh][aknysh_homepage] | [![Michele Cantelli][emmekappa_avatar]][emmekappa_homepage]<br/>[Michele Cantelli][emmekappa_homepage] |
303306
|---|---|---|
307+
<!-- markdownlint-restore -->
304308

305309
[osterman_homepage]: https://github.com/osterman
306310
[osterman_avatar]: https://img.cloudposse.com/150x150/https://github.com/osterman.png

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "default_label" {
2-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17.0"
2+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.22.0"
33
namespace = var.namespace
44
stage = var.stage
55
environment = var.environment

0 commit comments

Comments
 (0)