Skip to content

Auto-generated

This page is generated by terraform-docs at build time from the infra/ repo. Do not edit manually.

Edge Consent Queue

SQS standard queue for consent log events. Receives messages from the CDN Lambda@Edge /log function and is consumed by the vault ETL consent-sqs-ingest service. Encrypted with SSE-SQS and uses long polling (20s).

Requirements

Name Version
terraform >= 1.6.0
aws ~> 5.0

Providers

Name Version
aws ~> 5.0

Modules

No modules.

Resources

Name Type
aws_sqs_queue.edge resource

Inputs

Name Description Type Default Required
base_tags Base tags to apply to all resources map(string) {} no
name_prefix Prefix for resource names string n/a yes

Outputs

Name Description
queue_arn ARN of the edge SQS queue
queue_url URL of the edge SQS queue