mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 18:10:30 -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
7 lines
222 B
HCL
7 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"
|
|
}
|