18 lines
228 B
HCL
18 lines
228 B
HCL
variable "oncall_24x7" {
|
|
type = "string"
|
|
}
|
|
|
|
variable "oncall_office_hours" {
|
|
type = "string"
|
|
}
|
|
|
|
variable "prepend_text" {
|
|
type = "string"
|
|
default = ""
|
|
}
|
|
|
|
variable "append_text" {
|
|
type = "string"
|
|
default = ""
|
|
}
|