opentofu/internal/command/e2etest/testdata/provider-global-cache/main.tf
Christian Mesh d0ee5a36a5
Provider plugin cache locking (#1878)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
2025-04-25 09:39:17 -04:00

8 lines
106 B
HCL

terraform {
required_providers {
tfcoremock = {
source = "tfcoremock"
version = "0.1.1"
}
}
}