alexrios / terraform-cookbook

Terraform cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Terraform cookbook

License:MIT License


Languages

Language:HCL 100.0%