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 an aws_resource_group resource for managing AWS resource groups #6217

Merged
merged 17 commits into from
Jan 10, 2019

Commits on Oct 18, 2018

  1. Stub out an initial aws_resource_group resource.

    Joe Stump committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    8e16b2e View commit details
    Browse the repository at this point in the history
  2. vendor: aws/aws-sdk-go@v1.15.57 and add aws/aws-sdk-go/service/resour…

    …cegroups@v1.15.57
    
    Updates:
    * `govendor fetch github.com/aws/aws-sdk-go/...@v1.15.57`
    * `govendor fetch github.com/aws/aws-sdk-go/service/resourcegroups@v1.15.57`
    bflad committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    8756c98 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Merge branch 'v-aws-sdk-go-v1.15.57' of github.com:terraform-provider…

    …s/terraform-provider-aws into jstump-resource-groups-sdk
    Joe Stump committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f31860f View commit details
    Browse the repository at this point in the history
  2. Get create, update, and delete stubbed out.

    Joe Stump committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    fff4bec View commit details
    Browse the repository at this point in the history
  3. Add a read method.

    Joe Stump committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    60a8638 View commit details
    Browse the repository at this point in the history
  4. Add some stubbed out tests.

    Joe Stump committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    fe62426 View commit details
    Browse the repository at this point in the history
  5. Get tests passing.

    Joe Stump committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    b682fe2 View commit details
    Browse the repository at this point in the history
  6. Add initial docs and address a few PR comments.

    Joe Stump committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    ed53587 View commit details
    Browse the repository at this point in the history
  7. Rename the resource.

    Joe Stump committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    356bc56 View commit details
    Browse the repository at this point in the history
  8. Reformat with 1.11

    Joe Stump committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    1075975 View commit details
    Browse the repository at this point in the history
  9. Refactor tests based on PR feedback.

    Joe Stump committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    8f4f986 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89ed9f4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    edf28be View commit details
    Browse the repository at this point in the history
  12. Add Resource Groups to the sidebar.

    Joe Stump committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    1d849b8 View commit details
    Browse the repository at this point in the history
  13. Fix copy pasta in docs.

    Joe Stump committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    b5e7954 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. Add a CheckDestroy to tests. Remove importing and refactor how tags a…

    …re handled.
    Joe Stump committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    f557b45 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Merge in master and fix conflicts

    Joe Stump committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    d6748b7 View commit details
    Browse the repository at this point in the history