pulumi.dynamic.ResourceProvider
's constructor takes a deleteBeforeReplace
option but so does its diff()
method.
- What is the difference between the two options?
- Why is the user asked to specify this twice?
- Do they do different things?
pulumi.dynamic.ResourceProvider
's constructor takes a deleteBeforeReplace
option but so does its diff()
method.