We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a879d38 commit 58dac74Copy full SHA for 58dac74
docs/data-sources/source.md
@@ -98,5 +98,6 @@ Read-Only:
98
99
- `access_key_id` (String)
100
- `endpoint` (String)
101
+- `keep_data_after_retention` (Boolean)
102
- `name` (String)
103
- `secret_access_key` (String)
docs/resources/source.md
@@ -103,3 +103,7 @@ Required:
- `endpoint` (String) Bucket endpoint
104
- `name` (String) Bucket name
105
- `secret_access_key` (String, Sensitive) Secret access key
106
+
107
+Optional:
108
109
+- `keep_data_after_retention` (Boolean) Whether we should keep data in the bucket after the retention period.
0 commit comments