mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-13 07:00:55 -05:00
16 lines
249 B
HCL
16 lines
249 B
HCL
terraform {
|
|
required_providers {
|
|
tfcoremock = {
|
|
source = "hashicorp/tfcoremock"
|
|
version = "0.1.1"
|
|
}
|
|
}
|
|
}
|
|
|
|
provider "tfcoremock" {}
|
|
|
|
resource "tfcoremock_set" "set" {
|
|
id = "046952C9-B832-4106-82C0-C217F7C73E18"
|
|
set = []
|
|
}
|