From c972e5da6fc92f213b66fb997ad0d108ccbc2926 Mon Sep 17 00:00:00 2001 From: Soren Martius Date: Mon, 6 Jan 2020 08:53:15 -0300 Subject: [PATCH] set auto_init defaults value to true --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index e97d4d99..4d547d0a 100644 --- a/variables.tf +++ b/variables.tf @@ -66,7 +66,7 @@ variable "has_downloads" { variable "auto_init" { type = bool description = "Wether or not to produce an initial commit in the repository." - default = false + default = true } variable "gitignore_template" {