Skip to content

Commit 473c12a

Browse files
committed
chore: update README.md
1 parent 7c764f5 commit 473c12a

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

README.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- markdownlint-disable -->
44
<a href="https://cpco.io/homepage"><img src="https://github.com/cloudposse/terraform-aws-documentdb-cluster/blob/main/.github/banner.png?raw=true" alt="Project Banner"/></a><br/>
55
<p align="right">
6-
<a href="https://github.com/cloudposse/terraform-aws-documentdb-cluster/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/terraform-aws-documentdb-cluster.svg?style=for-the-badge" alt="Latest Release"/></a><a href="https://github.com/cloudposse/terraform-aws-documentdb-cluster/commits"><img src="https://img.shields.io/github/last-commit/cloudposse/terraform-aws-documentdb-cluster.svg?style=for-the-badge" alt="Last Updated"/></a><a href="https://slack.cloudposse.com"><img src="https://slack.cloudposse.com/for-the-badge.svg" alt="Slack Community"/></a></p>
6+
<a href="https://github.com/cloudposse/terraform-aws-documentdb-cluster/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/terraform-aws-documentdb-cluster.svg?style=for-the-badge" alt="Latest Release"/></a><a href="https://github.com/cloudposse/terraform-aws-documentdb-cluster/commits"><img src="https://img.shields.io/github/last-commit/cloudposse/terraform-aws-documentdb-cluster.svg?style=for-the-badge" alt="Last Updated"/></a><a href="https://cloudposse.com/slack"><img src="https://slack.cloudposse.com/for-the-badge.svg" alt="Slack Community"/></a></p>
77
<!-- markdownlint-restore -->
88

99
<!--
@@ -47,7 +47,6 @@ Terraform module to provision an [`Amazon DocumentDB`](https://aws.amazon.com/do
4747

4848
## Usage
4949

50-
5150
For a complete example, see [examples/complete](examples/complete).
5251

5352
For automated tests of the complete example using [bats](https://github.com/bats-core/bats-core) and [Terratest](https://github.com/gruntwork-io/terratest) (which tests and deploys the example on AWS), see [test](test).
@@ -84,22 +83,6 @@ module "documentdb_cluster" {
8483

8584

8685

87-
88-
89-
90-
91-
<!-- markdownlint-disable -->
92-
## Makefile Targets
93-
```text
94-
Available targets:
95-
96-
help Help screen
97-
help/all Display help for all targets
98-
help/short This help short screen
99-
lint Lint terraform code
100-
101-
```
102-
<!-- markdownlint-restore -->
10386
<!-- markdownlint-disable -->
10487
## Requirements
10588

@@ -222,6 +205,11 @@ Available targets:
222205
<!-- markdownlint-restore -->
223206

224207

208+
209+
210+
211+
212+
225213
## Related Projects
226214

227215
Check out these related projects.

0 commit comments

Comments
 (0)