Willian Souza Goncalves
Results
1
comments of
Willian Souza Goncalves
That can be easily fixed using `Modifiers`. ``` "id": { Type: types.StringType, Computed: true, PlanModifiers: tfsdk.AttributePlanModifiers{ tfsdk.UseStateForUnknown(), }, } ```