We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e8cb1 commit a402488Copy full SHA for a402488
terraform/endpoints.tf
@@ -30,6 +30,8 @@ locals {
30
"PDS_ENV" = local.environment == "prod" ? "prod" : local.environment == "ref" ? "ref" : "int",
31
"SPLUNK_FIREHOSE_NAME" = module.splunk.firehose_stream_name
32
"SQS_QUEUE_URL" = "https://sqs.eu-west-2.amazonaws.com/${local.immunisation_account_id}/${local.short_prefix}-ack-metadata-queue.fifo"
33
+ "REDIS_HOST" = data.aws_elasticache_cluster.existing_redis.cache_nodes[0].address
34
+ "REDIS_PORT" = data.aws_elasticache_cluster.existing_redis.cache_nodes[0].port
35
}
36
37
data "aws_iam_policy_document" "imms_policy_document" {
0 commit comments