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 support for a custom aws endpoint #1264

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on Apr 23, 2023

  1. Add support for a custom aws endpoint

    Fixes gruntwork-io#494.
    
    This makes it possible to run terratest against a custom aws endpoint.
    This allows it to be used woth [Moto's standalone server
    mode](http://docs.getmoto.org/en/latest/docs/server_mode.html) for
    example, to test AWS modules locally without needing an AWS account or
    any access to AWS.
    
    Unfortunately these tests don't pass as is, because they would require
    setting up the moto server, and I'm not sure where that setup should be
    added. They do pass if the moto server is running.
    Shaun Verch committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    1b79e4b View commit details
    Browse the repository at this point in the history
  2. Use t.Setenv so env vars are cleaned up

    Shaun Verch committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    5c2e8e4 View commit details
    Browse the repository at this point in the history
  3. Fix formatter errors

    Shaun Verch committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    67df0cd View commit details
    Browse the repository at this point in the history
  4. Add CI task to run tests

    It needs to be a separate group because moto server needs to be installed and
    running
    Shaun Verch committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    6905e03 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Add documentation for custom aws endpoints

    Shaun Verch committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0606e8b View commit details
    Browse the repository at this point in the history
  2. Fix section header

    Shaun Verch committed May 12, 2023
    Configuration menu
    Copy the full SHA
    5da3b5a View commit details
    Browse the repository at this point in the history
  3. Attempt to fix circleci configuration

    Shaun Verch committed May 12, 2023
    Configuration menu
    Copy the full SHA
    55fc462 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update examples/terraform-aws-endpoint-example/README.md

    Co-authored-by: Etiene Dalcol <Etiene@users.noreply.github.com>
    sverch and Etiene committed May 23, 2023
    Configuration menu
    Copy the full SHA
    4aa41b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0636877 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Update .circleci/config.yml

    Co-authored-by: Etiene Dalcol <Etiene@users.noreply.github.com>
    sverch and Etiene committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    ab57be4 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into feature/aws-custo…

    …m-endpoint-494
    Shaun Verch committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    471e5c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Make log directory for mock aws server logs

    Shaun Verch committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    212fbb4 View commit details
    Browse the repository at this point in the history
  2. Disable AWS_PAGER because of bad terminal warning

    Shaun Verch committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    dcf6e5c View commit details
    Browse the repository at this point in the history
  3. Make sure to only run mock aws test

    Shaun Verch committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    7aad127 View commit details
    Browse the repository at this point in the history
  4. Use local IP in attempt to not cause dns lookup

    Shaun Verch committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    76bc05e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Use 127.0.0.1 in local endpoint example

    Shaun Verch committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    62c801d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Revert "Use 127.0.0.1 in local endpoint example"

    This reverts commit 62c801d.
    Shaun Verch committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    cb1b7c5 View commit details
    Browse the repository at this point in the history
  2. Revert "Use local IP in attempt to not cause dns lookup"

    This reverts commit 76bc05e.
    Shaun Verch committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7bf168c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Use s3 path style endpoints

    Shaun Verch committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4303600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7faf973 View commit details
    Browse the repository at this point in the history