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