Skip to content

alexrios/terraform-cookbook

Repository files navigation

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)