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/r/imagebuilder_image_recipe.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
@@ -50,7 +50,7 @@ The following arguments are required:
50
50
51
51
*`component` - (Required) Ordered configuration block(s) with components for the image recipe. Detailed below.
52
52
*`name` - (Required) Name of the image recipe.
53
-
*`parent_image` - (Required) The image recipe uses this image as a base from which to build your customized image. The value can be the base image ARNor an AMI ID.
53
+
*`parent_image` - (Required) The image recipe uses this image as a base from which to build your customized image. The value can be the base image ARN, an AMI ID, or an SSM Parameter referencing the AMI. For an SSM Parameter, enter the prefix `ssm:`, followed by the parameter name or ARN.
54
54
*`version` - (Required) The semantic version of the image recipe, which specifies the version in the following format, with numeric values in each position to indicate a specific version: major.minor.patch. For example: 1.0.0.
0 commit comments