Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardorey10 committed Aug 7, 2024
1 parent 14131b3 commit 0892a97
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/resources/repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ resource "cyral_repository" "multi_node_mongo_repo" {
- `connection_draining` (Block Set, Max: 1) Parameters related to connection draining. (see [below for nested schema](#nestedblock--connection_draining))
- `labels` (List of String) Labels enable you to categorize your repository.
- `mongodb_settings` (Block Set, Max: 1) Parameters related to MongoDB repositories. (see [below for nested schema](#nestedblock--mongodb_settings))
- `redshift_settings` (Block Set, Max: 1) Parameters related to Redshift repositories. (see [below for nested schema](#nestedblock--redshift_settings))

### Read-Only

Expand Down Expand Up @@ -175,3 +176,13 @@ Optional:

- `replica_set_name` (String) Name of the replica set, if applicable.
- `srv_record_name` (String) Name of a DNS SRV record which contains cluster topology details. If specified, then all `repo_node` blocks must be declared dynamic (see [`dynamic`](#dynamic)). Only supported for `server_type="sharded"` or `server_type="replicaset".

<a id="nestedblock--redshift_settings"></a>

### Nested Schema for `redshift_settings`

Optional:

- `aws_region` (String) AWS region where the Redshift instance is deployed.
- `cluster_identifier` (String) Name of the provisioned cluster.
- `workgroup_name` (String) Workgroup name for serverless cluster.
4 changes: 4 additions & 0 deletions docs/resources/repository_user_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@ Required:

- `role_arn` (String) The AWS IAM roleARN to gain access to the database.

Optional:

- `authenticate_as_iam_user` (Boolean) Boolean flag which indicates whether to access as an IAM user or IAM role on the Redshift cluster. By default, this is false, which means this governs access for a user.

<a id="nestedblock--auth_scheme--aws_secrets_manager"></a>

### Nested Schema for `auth_scheme.aws_secrets_manager`
Expand Down

0 comments on commit 0892a97

Please sign in to comment.