mirror of https://github.com/hashicorp/terraform
parent
679ab1d515
commit
267d45df86
@ -0,0 +1,2 @@
|
||||
# Hello
|
||||
|
||||
@ -0,0 +1,5 @@
|
||||
# Hello
|
||||
|
||||
module "bar" {
|
||||
source = "./bar"
|
||||
}
|
||||
@ -0,0 +1,5 @@
|
||||
# Hello
|
||||
|
||||
module "foo" {
|
||||
source = "./foo"
|
||||
}
|
||||
Loading…
Reference in new issue