github.com/hashicorp/terraform-plugin-sdk@v1.17.2/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 }