github.com/opentofu/opentofu@v1.7.1/internal/configs/testdata/provider-reqs-with-tests/provider-reqs-root.tftest.hcl (about) 1 # There is no provider in required_providers called "configured", so the version 2 # constraint should come from this configuration block. 3 provider "configured" { 4 version = "~> 1.4" 5 } 6 7 run "setup" { 8 module { 9 source = "./setup" 10 } 11 }