15 lines
216 B
Plaintext
15 lines
216 B
Plaintext
|
|
r>esource "aws_instance" "foo" {
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
module "child" {
|
|||
|
|
source = "./child"
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
output "root_id" {
|
|||
|
|
value = "${aws |