Terraform on AWS
The way we create resources on aws using terraform should look like this:
Install AWS Cli from here
Then create your IAM Account in the main account. Once done, choose the IAM account and create access key. Use those to configure us...