mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
enterprise 🌈
This commit is contained in:
parent
b3080211d0
commit
6e17054f15
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user