You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
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:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
The empty properties does not appear in the template.
The text was updated successfully, but these errors were encountered:
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.
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? :)
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:
Expected behavior
The empty properties does not appear in the template.
The text was updated successfully, but these errors were encountered: