File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
mmv1/third_party/terraform/website/docs/d Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments