terraform-provider-file/examples/use-cases/local_snapshot_basic/variables.tf

16 lines
230 B
HCL

variable "update" {
type = string
default = "code-change-necessary"
}
variable "directory" {
type = string
default = "."
}
variable "name" {
type = string
default = "snapshot_resource_basic_use_case.txt"
}