diff --git a/website/docs/r/batch_compute_environment.html.markdown b/website/docs/r/batch_compute_environment.html.markdown index f3265acee7b..e0581238e1a 100644 --- a/website/docs/r/batch_compute_environment.html.markdown +++ b/website/docs/r/batch_compute_environment.html.markdown @@ -162,14 +162,14 @@ resource "aws_batch_compute_environment" "sample" { * `status` - The current status of the compute environment (for example, CREATING or VALID). * `status_reason` - A short, human-readable string to provide additional details about the current status of the compute environment. -[1]: http://docs.aws.amazon.com/batch/latest/userguide/what-is-batch.html -[2]: http://docs.aws.amazon.com/batch/latest/userguide/compute_environments.html -[3]: http://docs.aws.amazon.com/batch/latest/userguide/troubleshooting.html - - ## Import +## Import AWS Batch compute can be imported using the `compute_environment_name`, e.g. ``` $ terraform import aws_batch_compute_environment.sample sample -``` \ No newline at end of file +``` + +[1]: http://docs.aws.amazon.com/batch/latest/userguide/what-is-batch.html +[2]: http://docs.aws.amazon.com/batch/latest/userguide/compute_environments.html +[3]: http://docs.aws.amazon.com/batch/latest/userguide/troubleshooting.html