TODO: Write description here!!!
| Name | Version |
|---|---|
| github | ~> 6.11.1 |
| Name | Version |
|---|---|
| github | ~> 6.11.1 |
module "default_branch_ruleset" {
source = "../.."
repository_rulesets = {
"default_branch_ruleset" = {
repository_name = "TODO_REPOSITORY"
target = "branch"
enforcement = "active"
conditions = {
ref_name = {}
}
}
}
}| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| repository_rulesets | A map of repository ruleset configurations | map(object({ |
{} |
no |
No outputs.
This repository uses terraform-docs to generate module documentation. We use a custom .terraform-docs.yml configuration to include a header from main.tf, an examples section and a footer from docs/footer.md.
To regenerate the documentation use the basic terraform-docs command.
terraform-docs .This repository uses Architecture Decision Records (ADRs) to document important technical and architectural decisions.
- ADR index: docs/adr/index.md
- New ADRs should be created with
adr - After creating or updating ADRs, regenerate the index