add template for directives
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
data "aws_data_source" "foo" {
|
||||
optional_attr = "value"
|
||||
}
|
||||
|
||||
resource "aws_instance" "bar" {
|
||||
attr = "${length(data.aws_data_source.foo.computed)}"
|
||||
}
|
||||
Reference in New Issue
Block a user