terraform-provider-file/examples/use-cases/local/protected/variables.tf

12 lines
138 B
HCL

variable "directory" {
type = string
default = "."
}
variable "name" {
type = string
default = "protected_example.txt"
}