You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-sources/targets.md
+23
Original file line number
Diff line number
Diff line change
@@ -48,17 +48,40 @@ Optional:
48
48
<aid="nestedatt--targets--sanitize"></a>
49
49
### Nested Schema for `targets.sanitize`
50
50
51
+
Optional:
52
+
53
+
-`storage_profile` (Attributes) Storage provider configuration for Sanitized Snapshots (see [below for nested schema](#nestedatt--targets--sanitize--storage_profile))
54
+
51
55
Read-Only:
52
56
53
57
-`dst_url` (String) The destination URL of the database used to sanitizea snapshot
54
58
-`query` (String) The query used to sanitize the snapshot
### Nested Schema for `targets.sanitize.storage_profile`
62
+
63
+
Optional:
64
+
65
+
-`id` (String) The unique identifier for the storage profile
66
+
67
+
56
68
57
69
<aid="nestedatt--targets--snapshot"></a>
58
70
### Nested Schema for `targets.snapshot`
59
71
72
+
Optional:
73
+
74
+
-`storage_profile` (Attributes) Storage provider configuration for Snapshots (see [below for nested schema](#nestedatt--targets--snapshot--storage_profile))
75
+
60
76
Read-Only:
61
77
62
78
-`dst_url` (String) The destination URL for the target snapshot (will be overwritten)
63
79
-`src_bytes` (Number) The size of the source database in bytes
64
80
-`src_url` (String) The source URL for the target snapshot
Copy file name to clipboardExpand all lines: docs/resources/target.md
+18
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,20 @@ Required:
43
43
Optional:
44
44
45
45
-`dst_url` (String) The destination URL for the target snapshot (will be overwritten)
46
+
-`storage_profile` (Attributes) Storage provider configuration for Snapshots (see [below for nested schema](#nestedatt--snapshot--storage_profile))
46
47
47
48
Read-Only:
48
49
49
50
-`src_bytes` (Number) The size of the source database in bytes
50
51
52
+
<aid="nestedatt--snapshot--storage_profile"></a>
53
+
### Nested Schema for `snapshot.storage_profile`
54
+
55
+
Optional:
56
+
57
+
-`id` (String) The unique identifier for the storage profile
58
+
59
+
51
60
52
61
<aid="nestedatt--sanitize"></a>
53
62
### Nested Schema for `sanitize`
@@ -56,6 +65,15 @@ Optional:
56
65
57
66
-`dst_url` (String) The destination URL of the database used to sanitizea snapshot
58
67
-`query` (String) The query used to sanitize the snapshot
68
+
-`storage_profile` (Attributes) Storage provider configuration for Sanitized Snapshots (see [below for nested schema](#nestedatt--sanitize--storage_profile))
69
+
70
+
<aid="nestedatt--sanitize--storage_profile"></a>
71
+
### Nested Schema for `sanitize.storage_profile`
72
+
73
+
Optional:
74
+
75
+
-`id` (String) The unique identifier for the storage profile
0 commit comments