Skip to content

Commit 516642b

Browse files
committed
Apply feedback
1 parent d26ca11 commit 516642b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

terraform/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,10 @@ module "ensindexer" {
180180

181181
# The internal URL to the relevant ENSRainbow service instance
182182
# that this ENSIndexer instance will use.
183+
# Note: Each ENSRainbow instance can be referenced by its label set ID,
184+
# as defined in local.ensrainbow_instances. Also, each ENSIndexer instance
185+
# defines which label set ID it is configured to use.
186+
# We use that label set ID config of an ENSIndexer instance to look up
187+
# the specific ENSRainbow module instance and extract its URL output.
183188
ensrainbow_url = module.ensrainbow[each.value.ensindexer_label_set_id].ensrainbow_url
184189
}

terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ variable "quicknode_endpoint_name" {
4343
# Label set version that ENSRainbow Searchlight will offer to its clients
4444
variable "ensrainbow_searchlight_label_set_version" {
4545
type = string
46-
description = "The highest label set version that ENSRainbow will offer to its clients. See https://ensnode.io/ensrainbow/concepts/glossary/#label_set_version for definition."
46+
description = "Label set version that ENSRainbow Searchlight will offer to its clients. See https://ensnode.io/ensrainbow/concepts/glossary/#label_set_version for definition."
4747
}

0 commit comments

Comments
 (0)