Skip to content

Commit

Permalink
fixed CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-ribchev committed Oct 2, 2024
1 parent 52b675e commit 620bd9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terraform-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ output:
mode: inject
template: |-
<!-- BEGIN_TF_DOCS -->
| Name | Description | Type| Default | Required |
|------|-------------|-----|----------|----------|
| tls\_certificate\_path | Path to a TLS certificate that will be imported in Azure Key Vault and used in the Application Gateway TLS listener for GraphDB. (either `tls_certificate_path` or `tls_certificate_password` is required ) | `string` | null | yes |
| tls\_certificate\_password | TLS certificate password for password protected certificates. | `string` | null | yes |
{{ .Content }}
<!-- END_TF_DOCS -->
sort:
enabled: false

Expand Down

0 comments on commit 620bd9b

Please sign in to comment.