ComponentConfiguration - No Parameters
Name of the resource
AWS::ImageBuilder::ContainerRecipe
Resource Name
No response
Issue Description
Hello,
We are trying to implement an EC2 Image Builder Container Recipe and we have noticed that CloudFormation doesn't support Parameters for Container Recipe Components: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-componentconfiguration.html
But if we go to the Documentation and the UI, parameters are there: https://docs.aws.amazon.com/imagebuilder/latest/userguide/create-container-recipes.html#create-container-recipe-cli
Can you please take a look into this?
Thanks
Expected Behavior
Be able to specify Component Parameters:
Type: AWS::ImageBuilder::ContainerRecipe
Properties:
...
Components:
- ComponentArn: <ComponentArn>
Parameters:
- Name: Param1
Value: Value1
Observed Behavior
Only ComponentArn Available
Test Cases
Check Expected Behavior
Other Details
No response
This has been fixed - you can pass parameters to components in the container recipe now