Skip to content

Commit

Permalink
chore: update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta authored and github-actions[bot] committed Sep 5, 2024
1 parent b12c4f9 commit 20962e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/resources/managed_database_opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ Optional Attributes:
- `compress` (Boolean) Metadata files are stored in compressed format. when set to true metadata files are stored in compressed format.
- `container` (String) Azure container name. Azure container name.
- `endpoint_suffix` (String) Endpoint suffix. Defines the DNS suffix for Azure Storage endpoints.
- `indices` (String) Indices to restore. A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify.
- `key` (String) Account secret key. Azure account secret key. One of key or sas_token should be specified.
- `sas_token` (String) SAS token. A shared access signatures (SAS) token. One of key or sas_token should be specified.
- `snapshot_name` (String) The snapshot name to restore from. The snapshot name to restore from.
Expand All @@ -215,6 +216,7 @@ Optional Attributes:
- `chunk_size` (String) Chunk size. Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
- `compress` (Boolean) Metadata files are stored in compressed format. when set to true metadata files are stored in compressed format.
- `credentials` (String) Credentials. Google Cloud Storage credentials file content.
- `indices` (String) Indices to restore. A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify.
- `snapshot_name` (String) The snapshot name to restore from. The snapshot name to restore from.


Expand Down Expand Up @@ -280,6 +282,7 @@ Optional Attributes:
- `chunk_size` (String) Chunk size. Big files can be broken down into chunks during snapshotting if needed. Should be the same as for the 3rd party repository.
- `compress` (Boolean) Metadata files are stored in compressed format. when set to true metadata files are stored in compressed format.
- `endpoint` (String) The S3 service endpoint to connect. The S3 service endpoint to connect to. If you are using an S3-compatible service then you should set this to the service’s endpoint.
- `indices` (String) Indices to restore. A comma-delimited list of indices to restore from the snapshot. Multi-index syntax is supported. By default, a restore operation includes all data streams and indices in the snapshot. If this argument is provided, the restore operation only includes the data streams and indices that you specify.
- `region` (String) S3 region. S3 region.
- `secret_key` (String) AWS secret key. AWS secret key.
- `server_side_encryption` (Boolean) Server side encryption. When set to true files are encrypted on server side.
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/managed_database_redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Required Attributes:
Optional Attributes:

- `automatic_utility_network_ip_filter` (Boolean) Automatic utility network IP Filter. Automatically allow connections from servers in the utility network within the same zone.
- `backup_hour` (Number) The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
- `backup_minute` (Number) The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
- `ip_filter` (List of String) IP filter. Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
- `public_access` (Boolean) Public Access. Allow access to the service from the public Internet.
- `redis_acl_channels_default` (String) Default ACL for pub/sub channels used when Redis user is created. Determines default pub/sub channels' ACL for new users if ACL is not supplied. When this option is not defined, all_channels is assumed to keep backward compatibility. This option doesn't affect Redis configuration acl-pubsub-default.
Expand Down

Large diffs are not rendered by default.

0 comments on commit 20962e7

Please sign in to comment.