- locals {
- sqs_prefix = "fdamstra-fair-queueing-test-fq"
- # Everything here should be self-explanatory
- profile = "default"
- region = "us-east-2"
- tags = {
- "tf_module" : basename(path.root)
- }
- }
- # Uncomment if needed
- #data "aws_caller_identity" "current" {}
- #data "aws_partition" "current" {}
- #data "aws_region" "current" {}
|