fierce-school-40904
03/15/2023, 11:36 AMopts=ResourceOptions(
parent=self,
aliases=[{'parent': pulumi.ROOT_STACK_RESOURCE}],
),
when moving a ressource from having no parent to having one. However this just seems to fail as aliases seems to require a 'name' parameter.
Am I understanding something wrong here?aliases=[pulumi.Alias(parent=pulumi.ROOT_STACK_RESOURCE)]
this works for those interestedlimited-rainbow-51650
03/15/2023, 8:25 PM