Terragrunt
terraform {
source = "git::https://github.com/developertown/terraform-{provider}-{name}.git?ref=vVERSION"
}
inputs = {
}Terraform
module "apex_zone" {
source = "github.com/developertown/terraform-{provider}-{name}.git"
version = "VERSION"
}| Name | Version |
|---|
| Input | Description | Default | Required |
|---|
| Output | Description |
|---|