Skip to content

Commit

Permalink
docs: format document
Browse files Browse the repository at this point in the history
```
$ make website-lint-fix
```
  • Loading branch information
suzuki-shunsuke committed Dec 29, 2020
1 parent 60516ab commit c43ecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/plugin.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Manages the lifecycle of a Docker plugin.

```hcl
resource "docker_plugin" "sample-volume-plugin" {
plugin_reference = "docker.io/tiborvass/sample-volume-plugin:latest"
plugin_reference = "docker.io/tiborvass/sample-volume-plugin:latest"
}
```

Expand Down

0 comments on commit c43ecb5

Please sign in to comment.