mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-27 18:19:48 -05:00
Typo: s/presend/present/ (#606)
Co-authored-by: Jonatan Reiners <jonatan.reiners@kreuzwerker.de>
This commit is contained in:
parent
d122ff1b9b
commit
aae4820ad4
2 changed files with 3 additions and 3 deletions
|
|
@ -3,12 +3,12 @@
|
|||
page_title: "docker_image Data Source - terraform-provider-docker"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
docker_image provides details about a specific Docker Image which need to be presend on the Docker Host
|
||||
docker_image provides details about a specific Docker Image which need to be present on the Docker Host
|
||||
---
|
||||
|
||||
# docker_image (Data Source)
|
||||
|
||||
`docker_image` provides details about a specific Docker Image which need to be presend on the Docker Host
|
||||
`docker_image` provides details about a specific Docker Image which need to be present on the Docker Host
|
||||
|
||||
## Example Usage
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import (
|
|||
|
||||
func dataSourceDockerImage() *schema.Resource {
|
||||
return &schema.Resource{
|
||||
Description: "`docker_image` provides details about a specific Docker Image which need to be presend on the Docker Host",
|
||||
Description: "`docker_image` provides details about a specific Docker Image which need to be present on the Docker Host",
|
||||
|
||||
ReadContext: dataSourceDockerImageRead,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue