AWS Secrets to get created using github env secret without exposing (Terraform and Github Workflow)
Currently, we are passing secrets directly into container environments using key-value pairs for our microservices. We are planning to create a secret module and call it in our Terraform repository to create multiple secrets by assigning values from GitHub environment secrets where they are already stored.