Merge pull request #49 from opentffoundation/opentf-user-facing-internal-builtin

Change user-facing occurrences of Terraform to OpenTF in `internal/builtin`
This commit is contained in:
RLRabinowitz 2023-08-22 17:33:52 +03:00 committed by GitHub
commit 9ee1c7d178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(