Skip to content

Commit

Permalink
fix(docs): UI-33634: mention correct image name in image data source …
Browse files Browse the repository at this point in the history
…example
  • Loading branch information
sreekarbvibm authored and hkantare committed Jan 5, 2024
1 parent 295dcc1 commit 78ebdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/is_image.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78ebdfb

Please sign in to comment.