Skip to content

Commit bb312bf

Browse files
authored
docs(rdb_snapshot): remove unsupported snapshot_id argument (#3045)
1 parent 938a3b0 commit bb312bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/resources/rdb_instance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ interruption.
171171

172172
- `encryption_at_rest` - (Optional) Enable or disable encryption at rest for the Database Instance.
173173

174+
- `snapshot_id` - (Optional) The ID of an existing snapshot to restore or create the Database Instance from. Conflicts with the `engine` parameter and backup settings.
175+
174176
### Backups
175177

176178
- `disable_backup` - (Optional) Disable automated backup for the Database Instance.

docs/resources/rdb_snapshot.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ The following arguments are supported:
6767

6868
- `name` - (Required) The name of the snapshot.
6969
- `instance_id` - (Required) The UUID of the database instance for which the snapshot is created.
70-
- `snapshot_id` - (Optional, ForceNew) The ID of an existing snapshot. This allows creating an instance from a specific snapshot ID. Conflicts with `engine`.
7170
- `expires_at` - (Optional) Expiration date of the snapshot in ISO 8601 format (e.g., `2025-01-31T00:00:00Z`). If not set, the snapshot will not expire automatically.
7271

7372
## Attributes Reference

0 commit comments

Comments
 (0)