File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v2.5 .0
3
+ rev : v3.2 .0
4
4
hooks :
5
5
- id : check-added-large-files
6
6
args : ['--maxkb=500']
18
18
args : ['--allow-missing-credentials']
19
19
- id : trailing-whitespace
20
20
- repo : git://github.com/antonbabenko/pre-commit-terraform
21
- rev : v1.29 .0
21
+ rev : v1.31 .0
22
22
hooks :
23
23
- id : terraform_fmt
24
24
- id : terraform_docs
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
5
5
<a name =" unreleased " ></a >
6
6
## [ Unreleased]
7
7
8
- - update docs and add chglog
8
+ - Update module versions to support v3 provider
9
+ - Feature/updates ([ #3 ] ( https://github.com/umotif-public/terraform-aws-elasticache-redis/issues/3 ) )
9
10
- add git hooks and update docs
10
11
- Update README.md
11
12
Original file line number Diff line number Diff line change @@ -66,13 +66,16 @@ Module managed by [Marcin Cuber](https://github.com/marcincuber) [linkedin](http
66
66
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
67
67
## Requirements
68
68
69
- No requirements.
69
+ | Name | Version |
70
+ | ------| ---------|
71
+ | terraform | >= 0.12.6, < 0.14 |
72
+ | aws | >= 2.41, < 4.0 |
70
73
71
74
## Providers
72
75
73
76
| Name | Version |
74
77
| ------| ---------|
75
- | aws | n/a |
78
+ | aws | >= 2.41, < 4.0 |
76
79
77
80
## Inputs
78
81
Original file line number Diff line number Diff line change
1
+ terraform {
2
+ required_version = " >= 0.12.6, < 0.14"
3
+
4
+ required_providers {
5
+ aws = " >= 2.41, < 4.0"
6
+ }
7
+ }
You can’t perform that action at this time.
0 commit comments