Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c



## Table of Contents
- [Prerequisites](#prerequisites)
- [Examples](#examples)
- [Inputs](#inputs)
- [Outputs](#outputs)
- [Related Modules](#related-modules)
- [Testing](#testing)

## Prerequisites

This module has a few dependencies:
Expand Down Expand Up @@ -121,6 +129,13 @@ Here is an example of how you can use this module in your inventory structure:




## Related Modules

- [terraform-digitalocean-spaces](https://github.com/terraform-do-modules/terraform-digitalocean-spaces) — commonly used as CDN origin storage.
- [terraform-digitalocean-certificate](https://github.com/terraform-do-modules/terraform-digitalocean-certificate) — SSL certificate management for custom CDN domains.
- [terraform-digitalocean-domain](https://github.com/terraform-do-modules/terraform-digitalocean-domain) — DNS management for custom hostnames.

## Testing
In this module testing is performed with [terratest](https://github.com/gruntwork-io/terratest) and it creates a small piece of infrastructure, matches the output like ARN, ID and Tags name etc and destroy infrastructure in your AWS account. This testing is written in GO, so you need a [GO environment](https://golang.org/doc/install) in your system.

Expand Down
Loading