mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 22:00:34 -05:00
16 lines
252 B
HCL
16 lines
252 B
HCL
terraform {
|
|
required_providers {
|
|
tfcoremock = {
|
|
source = "hashicorp/tfcoremock"
|
|
version = "0.1.1"
|
|
}
|
|
}
|
|
}
|
|
|
|
provider "tfcoremock" {}
|
|
|
|
resource "tfcoremock_list" "list" {
|
|
id = "985820B3-ACF9-4F00-94AD-F81C5EA33663"
|
|
list = []
|
|
}
|