- Create a new repository from this template
- Develop the terraform module in the
/src
folder - Add example module calls in the
/examples
folder - In the XMMS Landingzone Spoke deployment, add a file named
ext_{extensionname}.tf
which calls the module sourced from the newly created module github repository:
module defaults {
source = "github.com/xebia/xms-landingzone-extension-template//src?ref=v0.0.1"
resource_group_name = "rg-some-name"
location = "westeurope"
}