terraform/internal/rpcapi/testdata/sourcebundle/simple/simple.tf

10 lines
166 B
HCL

terraform {
required_providers {
testing = {
source = "hashicorp/testing"
version = "0.1.0"
}
}
}
resource "testing_resource" "resource" {}