Skip to content

Commit

Permalink
Merge branch 'master' into fix/lb-ip-recreation
Browse files Browse the repository at this point in the history
  • Loading branch information
yfodil committed Apr 30, 2024
2 parents addcac2 + 2b183fc commit 83a605d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/rdb_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ and if you are using `bssd` storage, you should increase the volume size before

~> **Important:** Updates to `engine` will recreate the Database Instance.

- `volume_type` - (Optional, default to `lssd`) Type of volume where data are stored (`bssd`, `lssd` or `sbs_5k`).
- `volume_type` - (Optional, default to `lssd`) Type of volume where data are stored (`bssd`, `lssd`, `sbs_5k` or `sbs_15k`).

- `volume_size_in_gb` - (Optional) Volume size (in GB). Cannot be used when `volume_type` is set to `lssd`.

Expand Down
1 change: 1 addition & 0 deletions internal/services/rdb/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func ResourceInstance() *schema.Resource {
rdb.VolumeTypeLssd.String(),
rdb.VolumeTypeBssd.String(),
rdb.VolumeTypeSbs5k.String(),
rdb.VolumeTypeSbs15k.String(),
}, false),
Description: "Type of volume where data are stored",
},
Expand Down

0 comments on commit 83a605d

Please sign in to comment.