enterprise 🌈

This commit is contained in:
Elbaz 2023-08-22 14:48:33 +03:00
parent b3080211d0
commit 6e17054f15

View File

@ -338,10 +338,10 @@ func (b *Remote) Configure(obj cty.Value) tfdiags.Diagnostics {
if err != nil { if err != nil {
diags = diags.Append(tfdiags.Sourceless( diags = diags.Append(tfdiags.Sourceless(
tfdiags.Error, tfdiags.Error,
"Failed to create the OpenTF Enterprise client", "Failed to create the Terraform Enterprise client",
fmt.Sprintf( fmt.Sprintf(
`The "remote" backend encountered an unexpected error while creating the `+ `The "remote" backend encountered an unexpected error while creating the `+
`OpenTF Enterprise client: %s.`, err, `Terraform Enterprise client: %s.`, err,
), ),
)) ))
return diags return diags