14 lines
337 B
HCL
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."
|
|
} |