mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-23 23:27:00 -04:00
9 lines
276 B
Terraform
9 lines
276 B
Terraform
|
|
# We expect this test to download the version 0.0.2, the one before the
|
||
|
|
# specified version even with the equality because the specified version is a
|
||
|
|
# prerelease.
|
||
|
|
|
||
|
|
module "acctest_partial" {
|
||
|
|
source = "hashicorp/module-installer-acctest/aws"
|
||
|
|
version = "<=0.0.3-alpha.1"
|
||
|
|
}
|