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

feat: Adding tags variable for the aws_iam_role resource #84

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

yiskaneto
Copy link

@yiskaneto yiskaneto commented Feb 27, 2024

As we create resources is always a good practice to keep tags for them. This PR adds the tags argument to the aws_iam_role resource which reads its value from the tags variables.

Tested using Terraform and Terragrunt without any issues.

@github-actions github-actions bot added the minor label Feb 27, 2024
@yiskaneto
Copy link
Author

@npalm it looks like the change I proposed was actually added as part of https://github.com/philips-labs/terraform-aws-github-oidc/releases/tag/v0.8.1, so for now I will just add some modifications to the main README.md. Please let me know if this is ok.

@yiskaneto yiskaneto changed the title feat: Adding tags variable to the aws_iam_openid_connect_provider resource feat: Adding tags variable aws_iam_role resource Jul 20, 2024
@yiskaneto
Copy link
Author

yiskaneto commented Jul 20, 2024

@npalm it looks like the change I proposed was actually added as part of https://github.com/philips-labs/terraform-aws-github-oidc/releases/tag/v0.8.1, so for now I will just add some modifications to the main README.md. Please let me know if this is ok.

Actually I just realized the aws_iam_role resource doesn't have the tags argument, so I'm proposing the addition of such argument on this PR, I updated the docs as well and changed the title and description of the PR.

@yiskaneto yiskaneto changed the title feat: Adding tags variable aws_iam_role resource feat: Adding tags variable for the aws_iam_role resource Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant