Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
initwd
/
testdata
/
prerelease-version-constraint-match
/
root.tf
blob: b68baf770eb0c71afc14afe697139e3fbb448721 [
file
] [
log
] [
blame
]
# 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"
}