Closed (fixed)
Project:
Cloud
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
19 Sep 2022 at 17:00 UTC
Updated:
4 Oct 2022 at 19:44 UTC
Jump to comment: Most recent
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
baldwinlouie commented@yas, here's the patch for edit subnet support in SPA.
I also fixed the following two items:
- Fixed `setTagsInAws` so that it doesn't modify any tags that starts with `aws:`. Those are read-only tags set by AWS. If they are passed to be edited, an error will be thrown. This happens if you try to modify the tags of any Aws entity created by Cloud Formation.
- Fixed Internet Gateway/Transit Gateway/Carrier Gateway to pass Tag values to the entity correctly. Otherwise, any new tags will be ignored and not updated.
Comment #4
yas@baldwinloiue
Thank you for the patch including the fixes. It looks good.
@sekinet
What do you think?
Comment #5
Ryo Yamashita commented@baldwinloiue @yas
This patch looks good to me, Thanks.
Comment #6
sekinet commented@baldwinloiue @yas
Thank you for fixing the bug. It looks good.
Comment #7
yas@ryo-yamashita @sekinet
Thank you for your review.
@baldwinlouie
I found the following coding standard violation. Can you please check it? Thanks
Comment #8
baldwinlouie commented@yas, I've updated the patch to fix the coder error.
Comment #9
yas@baldwinlouie
Thank you for the update. It looks good. I'll merge the patch to
4.xand5.x, and close this issue as Fixed.Comment #12
yas