42 lines
657 B
HCL
42 lines
657 B
HCL
variable "KEPTN_VERSION" {
|
|
type = string
|
|
description = "Version Keptn"
|
|
default = "1.4.0"
|
|
}
|
|
|
|
variable "KEPTN_NAMESPACE" {
|
|
type = string
|
|
description = ""
|
|
default = "keptn"
|
|
}
|
|
|
|
variable "KEPTN_DOMAIN" {
|
|
type = string
|
|
description = "Version Keptn"
|
|
}
|
|
|
|
|
|
variable "CLUSTER_NAME" {
|
|
type = string
|
|
description = ""
|
|
default = "xOps"
|
|
}
|
|
|
|
variable "DT_TENANT" {
|
|
type = string
|
|
description = ""
|
|
default = "https://elw69065.live.dynatrace.com"
|
|
}
|
|
|
|
variable "DT_API_TOKEN" {
|
|
type = string
|
|
description = ""
|
|
}
|
|
|
|
variable "k8S_CONTEXT" {
|
|
type = string
|
|
description = ""
|
|
default=null
|
|
}
|
|
|