Compare commits
1 Commits
3158468a20
...
b3f70d121e
| Author | SHA1 | Date | |
|---|---|---|---|
| b3f70d121e |
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user