github.com/jaredpalmer/terraform@v1.1.0-alpha20210908.0.20210911170307-88705c943a03/internal/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  }