2019-03-28 18:48:35 +01:00
|
|
|
// Test note: the configupgrade tool will ignore this possibly-relative module
|
|
|
|
// source because it does not find a local directory "foo". The example where
|
|
|
|
// the configupgrade tool makes a recommendation about relative module sources
|
|
|
|
// is is in relative-module-source.
|
2019-03-13 19:17:14 +01:00
|
|
|
module "foo" {
|
|
|
|
source = "foo"
|
|
|
|
}
|