mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-04 21:00:39 -04:00
9 lines
106 B
HCL
9 lines
106 B
HCL
terraform {
|
|
required_providers {
|
|
tfcoremock = {
|
|
source = "tfcoremock"
|
|
version = "0.1.1"
|
|
}
|
|
}
|
|
}
|