Files
2023-09-20 15:16:53 +03:00

8 lines
100 B
HCL

resource "aws_instance" "foo" {
provisioner "shell" {}
}
module "child" {
source = "./child"
}