File tree Expand file tree Collapse file tree 9 files changed +22
-8
lines changed Expand file tree Collapse file tree 9 files changed +22
-8
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ updates:
9
9
schedule :
10
10
interval : " weekly"
11
11
- package-ecosystem : " terraform" # See documentation for possible values
12
- directory : " _example /basic" # Location of package manifests
12
+ directory : " examples /basic" # Location of package manifests
13
13
schedule :
14
14
interval : " weekly"
15
15
- package-ecosystem : " terraform" # See documentation for possible values
16
- directory : " _example /secured" # Location of package manifests
16
+ directory : " examples /secured" # Location of package manifests
17
17
schedule :
18
18
interval : " weekly"
Original file line number Diff line number Diff line change 8
8
basic :
9
9
uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.9
10
10
with :
11
- working_directory : ' ./example /basic/'
11
+ working_directory : ' ./examples /basic/'
12
12
complete :
13
13
uses : clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.9
14
14
with :
15
- working_directory : ' ./example /secured/'
15
+ working_directory : ' ./examples /secured/'
Original file line number Diff line number Diff line change @@ -28,15 +28,29 @@ badges:
28
28
- name : " static-checks"
29
29
image : " https://github.com/clouddrove/terraform-aws-documentdb/actions/workflows/terraform.yaml/badge.svg"
30
30
url : " https://github.com/clouddrove/terraform-aws-documentdb/actions/workflows/terraform.yaml"
31
+ - name : " Changelog"
32
+ image : " https://img.shields.io/badge/Changelog-blue"
33
+ url : " CHANGELOG.md"
34
+
35
+ prerequesties :
36
+ - name : Terraform
37
+ url : https://learn.hashicorp.com/terraform/getting-started/install.html
38
+ version : " >= 1.6.6"
39
+
40
+ providers :
41
+ - name : aws
42
+ url : https://aws.amazon.com/
43
+ version : " >= 5.31.0"
44
+
45
+ module_dependencies :
46
+ - name : Labels Module
47
+ url : https://github.com/clouddrove/terraform-aws-labels
48
+ description : Provides resource tagging.
31
49
32
50
# description of this project
33
51
description : |-
34
52
Terraform module to create documentdb resource on AWS.
35
53
36
- # extra content
37
- include :
38
- - " terraform.md"
39
-
40
54
# How to use this project
41
55
# yamllint disable rule:line-length
42
56
usage : |-
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments