Skip to content

Commit

Permalink
Enable recursive for tf docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ieuanb74 committed Sep 4, 2024
1 parent 5b36724 commit be3b20a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ settings:

formatter: "md"

recursive:
enabled: true

sections:
show-all: true

Expand Down
2 changes: 1 addition & 1 deletion components/dcr/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variable "location" {

variable "builtFrom" {
type = string
description = "Repo the resources are built from!"
description = "Repo the resources are built from."
default = "hmcts/azure-monitor-data-collection-rules"
}

Expand Down

0 comments on commit be3b20a

Please sign in to comment.