github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/configs/configupgrade/testdata/valid/module-source/input/main.tf (about) 1 // Test note: the configupgrade tool will ignore this possibly-relative module 2 // source because it does not find a local directory "foo". The example where 3 // the configupgrade tool makes a recommendation about relative module sources 4 // is is in relative-module-source. 5 module "foo" { 6 source = "foo" 7 }