Skip to content

Commit

Permalink
Возможность создания кластеров баз данных с репликацией
Browse files Browse the repository at this point in the history
  • Loading branch information
mfbeach committed Jan 10, 2025
1 parent bdb4bd7 commit eafd721
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v1.3.14] - 10.01.2025

## Added
* Возможность создания кластеров баз данных с репликацией

## [v1.3.13] - 27.12.2024

## Fixed
Expand Down
1 change: 1 addition & 0 deletions docs/resources/database_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ resource "twc_database_cluster" "example-mysql-8" {
- `is_external_ip` (Boolean) Flag that shows allowability database only by external IP address
- `network` (Block List, Max: 1) Network for database cluster (see [below for nested schema](#nestedblock--network))
- `project_id` (Number) Project ID for managed resource
- `replications` (Number) Number of replication instances

### Read-Only

Expand Down

0 comments on commit eafd721

Please sign in to comment.