From 136c8c61f312528ee89410dcbb1517c0fbe4db93 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 29 Sep 2024 15:29:00 +0200 Subject: [PATCH] docs: fix typo in image resource docs Signed-off-by: Michael --- docs/resources/image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/image.md b/docs/resources/image.md index cf321d4..b44e75d 100644 --- a/docs/resources/image.md +++ b/docs/resources/image.md @@ -21,7 +21,7 @@ resource "incus_instance" "test1" { ## Argument Reference -* `source_instance` - *Optional* - The source image from which the image will be created. See reference below. +* `source_image` - *Optional* - The source image from which the image will be created. See reference below. * `source_instance` - *Optional* - The source instance from which the image will be created. See reference below.