This message was deleted.
# general
s
This message was deleted.
l
What reason is Pulumi giving for replacing the Integrations?
pulumi preview --diff
can help with that. Also you might post this, with code (use the code snippet) over in #CRH5ENVDX.
j
The --diff says integrationHttpMethod and uri are newly added. But thats not true. Although, I should mention that the uri is being read from another pulumi stack reference. But the value is always same. Sure I will post it on #CRH5ENVDX as well with code snippet soon. Thank you..
l
That may well be the issue. I'll check the code over there.
j
RESOLVED: I was able to solve this. The replacement was caused because I was using IntegrationHttpMethod attribute for configuring OPTIONS method as well which is not required. Once removed, there were no replacements.
👍 1