mirror of https://github.com/hashicorp/terraform
parent
8420b58015
commit
1ef167602e
@ -0,0 +1 @@
|
||||
variable "memory" {}
|
||||
@ -0,0 +1,3 @@
|
||||
module "child" {
|
||||
source = "./child"
|
||||
}
|
||||
Loading…
Reference in new issue