terraform/configs/testdata/providers-explicit-fqn/root.tf

9 lines
91 B
HCL

terraform {
required_providers {
foo_test = {
source = "foo/test"
}
}
}