Skip to content

Instantly share code, notes, and snippets.

@smuda
Created December 1, 2018 19:11
Show Gist options
  • Save smuda/3e27d33f498affc453b6dcdb0cd50d7b to your computer and use it in GitHub Desktop.
Save smuda/3e27d33f498affc453b6dcdb0cd50d7b to your computer and use it in GitHub Desktop.
Prepare to run terraform with aws

Terraform

  1. Install terraform and aws cli
brew install terraform awscli
  1. Configure aws cli
aws configure
AWS Access Key ID [None]: 
AWS Secret Access Key [None]: 
Default region name [None]: eu-west-1
Default output format [None]:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment