mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-13 01:22:05 -06:00
Move SavedPlanBookmark to dedicated internal/cloud/cloudplan
package
Having this sitting loose in `cloud` proved problematic because of circular import dependencies. Putting it in a sub-package under cloud frees us up to reference the type from places like `internal/backend`!
This commit is contained in:
parent
717a36036d
commit
df7a1c821a
@ -1,7 +1,7 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
package cloud
|
||||
package cloudplan
|
||||
|
||||
import (
|
||||
"encoding/json"
|
@ -1,7 +1,7 @@
|
||||
// Copyright (c) HashiCorp, Inc.
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
package cloud
|
||||
package cloudplan
|
||||
|
||||
import (
|
||||
"path/filepath"
|
Loading…
Reference in New Issue
Block a user