Skip to content

Commit 63df7f9

Browse files
committed
Corrects capitalization of ARN
1 parent 6693c1c commit 63df7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/d/appstream_image.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following arguments are optional:
2828
* `region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
2929
* `name` - Name of the image being searched for. Cannot be used with name_regex or arn.
3030
* `name_regex` - Regular expression name of the image being searched for. Cannot be used with arn or name.
31-
* `arn` - Arn of the image being searched for. Cannot be used with name_regex or name.
31+
* `arn` - ARN of the image being searched for. Cannot be used with name_regex or name.
3232
* `type` - The type of image which must be (PUBLIC, PRIVATE, or SHARED).
3333
* `most_recent` - Boolean that if it is set to true and there are multiple images returned the most recent will be returned. If it is set to false and there are multiple images return the datasource will error.
3434

0 commit comments

Comments
 (0)