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