Cloud eXperts Private Module Registry
All modules in this registry are stored in our GitHub repository at nubex-tf-modules.
The directory structure is organized by cloud provider, making it easy to find what you need. For example: aws/test-module, gcp/test-module, etc.
To use a module in your Terraform configuration, simply reference it with the registry domain:
module "example" {
source = "registry.nubex.be/nubex/module-name/provider"
version = "1.0.0"
}