Skip to content

Commit

Permalink
fixing inconsistency in document and code (#19824)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuwuliuyun authored Jan 3, 2023
1 parent 3b30d93 commit f2a75a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion website/docs/r/batch_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ The following arguments are supported:

* `password` - (Optional) The password to access the certificate's private key. This can only be specified when `format` is `Pfx`.

* `thumbprint` - (Required) The thumbprint of the certificate. At this time the only supported value is 'SHA1'. Changing this forces a new resource to be created.
* `thumbprint` - (Required) The thumbprint of the certificate. Changing this forces a new resource to be created.

* `thumbprint_algorithm` - (Required) The algorithm of the certificate thumbprint. At this time the only supported value is `SHA1`. Changing this forces a new resource to be created.

## Attributes Reference

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/private_dns_aaaa_record.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following arguments are supported:

* `zone_name` - (Required) Specifies the Private DNS Zone where the resource exists. Changing this forces a new resource to be created.

* `TTL` - (Required) The Time To Live (TTL) of the DNS record in seconds.
* `ttl` - (Required) The Time To Live (TTL) of the DNS record in seconds.

* `records` - (Required) A list of IPv6 Addresses.

Expand Down

0 comments on commit f2a75a6

Please sign in to comment.