iann0036 / AWSConsoleRecorder

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS::ECS::TaskDefinition Encountered Unsupported Property image

mackay2k4 opened this issue · comments

Describe the bug
When recording a ECS TaskDefinition the property in ContainerDefinitions are recorded starting with a lowercase letter but need to be a uppercase first letter

Related Mapping
AWS::ECS::TaskDefinition

Related Language
Cloudfomration (maybe others as well)

To Reproduce
Steps to reproduce the behavior:

  1. Record AWS::ECS::TaskDefinition
  2. check CF script
  3. see image instead of Image (other as well)

Expected behavior
should be Image

Hi there,

Thanks for raising!

I've gotten some fixes in release 0.3.27, which should be available roughly one hour from now. The update isn't tested fully so if there are any issues please let me know.

seems to be working now, thanks.