2021-04-19 18:44:18 -07:00

7 lines
169 B
HCL

# Use this file to define all variables that will be used in the configuraion
variable "var1" {
type = string
description = "my first variable"
default = "foo"
}