@@ -11,7 +11,7 @@ module "consumer__readDocumentReference" {
1111 PREFIX = " ${ local . prefix } --"
1212 ENVIRONMENT = local.environment
1313 POWERTOOLS_LOG_LEVEL = local.log_level
14- SPLUNK_INDEX = module.firehose__processor.splunk.index
14+ SPLUNK_INDEX = local.splunk_index
1515 AUTH_STORE = local.auth_store_id
1616 TABLE_NAME = local.pointers_table_name
1717 }
@@ -39,7 +39,7 @@ module "consumer__countDocumentReference" {
3939 ENVIRONMENT = local.environment
4040 AUTH_STORE = local.auth_store_id
4141 POWERTOOLS_LOG_LEVEL = local.log_level
42- SPLUNK_INDEX = module.firehose__processor.splunk.index
42+ SPLUNK_INDEX = local.splunk_index
4343 TABLE_NAME = local.pointers_table_name
4444 }
4545 additional_policies = [
@@ -66,7 +66,7 @@ module "consumer__searchDocumentReference" {
6666 ENVIRONMENT = local.environment
6767 AUTH_STORE = local.auth_store_id
6868 POWERTOOLS_LOG_LEVEL = local.log_level
69- SPLUNK_INDEX = module.firehose__processor.splunk.index
69+ SPLUNK_INDEX = local.splunk_index
7070 TABLE_NAME = local.pointers_table_name
7171 }
7272 additional_policies = [
@@ -93,7 +93,7 @@ module "consumer__searchPostDocumentReference" {
9393 ENVIRONMENT = local.environment
9494 AUTH_STORE = local.auth_store_id
9595 POWERTOOLS_LOG_LEVEL = local.log_level
96- SPLUNK_INDEX = module.firehose__processor.splunk.index
96+ SPLUNK_INDEX = local.splunk_index
9797 TABLE_NAME = local.pointers_table_name
9898 }
9999 additional_policies = [
@@ -119,7 +119,7 @@ module "producer__createDocumentReference" {
119119 PREFIX = " ${ local . prefix } --"
120120 ENVIRONMENT = local.environment
121121 AUTH_STORE = local.auth_store_id
122- SPLUNK_INDEX = module.firehose__processor.splunk.index
122+ SPLUNK_INDEX = local.splunk_index
123123 POWERTOOLS_LOG_LEVEL = local.log_level
124124 TABLE_NAME = local.pointers_table_name
125125 }
@@ -148,7 +148,7 @@ module "producer__deleteDocumentReference" {
148148 ENVIRONMENT = local.environment
149149 AUTH_STORE = local.auth_store_id
150150 POWERTOOLS_LOG_LEVEL = local.log_level
151- SPLUNK_INDEX = module.firehose__processor.splunk.index
151+ SPLUNK_INDEX = local.splunk_index
152152 TABLE_NAME = local.pointers_table_name
153153 }
154154 additional_policies = [
@@ -176,7 +176,7 @@ module "producer__readDocumentReference" {
176176 ENVIRONMENT = local.environment
177177 AUTH_STORE = local.auth_store_id
178178 POWERTOOLS_LOG_LEVEL = local.log_level
179- SPLUNK_INDEX = module.firehose__processor.splunk.index
179+ SPLUNK_INDEX = local.splunk_index
180180 TABLE_NAME = local.pointers_table_name
181181 }
182182 additional_policies = [
@@ -203,7 +203,7 @@ module "producer__searchDocumentReference" {
203203 ENVIRONMENT = local.environment
204204 AUTH_STORE = local.auth_store_id
205205 POWERTOOLS_LOG_LEVEL = local.log_level
206- SPLUNK_INDEX = module.firehose__processor.splunk.index
206+ SPLUNK_INDEX = local.splunk_index
207207 TABLE_NAME = local.pointers_table_name
208208 }
209209 additional_policies = [
@@ -230,7 +230,7 @@ module "producer__searchPostDocumentReference" {
230230 ENVIRONMENT = local.environment
231231 AUTH_STORE = local.auth_store_id
232232 POWERTOOLS_LOG_LEVEL = local.log_level
233- SPLUNK_INDEX = module.firehose__processor.splunk.index
233+ SPLUNK_INDEX = local.splunk_index
234234 TABLE_NAME = local.pointers_table_name
235235 }
236236 additional_policies = [
@@ -257,7 +257,7 @@ module "producer__updateDocumentReference" {
257257 ENVIRONMENT = local.environment
258258 AUTH_STORE = local.auth_store_id
259259 POWERTOOLS_LOG_LEVEL = local.log_level
260- SPLUNK_INDEX = module.firehose__processor.splunk.index
260+ SPLUNK_INDEX = local.splunk_index
261261 TABLE_NAME = local.pointers_table_name
262262 }
263263 additional_policies = [
@@ -285,7 +285,7 @@ module "producer__upsertDocumentReference" {
285285 ENVIRONMENT = local.environment
286286 AUTH_STORE = local.auth_store_id
287287 POWERTOOLS_LOG_LEVEL = local.log_level
288- SPLUNK_INDEX = module.firehose__processor.splunk.index
288+ SPLUNK_INDEX = local.splunk_index
289289 TABLE_NAME = local.pointers_table_name
290290 }
291291 additional_policies = [
@@ -313,7 +313,7 @@ module "consumer__status" {
313313 ENVIRONMENT = local.environment
314314 AUTH_STORE = local.auth_store_id
315315 POWERTOOLS_LOG_LEVEL = local.log_level
316- SPLUNK_INDEX = module.firehose__processor.splunk.index
316+ SPLUNK_INDEX = local.splunk_index
317317 DYNAMODB_TIMEOUT = local.dynamodb_timeout_seconds
318318 TABLE_NAME = local.pointers_table_name
319319 }
@@ -342,7 +342,7 @@ module "producer__status" {
342342 ENVIRONMENT = local.environment
343343 AUTH_STORE = local.auth_store_id
344344 POWERTOOLS_LOG_LEVEL = local.log_level
345- SPLUNK_INDEX = module.firehose__processor.splunk.index
345+ SPLUNK_INDEX = local.splunk_index
346346 DYNAMODB_TIMEOUT = local.dynamodb_timeout_seconds
347347 TABLE_NAME = local.pointers_table_name
348348 }
0 commit comments