iann0036 / AWSConsoleRecorder

Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
MIT License
1.42k stars 87 forks source link

AWS::ECS::TaskDefinition Encountered Unsupported Property image #44

Closed mackay2k4 closed 5 years ago

mackay2k4 commented 5 years ago

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

iann0036 commented 5 years ago

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.

mackay2k4 commented 5 years ago

seems to be working now, thanks.