terraform { backend "s3" { bucket = "terraform-remote-state-20221017144428493300000001" # Key must be unique amongst all projects that use this backend key = "sqs_fair_queueing" region = "us-east-2" encrypt = true profile = "default" } }