Skip to content

shanlashari/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)

About

Terraform cookbook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%