Skip to content

Commit

Permalink
jerome's post comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kindermoumoute committed Dec 5, 2019
1 parent cfa8e1a commit 712f097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/d/image.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: |-
# scaleway_image

**DEPRECATED**: This resource is deprecated and will be removed in `v2.0+`.
Please use `scaleway_instance_image` instead.
Please use `scaleway_instance_image` instead or `scaleway_marketplace_image_beta` depending on your usage.

Use this data source to get the ID of a registered Image for use with the
`scaleway_server` resource.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/instance_image.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gets information about an instance image.
```hcl
// Get info by image name
data "scaleway_instance_image" "my_image" {
name = "ubuntu bionic"
name = "my-image-name"
}
// Get info by image id
Expand Down

0 comments on commit 712f097

Please sign in to comment.