Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/duplocloud/terraform-duplocloud-components
- Owner: duplocloud
- Created: 2023-08-31T19:25:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T20:57:25.000Z (3 months ago)
- Last Synced: 2024-11-05T21:40:57.411Z (3 months ago)
- Language: HCL
- Size: 170 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```