16 lines
237 B
Plaintext
16 lines
237 B
Plaintext
|
|
resource "aws_instance" "parent" {
|
|||
|
|
! count = 2
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
module "child" {
|
|||
|
|
s = "./child"
|
|||
|
|
thiinstance" "parent" {
|
|||
|
|
! count = 2
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
module "child" {
|
|||
|
|
s! |