Add ak-gatekeeper
This commit is contained in:
32
ak-gatekeeper/variables.tf
Normal file
32
ak-gatekeeper/variables.tf
Normal file
@@ -0,0 +1,32 @@
|
||||
variable "component" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "instance" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "domain" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "namespace" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "labels" {
|
||||
type = map(string)
|
||||
}
|
||||
|
||||
variable "dns_name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "access_token_validity" {
|
||||
type = string
|
||||
default = "hours=10" // ;minutes=10
|
||||
}
|
||||
|
||||
variable "request_headers" {
|
||||
type = map(string)
|
||||
}
|
||||
Reference in New Issue
Block a user