Adding quickstart template example

This commit is contained in:
Mark Gray
2021-04-19 18:44:18 -07:00
parent e932a95d27
commit cefacf9966
6 changed files with 54 additions and 0 deletions

View File

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