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." }