Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/tests/github.com/grunt…
Browse files Browse the repository at this point in the history
…work-io/terratest-0.46.8
  • Loading branch information
matt-FFFFFF authored Dec 22, 2023
2 parents 61f1bfd + 68bd124 commit 3d6993d
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .tfdocs-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

formatter: "markdown document" # this is required

version: "0.16.0"
version: "~> 0.17.0"

header-from: "header.md"
footer-from: "footer.md"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tfclean:
tools:
go install mvdan.cc/gofumpt@latest
go install github.com/katbyte/terrafmt@latest
go install github.com/terraform-docs/terraform-docs@latest
go install github.com/terraform-docs/terraform-docs@v0.17.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH || $$GOPATH)/bin v1.52.2

# Makefile targets are files, but we aren't using it like this,
Expand Down
1 change: 0 additions & 1 deletion modules/resourcegroup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,4 @@ The following resources are used by this module:
No outputs.

<!-- markdownlint-enable -->

<!-- END_TF_DOCS -->
1 change: 0 additions & 1 deletion modules/resourceprovider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,4 @@ The following resources are used by this module:
No outputs.

<!-- markdownlint-enable -->

<!-- END_TF_DOCS -->
1 change: 0 additions & 1 deletion modules/roleassignment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,4 @@ Description: The Azure resource id of the created role assignment.
Description: The Azure name (uuid) of the created role assignment.

<!-- markdownlint-enable -->

<!-- END_TF_DOCS -->
1 change: 0 additions & 1 deletion modules/subscription/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,4 @@ Description: The subscription\_resource\_id output is the Azure resource id for
Value will be null if `var.subscription_id` is blank and `var.subscription_alias_enabled` is false.

<!-- markdownlint-enable -->

<!-- END_TF_DOCS -->
1 change: 0 additions & 1 deletion modules/usermanagedidentity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,5 +265,4 @@ Description: The tenant id of the user managed identity
Description: The resource id of the user managed identity

<!-- markdownlint-enable -->

<!-- END_TF_DOCS -->
1 change: 0 additions & 1 deletion modules/virtualnetwork/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,4 @@ Description: The created resource group IDs, expressed as a map.
Description: The created virtual network resource IDs, expressed as a map.

<!-- markdownlint-enable -->

<!-- END_TF_DOCS -->

0 comments on commit 3d6993d

Please sign in to comment.