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

fix: Add context tags to the IAM resources #45

Merged
merged 2 commits into from
Oct 11, 2023
Merged

fix: Add context tags to the IAM resources #45

merged 2 commits into from
Oct 11, 2023

Commits on Oct 9, 2023

  1. fix: Add context tags to the IAM resources

    Prior to this, the `aws_iam_role` and the `aws_iam_policy` created by this
    module did not include any of the tags passed via `tags` or via `context`.
    
    This fixes that problem by specifying `tags = module.this.tags` on each of
    those resources so that they use the tags specified determined by the
    null/label context.
    natemccurdy committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b6dfccb View commit details
    Browse the repository at this point in the history
  2. chore: update module boilerplate and docs

    ```
    make init
    make github/init
    make readme
    ```
    natemccurdy committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c804e1b View commit details
    Browse the repository at this point in the history