Skip to content

Commit 2d7f37e

Browse files
committed
fix: remove doubled up brackets
1 parent fae03ce commit 2d7f37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ variable "archived" {
161161
variable "topics" {
162162
description = "(Optional) The list of topics of the repository. (Default: [])"
163163
type = list(string)
164-
default = []]
164+
default = []
165165
}
166166

167167
variable "extra_topics" {
@@ -176,7 +176,7 @@ variable "template" {
176176
owner = string
177177
repository = string
178178
})
179-
default = {}}
179+
default = {}
180180
}
181181

182182
variable "admin_collaborators" {

0 commit comments

Comments
 (0)