-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from fortanix/aman/backport_documentation_0-5-15
Merge pull request #21 from fortanix/aman/csr-fix
- Loading branch information
Showing
3 changed files
with
32 additions
and
67 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# dsm\_csrs | ||
|
||
## dsm\_csrs | ||
|
||
Returns the Fortanix DSM csr sobject from the cluster as a Resource. | ||
|
||
## Usage Reference | ||
|
||
``` | ||
resource "dsm_csr" "sobject" { | ||
kid = <sobject_id> | ||
cn = <Common Name for CSR> | ||
email = <Email for CSR> | ||
} | ||
``` | ||
|
||
## Argument Reference | ||
|
||
The following arguments are supported in the `dsm_csrs` resource block: | ||
|
||
* _**kid**_ : The security object kid | ||
* _**value**_ : The security object value of Generated CSR | ||
* _**ou**_ : The security object CSR Organisational Unit | ||
* _**o**_ : The security object CSR Organisation | ||
* _**l**_ : The security object CSR Location | ||
* _**c**_ : The security object CSR Country | ||
* _**st**_ : The security object CSR State | ||
* _**email**_ : Email value for CSR | ||
* _**cn**_: The security object CSR Common Name | ||
* _**dnsnames**_: The security object CSR DNS Names | ||
* _**ips**_: The security object CSR IPs | ||
* _**id**_: The unique ID of object from Terraform |
This file was deleted.
Oops, something went wrong.