How to avoid using AWS credentials in GitHub Actions?
If you want your GitHub Actions pipeline to perform some actions in AWS, the usual way is to create an IAM user with some keys, and then to store those keys as secrets in GitHub. T
The right way to pass AWS credentials to Terraform in a CI/CD pipeline
If you need to deploy AWS resources using Terraform, you will typically need to use HashiCorp’s AWS provider. In order for this provider to connect to AWS and provision or ma