Running into this error ` Plan apply failed: delet...
# general
c
Running into this error
Plan apply failed: deleting urn:pulumi:docs::arcusdocs::aws:cloudfront/distribution:Distribution::cdn: error updating CloudFront Distribution (E1QDDY8Y64KZAE): PreconditionFailed: The request failed because it didn't meet the preconditions in one or more request-header fields.
while trying destroy
aws:cloudfront:Distribution (cdn)
i
This should be fixed by
pulumi refresh
, if you run it - CloudFront mutates the ETag field after a resource has been created and won’t let Pulumi delete it unless it also knows the changed ETag value
c
Thanks , that worked.