Files
git/terraform/variables.tf

13 lines
264 B
HCL

variable "region" {
type = string
description = "The AWS region things are created in."
}
variable "gitea_boot" {
type = object({
bucket = string
key = string
role = string
})
description = "The storage for the Gitea instance."
}