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