mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
enterprise 🌈
This commit is contained in:
@@ -338,10 +338,10 @@ func (b *Remote) Configure(obj cty.Value) tfdiags.Diagnostics {
|
||||
if err != nil {
|
||||
diags = diags.Append(tfdiags.Sourceless(
|
||||
tfdiags.Error,
|
||||
"Failed to create the OpenTF Enterprise client",
|
||||
"Failed to create the Terraform Enterprise client",
|
||||
fmt.Sprintf(
|
||||
`The "remote" backend encountered an unexpected error while creating the `+
|
||||
`OpenTF Enterprise client: %s.`, err,
|
||||
`Terraform Enterprise client: %s.`, err,
|
||||
),
|
||||
))
|
||||
return diags
|
||||
|
||||
Reference in New Issue
Block a user