add template for directives
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module "child" {
|
||||
source = "./child"
|
||||
}
|
||||
|
||||
resource "aws_instance" "a" {
|
||||
ami = "parent"
|
||||
|
||||
depends_on = ["module.child"]
|
||||
}
|
||||
Reference in New Issue
Block a user