generated from ThalesGroup/template-project
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thales Group
committed
Sep 27, 2024
1 parent
781df82
commit 12ac1ba
Showing
151 changed files
with
2,532 additions
and
117 deletions.
There are no files selected for viewing
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
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
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
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,33 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "ciphertrust_cte_clientgroup Resource - terraform-provider-ciphertrust" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# ciphertrust_cte_clientgroup (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `cluster_type` (String) Cluster type of the ClientGroup, valid values are NON-CLUSTER and HDFS. | ||
- `name` (String) This is the name of the client group. | ||
- `password_creation_method` (String) (Updateable) Type of Password generation method | ||
|
||
### Optional | ||
|
||
- `communication_enabled` (Boolean) (Updateable) Comm enabled for client group | ||
- `description` (String) (Updateable) This is the description of the client group. | ||
- `password` (String) (Updateable) Password of the client group | ||
- `profile_id` (String) (Updateable) ID of client profile | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. |
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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "ciphertrust_cte_csigroup Resource - terraform-provider-ciphertrust" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# ciphertrust_cte_csigroup (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `k8s_namespace` (String) K8sNamespace | ||
- `k8s_storage_class` (String) K8sStorageClass. | ||
- `name` (String) Name of CSIGroup. | ||
|
||
### Optional | ||
|
||
- `client_profile` (String) ClientProfile | ||
- `description` (String) (Updateable) CSIGroup description. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. |
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
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,29 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "ciphertrust_cte_ldtgroupcomms Resource - terraform-provider-ciphertrust" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# ciphertrust_cte_ldtgroupcomms (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) Name of LDTGroupCommService. | ||
|
||
### Optional | ||
|
||
- `client_list` (String) (Updateable) LDTGroupCommService type | ||
- `description` (String) (Updateable) LDTGroupCommService description. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. |
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
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,38 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "ciphertrust_cte_process_set Resource - terraform-provider-ciphertrust" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# ciphertrust_cte_process_set (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) This is the name of the process set. | ||
|
||
### Optional | ||
|
||
- `description` (String) (Updateable) Description of process set | ||
- `processes` (Block List) Process set list. (see [below for nested schema](#nestedblock--processes)) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
<a id="nestedblock--processes"></a> | ||
### Nested Schema for `processes` | ||
|
||
Optional: | ||
|
||
- `directory` (String) (Updateable) ProcessDirectory of the process to be added to the process set. | ||
- `file` (String) (Updateable) File name of the process to be added to the process set. | ||
- `signature` (String) (Updateable) ID of the signature set to link to the process set. |
Oops, something went wrong.