Skip to content

Commit 12fcc38

Browse files
set auto_init defaults value to true (#8)
1 parent dbb6f1b commit 12fcc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ variable "has_downloads" {
6666
variable "auto_init" {
6767
type = bool
6868
description = "Wether or not to produce an initial commit in the repository."
69-
default = false
69+
default = true
7070
}
7171

7272
variable "gitignore_template" {

0 commit comments

Comments
 (0)