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-constrai.../root.tf

8 lines
222 B

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