mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 22:00:34 -05:00
8 lines
100 B
HCL
8 lines
100 B
HCL
resource "aws_instance" "foo" {
|
|
provisioner "shell" {}
|
|
}
|
|
|
|
module "child" {
|
|
source = "./child"
|
|
}
|