Skip to content

Commit 0d50666

Browse files
authored
move status attribute to exported section (#32170)
1 parent bbd8238 commit 0d50666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/dms_replication_task.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ The following arguments are supported:
5151
* `replication_task_settings` - (Optional) An escaped JSON string that contains the task settings. For a complete list of task settings, see [Task Settings for AWS Database Migration Service Tasks](http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html).
5252
* `source_endpoint_arn` - (Required) The Amazon Resource Name (ARN) string that uniquely identifies the source endpoint.
5353
* `start_replication_task` - (Optional) Whether to run or stop the replication task.
54-
* `status` - Replication Task status.
5554
* `table_mappings` - (Required) An escaped JSON string that contains the table mappings. For information on table mapping see [Using Table Mapping with an AWS Database Migration Service Task to Select and Filter Data](http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.html)
5655
* `tags` - (Optional) A map of tags to assign to the resource. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
5756
* `target_endpoint_arn` - (Required) The Amazon Resource Name (ARN) string that uniquely identifies the target endpoint.
@@ -61,6 +60,7 @@ The following arguments are supported:
6160
In addition to all arguments above, the following attributes are exported:
6261

6362
* `replication_task_arn` - The Amazon Resource Name (ARN) for the replication task.
63+
* `status` - Replication Task status.
6464
* `tags_all` - A map of tags assigned to the resource, including those inherited from the provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block).
6565

6666
## Import

0 commit comments

Comments
 (0)