github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/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 }