mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-27 00:00:36 -04:00
Signed-off-by: yottta <andrei.ciobanu@opentofu.org> Co-authored-by: yottta <andpectech@gmail.com>
11 lines
167 B
HCL
11 lines
167 B
HCL
terraform {
|
|
required_providers {
|
|
tfcoremock = {
|
|
source = "tfcoremock"
|
|
version = "0.3.0"
|
|
}
|
|
}
|
|
}
|
|
|
|
resource "tfcoremock_simple_resource" "foo" {}
|