You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"There was an unexpected error validating the plan. This is always a problem with the provider. Please report the following to the provider developer:\n\n"+err.Error(),
86
-
)
87
-
return
88
-
}
89
-
90
-
for_, p:=rangereqWriteOnlyPaths {
91
-
resp.Diagnostics.AddAttributeError(
92
-
p,
93
-
"Invalid writeOnly attribute plan",
94
-
"Required + WriteOnly attributes must have a non-null configuration value during Create.",
95
-
)
96
-
}
97
-
98
-
ifresp.Diagnostics.HasError() {
99
-
return
100
-
}
101
-
}
102
-
103
75
ifresourceWithConfigure, ok:=req.Resource.(resource.ResourceWithConfigure); ok {
0 commit comments