sockshop/terraform/variables.tf

33 lines
555 B
HCL

variable "GITEA_USER" {
type = string
description = "gitea User"
default = "demo"
}
variable "GITEA_URL" {
type = string
description = "url to gitea"
default = "https://gitea.nttdata-xlabs.com"
}
# variable "GITEA_PASSWORD" {
# type = string
# description = "url to gitea"
# }
variable "GITEA_TOKEN" {
type = string
description = ""
}
variable "KEPTN_BRIDGE_URL" {
type = string
description = ""
}
variable "KEPTN_API_TOKEN" {
type = string
description = ""
}