mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-10 01:00:25 -04:00
* 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
8 lines
222 B
HCL
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"
|
|
}
|