i'm attempting to import a Route53 hosted zone int...
# aws
b
i'm attempting to import a Route53 hosted zone into a template but since Pulumi adds "Managed by Pulumi" to the
comment
property when nothing is provided, the import fails since there's a difference. I've tried supplying an empty string but that still causes a difference to be picked up. is there a way to simply not include the comment property?
d
Probably not the answer you want but could you add that string to the Route53 zone instead?
b
yeah that's what i ended up doing, couldn't find any other way to do it
👍 1