Change Terraform to OpenTF in comment regarding the code

This commit is contained in:
RLRabinowitz 2023-08-22 16:04:12 +03:00
parent 0cb5befc33
commit af94085881

View File

@ -125,7 +125,7 @@ func applyDataStoreResourceChange(req providers.ApplyResourceChangeRequest) (res
if !req.PlannedState.GetAttr("id").IsKnown() {
idString, err := uuid.GenerateUUID()
// Terraform would probably never get this far without a good random
// OpenTF would probably never get this far without a good random
// source, but catch the error anyway.
if err != nil {
diag := tfdiags.AttributeValue(