mirror of https://github.com/hashicorp/terraform
Merge pull request #1314 from hashicorp/b-relative-mods
config/module: parent refs "../foo" go to the correct directorypull/983/merge
commit
02ec8772c0
@ -0,0 +1,3 @@
|
||||
module "b" {
|
||||
source = "../c"
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
# Hello
|
||||
@ -0,0 +1,3 @@
|
||||
module "a" {
|
||||
source = "./a"
|
||||
}
|
||||
Loading…
Reference in new issue