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

add validate_credentials option to provider-aws #6533

Closed
wants to merge 2 commits into from
Closed

add validate_credentials option to provider-aws #6533

wants to merge 2 commits into from

Commits on May 8, 2016

  1. add validate_credentials option to provider-aws schema.

    By default the provided AWS credentials will always be validated. A user
    can turn this off to skip validation entirely. A user may want to do
    this if they wish to use Terraform to create tables against DynamoDB
    Local without having to provide valid AWS credentials.
    
    Signed-off-by: feeneyj <feeneyj@amazon.com>
    iamatypeofwalrus committed May 8, 2016
    Configuration menu
    Copy the full SHA
    b2f6ee5 View commit details
    Browse the repository at this point in the history
  2. add documentation for provider-aws option validate_credentials

    Signed-off-by: feeneyj <feeneyj@amazon.com>
    iamatypeofwalrus committed May 8, 2016
    Configuration menu
    Copy the full SHA
    0b47eae View commit details
    Browse the repository at this point in the history