Skip to content

Commit b8c9e42

Browse files
committed
Fix default values missing in terraform vars
1 parent 082f8cc commit b8c9e42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mithril-infra/variables.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,18 @@ variable "mithril_era_reader_adapter_type" {
132132
variable "mithril_era_reader_address_url" {
133133
type = string
134134
description = "The url of the Mithril era reader address used to query the on chain Utxo containing the era markers payload"
135+
default = ""
135136
}
136137

137138
variable "mithril_era_reader_verification_key_url" {
138139
type = string
139140
description = "The url of the Mithril era reader verification key used by to verify an era markers payload"
141+
default = ""
140142
}
141143
variable "mithril_era_reader_secret_key" {
142144
type = string
143145
description = "The Mithril genesis secret key used by the aggregator to generate an era marker payload TxDatum file (test only)"
146+
default = ""
144147
}
145148

146149
variable "mithril_signers" {

0 commit comments

Comments
 (0)