Skip to content

Commit

Permalink
fix website linting checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sworisbreathing committed Apr 14, 2020
1 parent 7eb298b commit 949d869
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/r/ecs_task_definition.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -256,16 +256,19 @@ In addition to all arguments above, the following attributes are exported:
ECS Task Definitions can be imported via their task Family (optionally with a specific Revision) or Amazon Resource Name (ARN):

### Example Import By Family

```
$ terraform import aws_ecs_task_definition.example mytaskfamily
```

### Example Import By Family And Revision

```
$ terraform import aws_ecs_task_definition.example mytaskfamily:123
```

### Example Import By Amazon Resource Name (ARN)

```
$ terraform import aws_ecs_task_definition.example arn:aws:ecs:us-east-1:012345678910:task-definition/mytaskfamily:123
```

0 comments on commit 949d869

Please sign in to comment.