Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

266 aws native config #801

Closed
wants to merge 2 commits into from
Closed

Commits on Mar 1, 2015

  1. Allow terraform to source AWS credentials from ~/.aws/credentials

    This change also ensures that legacy env vars (AWS_ACCESS_KEY,
    AWS_SECRET_KEY) have precedence over the official aws-cli variation, and
    that both types of env var have precedence over settings in the
    credentials file.
    
    Note that this change technically supports different AWS credential
    profiles via the AWS_PROFILE env variable. The goamz library handles
    this.
    
    see
     - hashicorp#266
     - hashicorp#866
    BRMatt committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    40ec304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d8389 View commit details
    Browse the repository at this point in the history