Skip to content

Commit 53ca641

Browse files
committed
docs: add RDB actions documentation
1 parent c7c3f45 commit 53ca641

8 files changed

+173
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
subcategory: "RDB"
3+
page_title: "Scaleway: scaleway_rdb_database_backup_export_action"
4+
---
5+
6+
# scaleway_rdb_database_backup_export_action (Action)
7+
8+
<!-- action schema generated by tfplugindocs -->
9+
## Schema
10+
11+
### Required
12+
13+
- `backup_id` (String) Database backup ID to export. Can be a plain UUID or a regional ID.
14+
15+
### Optional
16+
17+
- `region` (String) The region you want to attach the resource to
18+
- `wait` (Boolean) Wait for the export operation to complete before returning.
19+
20+
21+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
subcategory: "RDB"
3+
page_title: "Scaleway: scaleway_rdb_database_backup_restore_action"
4+
---
5+
6+
# scaleway_rdb_database_backup_restore_action (Action)
7+
8+
<!-- action schema generated by tfplugindocs -->
9+
## Schema
10+
11+
### Required
12+
13+
- `backup_id` (String) Database backup ID to restore. Can be a plain UUID or a regional ID.
14+
- `instance_id` (String) RDB instance ID to restore the backup to. Can be a plain UUID or a regional ID.
15+
16+
### Optional
17+
18+
- `database_name` (String) Name of the database to restore. If not set, the original database name will be used.
19+
- `region` (String) The region you want to attach the resource to
20+
- `wait` (Boolean) Wait for the restore operation to complete before returning.
21+
22+
23+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
subcategory: "RDB"
3+
page_title: "Scaleway: scaleway_rdb_instance_certificate_renew_action"
4+
---
5+
6+
# scaleway_rdb_instance_certificate_renew_action (Action)
7+
8+
<!-- action schema generated by tfplugindocs -->
9+
## Schema
10+
11+
### Required
12+
13+
- `instance_id` (String) RDB instance ID to renew certificate for. Can be a plain UUID or a regional ID.
14+
15+
### Optional
16+
17+
- `region` (String) The region you want to attach the resource to
18+
- `wait` (Boolean) Wait for the certificate renewal to complete before returning.
19+
20+
21+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
subcategory: "RDB"
3+
page_title: "Scaleway: scaleway_rdb_instance_log_prepare_action"
4+
---
5+
6+
# scaleway_rdb_instance_log_prepare_action (Action)
7+
8+
<!-- action schema generated by tfplugindocs -->
9+
## Schema
10+
11+
### Required
12+
13+
- `instance_id` (String) RDB instance ID to prepare log for. Can be a plain UUID or a regional ID.
14+
15+
### Optional
16+
17+
- `end_date` (String) End datetime of the log in RFC3339 format (ISO 8601).
18+
- `region` (String) The region you want to attach the resource to
19+
- `start_date` (String) Start datetime of the log in RFC3339 format (ISO 8601).
20+
- `wait` (Boolean) Wait for the log preparation to complete before returning.
21+
22+
23+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
subcategory: "RDB"
3+
page_title: "Scaleway: scaleway_rdb_instance_logs_purge_action"
4+
---
5+
6+
# scaleway_rdb_instance_logs_purge_action (Action)
7+
8+
<!-- action schema generated by tfplugindocs -->
9+
## Schema
10+
11+
### Required
12+
13+
- `instance_id` (String) RDB instance ID to purge logs for. Can be a plain UUID or a regional ID.
14+
15+
### Optional
16+
17+
- `region` (String) The region you want to attach the resource to
18+
19+
20+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
subcategory: "RDB"
3+
page_title: "Scaleway: scaleway_rdb_instance_snapshot_action"
4+
---
5+
6+
# scaleway_rdb_instance_snapshot_action (Action)
7+
8+
<!-- action schema generated by tfplugindocs -->
9+
## Schema
10+
11+
### Required
12+
13+
- `instance_id` (String) RDB instance ID to snapshot. Can be a plain UUID or a regional ID.
14+
15+
### Optional
16+
17+
- `expires_at` (String) Expiration date of the snapshot in RFC3339 format (ISO 8601). If not set, the snapshot will not expire.
18+
- `name` (String) Name of the snapshot. If not set, a name will be generated.
19+
- `region` (String) The region you want to attach the resource to
20+
- `wait` (Boolean) Wait for the snapshot to reach a terminal state before returning.
21+
22+
23+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
subcategory: "RDB"
3+
page_title: "Scaleway: scaleway_rdb_read_replica_promote_action"
4+
---
5+
6+
# scaleway_rdb_read_replica_promote_action (Action)
7+
8+
<!-- action schema generated by tfplugindocs -->
9+
## Schema
10+
11+
### Required
12+
13+
- `read_replica_id` (String) RDB read replica ID to promote. Can be a plain UUID or a regional ID.
14+
15+
### Optional
16+
17+
- `region` (String) The region you want to attach the resource to
18+
- `wait` (Boolean) Wait for the read replica promotion to complete before returning.
19+
20+
21+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
subcategory: "RDB"
3+
page_title: "Scaleway: scaleway_rdb_read_replica_reset_action"
4+
---
5+
6+
# scaleway_rdb_read_replica_reset_action (Action)
7+
8+
<!-- action schema generated by tfplugindocs -->
9+
## Schema
10+
11+
### Required
12+
13+
- `read_replica_id` (String) RDB read replica ID to reset. Can be a plain UUID or a regional ID.
14+
15+
### Optional
16+
17+
- `region` (String) The region you want to attach the resource to
18+
- `wait` (Boolean) Wait for the read replica to reach a terminal state before returning.
19+
20+
21+

0 commit comments

Comments
 (0)