You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/configs/testdata/provider-reqs-with-tests/provider-reqs-root.tftest.hcl

10 lines
194 B

# 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"
}
}