github.com/opentofu/opentofu@v1.7.1/internal/initwd/testdata/prerelease-version-constraint-match/root.tf (about) 1 # We expect this test to download the requested version because it is an exact 2 # match for a prerelease version. 3 4 module "acctest_exact" { 5 source = "hashicorp/module-installer-acctest/aws" 6 version = "=0.0.3-alpha.1" 7 }