add template for directives
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
variable "a" {
|
||||
default = "foo"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "b" {
|
||||
default = []
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "c" {
|
||||
default = {}
|
||||
type = map(string)
|
||||
}
|
||||
Reference in New Issue
Block a user