
How to create an IAM account and configure Terraform to use AWS static credentials?
Nov 7 · 3 min read
The first step to launch a Terraform script in Amazon Web Services (AWS) is to configure the Terraform provider.
There are several options to configure the provider for AWS:
- Static credentials
- Environment variables
- Shared credentials file

