Skip to content

Commit

Permalink
Merge pull request #23 from fortanix/aman/backport_documentation_0-5-15
Browse files Browse the repository at this point in the history
Merge pull request #21 from fortanix/aman/csr-fix
  • Loading branch information
aman-ahuja-fortanix authored Jul 15, 2022
2 parents b208f0f + 9489e45 commit ea8d76c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 67 deletions.
34 changes: 0 additions & 34 deletions docs/data-sources/dsm_csrs.md

This file was deleted.

32 changes: 32 additions & 0 deletions docs/resources/dsm_csr.md
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
33 changes: 0 additions & 33 deletions docs/resources/dsm_csrs.md

This file was deleted.

0 comments on commit ea8d76c

Please sign in to comment.