A collection of common cloud patterns built on top of the official Duplocloud Terraform provider. Use these to greatly speed up your TF journey.
To run the unit tests when in a module directory:
tf test -filter=tests/unit.tftest.hcl
To use a module in your project, add the following to your some.tf
file:
module "components" {
source = "duplocloud/components/duplocloud"
version = "0.0.22"
}