mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Use hashicorp/terraform-registry-address as a decoupled library (#28338)
* refactor: Use tfaddr for provider address parsing * refactor: Use tfaddr for module address parsing * deps: introduce hashicorp/terraform-registry-address
This commit is contained in:
@@ -702,5 +702,5 @@ func makeTestImpliedMoveStmt(t *testing.T, moduleStr, fromStr, toStr string) Mov
|
||||
}
|
||||
|
||||
var fakeExternalModuleSource = addrs.ModuleSourceRemote{
|
||||
PackageAddr: addrs.ModulePackage("fake-external:///"),
|
||||
Package: addrs.ModulePackage("fake-external:///"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user