feat: runner infrastructure is built

This commit is contained in:
2025-02-13 15:50:39 -05:00
parent a1844458b0
commit 829df54ae9
9 changed files with 150 additions and 0 deletions

14
terraform/variables.tf Normal file
View File

@@ -0,0 +1,14 @@
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."
}