Hi, I would like clarify how `ignoreChanges` optio...
# general
d
Hi, I would like clarify how
ignoreChanges
option is working for aws.route53.Record. If we ignore change on one prop and another one changes, does Pulumi override all the props of a resource?
b
it shouldn't, but can you elaborate on what your use case is
d
We want to create a weighed route by Pulumi adn set initial weights but manage those in AWS console and looking how to tell Pulumi not to overwrite our manual changes.
b
you'll have to ignoreChanges on all the fields I believe
d
Thanks for the clarification, and for the great product!
b
our pleasure, let me know if you get stuck!