Skip to content

Commit

Permalink
Swap default and type - doc fix only (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajostergaard authored Feb 17, 2022
1 parent a76ee22 commit 51e2888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module "cert_manager" {
| private_key_algorithm | It will generate a private key with this algorithm | string | "RSA" | no |
| private_key_encoding | It will generate a private key with this encoding | string | "PKCS1" | no |
| private_key_size | It will generate a private key of this lengh | number | 2048 | no |
| usages | certificate usages | ["server auth", "client auth"] | list(string) | no |
| usages | certificate usages | list(string) | ["server auth", "client auth"] | no |
| dns_names | Domain names for which the certificate is intended | list(string) | n/a | yes |
| uris | certificate URIs | list(string) | [] | no |
| ip_addresses | certificate ip address | list(string) | [] | no |
Expand Down

0 comments on commit 51e2888

Please sign in to comment.