AWSConsoleRecorder icon indicating copy to clipboard operation
AWSConsoleRecorder copied to clipboard

CFN AWS::EC2::InternetGateway mapping invalid

Open treaz opened this issue 6 years ago • 3 comments

Describe the bug When I create a new IGW with default settings (just setting the name), there's an empty properties attribute that also gets created. CFN will reject this because "Properties 'null' values are not allowed in templates"

Related Mapping AWS::EC2::InternetGateway

Related Language CFN yml

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior The empty properties does not appear in the template.

treaz avatar Feb 08 '19 07:02 treaz

Hey Horia,

Thanks heaps for raising. The fix for the empty Properties object will be in the next release, 0.3.10. There is however a slightly different issue that won't be fixed short term being that the call to add the name tag is made separately from the creation call, which I'm not currently handling yet.

Hope this helps at least get you a valid template short term.

iann0036 avatar Feb 09 '19 05:02 iann0036

Hey Ian, I don't see any tagging or releases on github. How will I know that the new version is out? And on the dashboard of the plugin I don't see any version mentioned. Feature request? :)

treaz avatar Feb 09 '19 14:02 treaz

Hey Horia,

You'll find current versions via the store page or via your chrome://extensions page. Extensions on Chrome auto-update every 5 hours.

I'll put the version in the Settings page somewhere shortly.

iann0036 avatar Feb 10 '19 04:02 iann0036