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
The fix in #3152 doesn't actually apply to constructs, but instead only to TerraformResource#219 leaving a substantial gap/difficulty in renaming constructs.
Because there's no support for .move* methods of the Construct class (at least in python)
References
No response
Help Wanted
I'm interested in contributing a fix myself
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Description
The fix in #3152 doesn't actually apply to constructs, but instead only to
TerraformResource
#219 leaving a substantial gap/difficulty in renaming constructs.Given you have a construct like
If you call it with a name from within your stack:
you cannot then do something like:
Because there's no support for
.move*
methods of the Construct class (at least in python)References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: