You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/pre-commit.yml
+58-12Lines changed: 58 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,10 @@ on:
4
4
pull_request:
5
5
push:
6
6
branches:
7
-
- main
8
7
- develop
8
+
- main
9
9
10
10
jobs:
11
-
# Min Terraform version(s)
12
11
getDirectories:
13
12
name: Get root directories
14
13
runs-on: ubuntu-latest
@@ -25,13 +24,13 @@ jobs:
25
24
- name: Build matrix
26
25
id: matrix
27
26
run: |
28
-
DIRS=$(python -c "import json; import glob; print(json.dumps([x.replace('/versions.tf', '') for x in glob.glob('./**/versions.tf', recursive=True)]))")
27
+
DIRS=$(python -c "import json; import glob; print(json.dumps([x.replace('/providers.tf', '') for x in glob.glob('./**/providers.tf', recursive=True)]))")
- Read more on [tfremote](https://github.com/tomarv2/tfremote)
96
-
---
97
-
93
+
**Note:** Read more on [tfremote](https://github.com/tomarv2/tfremote)
98
94
```
99
95
terraform {
100
96
required_version = ">= 1.0.1"
101
97
required_providers {
102
98
aws = {
103
-
version = "~> 3.63"
99
+
version = "~> 3.74"
104
100
}
105
101
}
106
102
}
@@ -135,18 +131,23 @@ module "security_group" {
135
131
136
132
Please refer to examples directory [link](examples) for references.
137
133
134
+
**Note:**
135
+
136
+
- For more information on redis: [link](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/cluster-create-determine-requirements.html#redis-cluster-configuration)
| <aname="output_elasticache_id"></a> [elasticache\_id](#output\_elasticache\_id)| Elasticache Id |
201
-
202
-
**Note:**
203
-
204
-
- For more information on redis: [link](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/cluster-create-determine-requirements.html#redis-cluster-configuration)
0 commit comments