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
chore: Migrates mongodbatlas_cloud_backup_snapshot_export_job to new auto-generated SDK (#2436)
* migrate to new auto-generated SDK
* refactor and deprecate err_msg field
* add changelog entry
* docs
* change deprecation version to 1.20
* reduce changelog explanation
Copy file name to clipboardExpand all lines: docs/data-sources/cloud_backup_snapshot_export_job.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ In addition to all arguments above, the following attributes are exported:
49
49
*`custom_data` - Custom data to include in the metadata file named `.complete` that Atlas uploads to the bucket when the export job finishes. Custom data can be specified as key and value pairs.
50
50
*`components` - _Returned for sharded clusters only._ Export job details for each replica set in the sharded cluster.
51
51
*`created_at` - Timestamp in ISO 8601 date and time format in UTC when the export job was created.
52
-
*`err_msg` - Error message, only if the export job failed.
52
+
*`err_msg` - Error message, only if the export job failed.**Note:** This attribute is deprecated as it is not being used.
53
53
*`export_status` - _Returned for replica set only._ Status of the export job.
54
54
*`finished_at` - Timestamp in ISO 8601 date and time format in UTC when the export job completes.
55
55
*`export_job_id` - Unique identifier of the export job.
Copy file name to clipboardExpand all lines: docs/data-sources/cloud_backup_snapshot_export_jobs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ In addition to all arguments above, the following attributes are exported:
58
58
*`custom_data` - Custom data to include in the metadata file named `.complete` that Atlas uploads to the bucket when the export job finishes. Custom data can be specified as key and value pairs.
59
59
*`components` - _Returned for sharded clusters only._ Export job details for each replica set in the sharded cluster.
60
60
*`created_at` - Timestamp in ISO 8601 date and time format in UTC when the export job was created.
61
-
*`err_msg` - Error message, only if the export job failed.
61
+
*`err_msg` - Error message, only if the export job failed.**Note:** This attribute is deprecated as it is not being used.
62
62
*`export_status` - _Returned for replica set only._ Status of the export job.
63
63
*`finished_at` - Timestamp in ISO 8601 date and time format in UTC when the export job completes.
64
64
*`export_job_id` - Unique identifier of the export job.
0 commit comments