Files
proxy/terraform/variables.tf
2025-02-18 15:26:44 -05:00

14 lines
337 B
HCL

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