Adding quickstart template example
This commit is contained in:
7
quickstart/template/variables.tf
Normal file
7
quickstart/template/variables.tf
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user