项目作者: alexrios

项目描述 :
Terraform cookbook
高级语言: HCL
项目地址: git://github.com/alexrios/terraform-cookbook.git
创建时间: 2017-04-19T23:57:10Z
项目社区:https://github.com/alexrios/terraform-cookbook

开源协议:MIT License

下载


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)