From a0d51e2a0955777ed52ca13a095de49fc30b6ea5 Mon Sep 17 00:00:00 2001 From: Alex Kunin Date: Tue, 1 Jun 2021 16:05:29 +0300 Subject: [PATCH] docs: fix typos in docker_image example usage (#213) --- templates/resources/image.md.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/resources/image.md.tmpl b/templates/resources/image.md.tmpl index 0418fb87..416ac63e 100644 --- a/templates/resources/image.md.tmpl +++ b/templates/resources/image.md.tmpl @@ -21,16 +21,16 @@ for further updates of the image ### Dynamic updates -To be able to update an update dynamically when the `sha256` sum changes, +To be able to update an image dynamically when the `sha256` sum changes, you need to use it in combination with `docker_registry_image` as follows: {{tffile "examples/resources/docker_image/resource-dynamic.tf"}} ### Build -You can also use the resource to build and image. +You can also use the resource to build an image. In thid case the image "zoo" and "zoo:develop" are built. {{tffile "examples/resources/docker_image/resource-build.tf"}} -{{ .SchemaMarkdown | trimspace }} \ No newline at end of file +{{ .SchemaMarkdown | trimspace }}