github.com/hashicorp/terraform-plugin-sdk@v1.17.2/internal/configs/configload/testdata/add-version-constraint/add-version-constraint.tf (about) 1 # This fixture depends on a registry module, which indirectly refers to the 2 # following github repository: 3 # 4 # However, the test that uses it is testing for an error, so in practice the 5 # registry does not need to be accessed when this test is successful. 6 7 module "child" { 8 source = "hashicorp/module-installer-acctest/aws" 9 version = "0.0.1" 10 }