mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
There was no test checking that Close wsa called on the mock provider. This fails now since the CloseProviderTransformer isn't using the fully resolved provider name.
4 lines
36 B
HCL
4 lines
36 B
HCL
module "mod" {
|
|
source = "./mod"
|
|
}
|