Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

CFN AWS::EC2::InternetGateway mapping invalid #24

Open
treaz opened this issue Feb 8, 2019 · 3 comments
Open

CFN AWS::EC2::InternetGateway mapping invalid #24

treaz opened this issue Feb 8, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@treaz
Copy link

treaz commented Feb 8, 2019

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.

@iann0036 iann0036 added the bug Something isn't working label Feb 9, 2019
@iann0036
Copy link
Owner

iann0036 commented Feb 9, 2019

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.

@treaz
Copy link
Author

treaz commented Feb 9, 2019

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? :)

@iann0036
Copy link
Owner

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 added a commit that referenced this issue Feb 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants