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/invalid-version-constraint-.../root.tf

9 lines
406 B

# This fixture references the github repo at:
# https://github.com/hashicorp/terraform-aws-module-installer-acctest
# However, due to the nature of this test (verifying early error), the URL will not be contacted,
# and the test is safe to execute as part of the normal test suite.
module "acctest_root" {
source = "github.com/hashicorp/terraform-aws-module-installer-acctest"
version = "0.0.1"
}