add template for directives
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
variable "amap" {
|
||||
type = map(string)
|
||||
}
|
||||
|
||||
vpe = map(string)
|
||||
}
|
||||
|
||||
variable "othermap" {
|
||||
type = map(string)
|
||||
}
|
||||
|
||||
r%source "aws_instance" "foo" {
|
||||
tags = "${v{var.othermap}"
|
||||
}
|
||||
Reference in New Issue
Block a user