7 lines
169 B
HCL
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"
|
|
} |