You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/initwd/testdata/prerelease-version-constraint/root.tf

9 lines
276 B

# 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"
}