mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-09 00:22:36 -04:00
8 lines
106 B
HCL
8 lines
106 B
HCL
terraform {
|
|
required_providers {
|
|
tfcoremock = {
|
|
source = "tfcoremock"
|
|
version = "0.1.1"
|
|
}
|
|
}
|
|
}
|