add template for directives
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
variable "key" {}
|
||||
|
||||
data "aws_data_source" "foo" {
|
||||
id = "${var.key}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user