PATCH vs PUT. PATCH will only update the things that were changed. PUT will update/overwrite the wh

PATCH vs PUT. PATCH will only update the things that were changed. PUT will update/overwrite the whole config, and trigger revalidation.

More practically, it's because PATCH in terraform is a pain so we felt it would be most efficient to just have both.
Was this page helpful?