22 lines
287 B
Plaintext
22 lines
287 B
Plaintext
|
|
resource "aws_instance" "foo" {
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
module "child" {
|
|||
|
|
source = "./child"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
out {
|
|||
|
|
source = "./child"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
output "root_id" {
|
|||
|
|
value = "${aws |