github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/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  }