Files
opentf/internal/initwd/testdata/prerelease-version-constraint-match/root.tf
Liam Cervante 6af6540233 Use the apparentlymart/go-versions library to parse module constraints (#32377)
* Use the apparentlymart/go-versions library to parse module constraints

* goimports

* Update comments, and parse versions carefully

* add acceptance tests to verify behaviour of partial matches

* goimports
2022-12-14 17:02:11 +01:00

8 lines
222 B
HCL

# We expect this test to download the requested version because it is an exact
# match for a prerelease version.
module "acctest_exact" {
source = "hashicorp/module-installer-acctest/aws"
version = "=0.0.3-alpha.1"
}