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

12 lines
239 B

# There is no provider in required_providers called "configured", so the version
# constraint should come from this configuration block.
provider "configured" {
version = "~> 1.4"
}
run "setup" {
module {
source = "./setup"
}
}