Skip to content

Commit

Permalink
docs/resource/aws_batch_compute_environment: Fix header whitespace issue
Browse files Browse the repository at this point in the history
Reference: #11299 (review)
  • Loading branch information
bflad committed Dec 18, 2019
1 parent 5e5fa10 commit d8417e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/docs/r/batch_compute_environment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```

[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

0 comments on commit d8417e9

Please sign in to comment.