Skip to content

Commit 87ac068

Browse files
authored
Add attributes to google_backup_dr_backup datasource (#15980)
1 parent fcd18cd commit 87ac068

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

mmv1/third_party/terraform/website/docs/d/backup_dr_backup.html.markdown

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,20 @@ The following arguments are supported:
2727
* `project` - (Required) The Google Cloud Project in which the Backup belongs.
2828
* `data_source_id` - (Required) The ID of the Data Source in which the Backup belongs.
2929
* `backup_vault_id` - (Required) The ID of the Backup Vault of the Data Source in which the Backup belongs.
30+
31+
## Attributes Reference
32+
33+
In addition to the arguments listed above, the following computed attributes are exported:
34+
35+
* `name` - Name of resource
36+
37+
* `backups` - List of all backups under data source. Structure is defined below.
38+
39+
The `backups` block supports:
40+
41+
* `name` - Name of the resource.
42+
* `location` - Location of the resource.
43+
* `backup_id` - Id of the requesting object, Backup.
44+
* `backup_vault_id` - Name of the Backup Vault associated with Backup.
45+
* `data_source_id` - Name of the Data Source associated with Backup.
46+
* `create_time` - The time when the backup was created.

0 commit comments

Comments
 (0)