Skip to content

Commit

Permalink
[ignore] Expand certificate_usage option appreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib authored and lhercot committed Nov 20, 2024
1 parent 640227c commit c0dbca1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/certificate_authority.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ data "aci_certificate_authority" "example_tenant" {
* `id` - (string) The distinguished name (DN) of the Certificate Authority object.
* `annotation` (annotation) - (string) The annotation of the Certificate Authority object.
* `certificate_chain` (certChain) - (string) The PEM-encoded chain of trust from the trustpoint to a trusted root authority.
* `certificate_usage` (certUsage) - (list) The certificate usage of the Certificate Authority object.
* `certificate_usage` (certUsage) - (list) The usage of the Certificate Authority object which can be Web Service/Authentication (WebSvcOrAuth), Platform Experience Grid (pxGrid), or both.
* `description` (descr) - (string) The description of the Certificate Authority object.
* `name_alias` (nameAlias) - (string) The name alias of the Certificate Authority object.
* `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/certificate_authority.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ All examples for the Certificate Authority resource can be found in the [example
- Default: `uni/userext/pkiext`
* `annotation` (annotation) - (string) The annotation of the Certificate Authority object.
- Default: `orchestrator:terraform`
* `certificate_usage` (certUsage) - (list) The certificate usage of the Certificate Authority object.
* `certificate_usage` (certUsage) - (list) The usage of the Certificate Authority object which can be Web Service/Authentication (WebSvcOrAuth), Platform Experience Grid (pxGrid), or both.
- Default: `WebSvcOrAuth`.
- Valid Values: `WebSvcOrAuth`, `pxGrid`.
* `description` (descr) - (string) The description of the Certificate Authority object.
Expand Down
2 changes: 1 addition & 1 deletion gen/definitions/properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pkiTP:
ignore_properties_in_test:
certUsage: ["WebSvcOrAuth"]
documentation:
certUsage: "The certificate usage of the Certificate Authority object."
certUsage: "The usage of the Certificate Authority object which can be Web Service/Authentication (WebSvcOrAuth), Platform Experience Grid (pxGrid), or both."
test_values:
resource_required:
certificate_chain: -----BEGIN CERTIFICATE-----\\nMIICODCCAaGgAwIBAgIJAIt8XMntue0VMA0GCSqGSIb3DQEBCwUAMDQxDjAMBgNV\\nBAMMBUFkbWluMRUwEwYDVQQKDAxZb3VyIENvbXBhbnkxCzAJBgNVBAYTAlVTMCAX\\nDTE4MDEwOTAwNTk0NFoYDzIxMTcxMjE2MDA1OTQ0WjA0MQ4wDAYDVQQDDAVBZG1p\\nbjEVMBMGA1UECgwMWW91ciBDb21wYW55MQswCQYDVQQGEwJVUzCBnzANBgkqhkiG\\n9w0BAQEFAAOBjQAwgYkCgYEAohG/7axtt7CbSaMP7r+2mhTKbNgh0Ww36C7Ta14i\\nv+VmLyKkQHnXinKGhp6uy3Nug+15a+eIu7CrgpBVMQeCiWfsnwRocKcQJWIYDrWl\\nXHxGQn31yYKR6mylE7Dcj3rMFybnyhezr5D8GcP85YRPmwG9H2hO/0Y1FUnWu9Iw\\nAQkCAwEAAaNQME4wHQYDVR0OBBYEFD0jLXfpkrU/ChzRvfruRs/fy1VXMB8GA1Ud\\nIwQYMBaAFD0jLXfpkrU/ChzRvfruRs/fy1VXMAwGA1UdEwQFMAMBAf8wDQYJKoZI\\nhvcNAQELBQADgYEAOmvre+5tgZ0+F3DgsfxNQqLTrGiBgGCIymPkP/cBXXkNuJyl\\n3ac7tArHQc7WEA4U2R2rZbEq8FC3UJJm4nUVtCPvEh3G9OhN2xwYev79yt6pIn/l\\nKU0Td2OpVyo0eLqjoX5u2G90IBWzhyjFbo+CcKMrSVKj1YOdG0E3OuiJf00=\\n-----END CERTIFICATE-----
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/data_source_aci_certificate_authority.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/provider/resource_aci_certificate_authority.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0dbca1

Please sign in to comment.