Skip to content

Commit aea8bd5

Browse files
gartmanddale.gartman
andauthored
Documentation: specify that an SSM Parameter can be used in aws_imagebuilder_image_recipe parent_image argument. Fixes #44161 (#44267)
Co-authored-by: dale.gartman <[email protected]>
1 parent 9991067 commit aea8bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/imagebuilder_image_recipe.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following arguments are required:
5050

5151
* `component` - (Required) Ordered configuration block(s) with components for the image recipe. Detailed below.
5252
* `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 ARN or 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.
5454
* `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.
5555

5656
The following arguments are optional:

0 commit comments

Comments
 (0)