Sign in
third-party-mirror
/
terraform
/
refs/heads/main
/
.
/
v1.12.2
/
internal
/
configs
/
testdata
/
provider-reqs-with-tests
/
provider-reqs-root.tftest.hcl
blob: 5f52a23a704e3b21ca96ce0726c23ea60a5968aa [
file
] [
log
] [
blame
] [
edit
]
# There is no provider in required_providers called "configured", so we won't
# have a version constraint for it.
provider
"configured"
{}
run
"setup"
{
module
{
source
=
"./setup"
}
}