Is there any way to support resources that can only be replaced and not updated in place? #286
Replies: 3 comments
-
+1 |
Beta Was this translation helpful? Give feedback.
-
Would this proposal that introduces more granular management policies help here? |
Beta Was this translation helpful? Give feedback.
-
Please also see the "Note" here: By convention, Crossplane providers never delete resources based on a |
Beta Was this translation helpful? Give feedback.
-
I'm trying to create a github organization secret with a custom github provider i made with upjet.
Currently, the terraform provider for github marks all fields for a github organization secret as "forceNew", so we can't update the secret.
There seems to be no way to allow prevent_destroy on any resource? Is there any way to make this work without deleting the crossplane resource and recreating it?
Beta Was this translation helpful? Give feedback.
All reactions