Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duplocloud/terraform-duplocloud-components

Shared TF modules with common patterns using the Duplocloud TF provider.
https://github.com/duplocloud/terraform-duplocloud-components

Last synced: 19 days ago
JSON representation

Shared TF modules with common patterns using the Duplocloud TF provider.

Awesome Lists containing this project

README

        

# Duplocloud Terraform Modules

[![Module Tests](https://github.com/duplocloud/terraform-duplocloud-components/actions/workflows/test.yml/badge.svg)](https://github.com/duplocloud/terraform-duplocloud-components/actions/workflows/test.yml)

A collection of common cloud patterns built on top of the official Duplocloud Terraform provider. Use these to greatly speed up your TF journey.

## Testing

To run the unit tests when in a module directory:
```sh
tf test -filter=tests/unit.tftest.hcl
```