terraform/internal/rpcapi/testdata/sourcebundle/empty/empty.tfcomponent.hcl

16 lines
228 B
HCL

required_providers {
testing = {
source = "hashicorp/testing"
version = "0.1.0"
}
}
provider "testing" "default" {}
component "self" {
source = "./"
providers = {
testing = provider.testing.default
}
}