Compare commits
1 Commits
3158468a20
...
b3f70d121e
| Author | SHA1 | Date | |
|---|---|---|---|
| b3f70d121e |
@ -89,4 +89,4 @@ variable "delta_rebuild_interval" {
|
|||||||
description = "Delta CRL rebuild interval"
|
description = "Delta CRL rebuild interval"
|
||||||
type = string
|
type = string
|
||||||
default = null
|
default = null
|
||||||
}
|
}
|
||||||
@ -61,6 +61,12 @@ variable "enable_templating" {
|
|||||||
default = false
|
default = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
variable "default_issuer_ref" {
|
||||||
|
description = "Reference to the default issuer"
|
||||||
|
type = string
|
||||||
|
default = null
|
||||||
|
}
|
||||||
|
|
||||||
variable "default_follows_latest_issuer" {
|
variable "default_follows_latest_issuer" {
|
||||||
description = "Whether the default issuer should follow the latest issuer"
|
description = "Whether the default issuer should follow the latest issuer"
|
||||||
type = bool
|
type = bool
|
||||||
@ -101,4 +107,4 @@ variable "delta_rebuild_interval" {
|
|||||||
description = "Delta CRL rebuild interval"
|
description = "Delta CRL rebuild interval"
|
||||||
type = string
|
type = string
|
||||||
default = null
|
default = null
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user