style: tofu fmt alignment
This commit is contained in:
@@ -15,8 +15,8 @@ variable "organisation" {
|
|||||||
variable "repository" {
|
variable "repository" {
|
||||||
description = "Map of repositories to create"
|
description = "Map of repositories to create"
|
||||||
type = map(object({
|
type = map(object({
|
||||||
name = string
|
name = string
|
||||||
organisation = string
|
organisation = string
|
||||||
description = optional(string)
|
description = optional(string)
|
||||||
private = optional(bool)
|
private = optional(bool)
|
||||||
default_branch = optional(string)
|
default_branch = optional(string)
|
||||||
@@ -32,7 +32,7 @@ variable "repository" {
|
|||||||
repo_template = optional(bool)
|
repo_template = optional(bool)
|
||||||
website = optional(string)
|
website = optional(string)
|
||||||
autodetect_manual_merge = optional(bool)
|
autodetect_manual_merge = optional(bool)
|
||||||
woodpecker = optional(bool, false)
|
woodpecker = optional(bool, false)
|
||||||
}))
|
}))
|
||||||
default = {}
|
default = {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user