github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/initwd/testdata/prerelease-version-constraint/root.tf (about)

     1  # We expect this test to download the version 0.0.2, the one before the
     2  # specified version even with the equality because the specified version is a
     3  # prerelease.
     4  
     5  module "acctest_partial" {
     6    source = "hashicorp/module-installer-acctest/aws"
     7    version = "<=0.0.3-alpha.1"
     8  }