When you create anAWS FIFO SQS queue with Terraform, you may get the error message:
Error: invalid queue name
The name of an AWS FIFO SQS queue has to end with .fifo ( my-queue.fifo )
The name of any AWS SQS queue cannot be longer than 80 characters, and can only contain letters, numbers, dashes ( – ), and underscores ( _ ).