github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/initwd/testdata/invalid-version-constraint-local/root.tf (about) 1 # This fixture references the github repo at: 2 # https://github.com/hashicorp/terraform-aws-module-installer-acctest 3 # However, due to the nature of this test (verifying early error), the URL will not be contacted, 4 # and the test is safe to execute as part of the normal test suite. 5 6 module "acctest_root" { 7 source = "github.com/hashicorp/terraform-aws-module-installer-acctest" 8 version = "0.0.1" 9 }