Skip to content

Commit 3a65471

Browse files
authored
feat: updated example path and readme paramters
1 parent b49fad8 commit 3a65471

File tree

9 files changed

+22
-8
lines changed

9 files changed

+22
-8
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ updates:
99
schedule:
1010
interval: "weekly"
1111
- package-ecosystem: "terraform" # See documentation for possible values
12-
directory: "_example/basic" # Location of package manifests
12+
directory: "examples/basic" # Location of package manifests
1313
schedule:
1414
interval: "weekly"
1515
- package-ecosystem: "terraform" # See documentation for possible values
16-
directory: "_example/secured" # Location of package manifests
16+
directory: "examples/secured" # Location of package manifests
1717
schedule:
1818
interval: "weekly"

.github/workflows/tf-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
basic:
99
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.9
1010
with:
11-
working_directory: './example/basic/'
11+
working_directory: './examples/basic/'
1212
complete:
1313
uses: clouddrove/github-shared-workflows/.github/workflows/tf-checks.yml@1.0.9
1414
with:
15-
working_directory: './example/secured/'
15+
working_directory: './examples/secured/'

README.yaml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,29 @@ badges:
2828
- name: "static-checks"
2929
image: "https://github.com/clouddrove/terraform-aws-documentdb/actions/workflows/terraform.yaml/badge.svg"
3030
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.
3149

3250
# description of this project
3351
description: |-
3452
Terraform module to create documentdb resource on AWS.
3553
36-
# extra content
37-
include:
38-
- "terraform.md"
39-
4054
# How to use this project
4155
# yamllint disable rule:line-length
4256
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.

0 commit comments

Comments
 (0)