Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 331 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 331 Bytes

terraform-cookbook

Terraform cookbook

Access Keys

In order for Terraform to be able to make changes in your AWS account, you will need to set the AWS credentials for the user you created earlier as environment variables:

  • export AWS_ACCESS_KEY_ID=(your access key id)
  • export AWS_SECRET_ACCESS_KEY=(your secret access key)