github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/initwd/testdata/invalid-version-constraint/root.tf (about)

     1  module "local" {
     2    source  = "./local"
     3    version = "0.0.1" # Version constraint not allowed for a local module
     4  }