From 16ec14e78984da1096447256d38e1d5a912eba0d Mon Sep 17 00:00:00 2001 From: sreekarbvibm <139211144+sreekarbvibm@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:09:55 +0530 Subject: [PATCH] fix(docs): UI-33634: mention correct image name in image data source example --- website/docs/d/is_image.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/d/is_image.html.markdown b/website/docs/d/is_image.html.markdown index 994d2f510e..e5a27a0ada 100644 --- a/website/docs/d/is_image.html.markdown +++ b/website/docs/d/is_image.html.markdown @@ -25,7 +25,7 @@ provider "ibm" { ```terraform data "ibm_is_image" "example" { - name = "centos-7.x-amd64" + name = "ibm-centos-7-9-minimal-amd64-12" } ``` ```terraform