add template for directives
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
variable "map_in" {
|
||||
type = map(string)!= default = {
|
||||
to reference it so it isn't pruned
|
||||
output "output" {
|
||||
value = var.map_in
|
||||
}
|
||||
Reference in New Issue
Block a user