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

Implement a subset of IAM resources #939

Merged
merged 4 commits into from
May 5, 2015
Merged

Implement a subset of IAM resources #939

merged 4 commits into from
May 5, 2015

Commits on May 5, 2015

  1. Implement a hash function for string sets

    Sets of strings are pretty common. Let's not duplicate the function
    necessary to create a set of strings in so many places.
    Phil Frost committed May 5, 2015
    Configuration menu
    Copy the full SHA
    33183c0 View commit details
    Browse the repository at this point in the history
  2. Implement AWS IAM resources

    - Users
    - Groups
    - Roles
    - Inline policies for the above three
    - Instance profiles
    - Managed policies
    - Access keys
    
    This is most of the data types provided by IAM. There are a few things
    missing, but the functionality here is probably sufficient for 95% of
    the cases. Makes a dent in hashicorp#28.
    Phil Frost committed May 5, 2015
    Configuration menu
    Copy the full SHA
    b082117 View commit details
    Browse the repository at this point in the history
  3. Add acceptance tests

    johnrengelman authored and Phil Frost committed May 5, 2015
    Configuration menu
    Copy the full SHA
    6ee17a8 View commit details
    Browse the repository at this point in the history
  4. Add docs for various iam_* resources.

    ctiwald authored and Phil Frost committed May 5, 2015
    Configuration menu
    Copy the full SHA
    d76719b View commit details
    Browse the repository at this point in the history