feat: moved completely over to this repository

This commit is contained in:
2025-01-12 02:25:31 -05:00
parent 9e806d2f60
commit eec96b743a
13 changed files with 254 additions and 23 deletions

View File

@@ -1,8 +1,18 @@
variable "region" {
variable "aws_region" {
type = string
description = "The AWS region things are created in."
}
variable "aws_access" {
type = string
description = "The access key to generate the Gitea instance."
}
variable "aws_secret" {
type = string
description = "The access secret to generate the Gitea instance."
}
variable "boot_bucket" {
type = string
description = "The name of the bucket to store the boot in."
@@ -17,8 +27,3 @@ variable "boot_role" {
type = string
description = "The name of the role for boot access."
}
variable "subnet" {
type = string
description = "The ID of the subnet that the instance will be housed in."
}