You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/appstream_image.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The following arguments are optional:
28
28
*`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).
29
29
*`name` - Name of the image being searched for. Cannot be used with name_regex or arn.
30
30
*`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.
32
32
*`type` - The type of image which must be (PUBLIC, PRIVATE, or SHARED).
33
33
*`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.
0 commit comments