-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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: Add support tags to additional IAM modules #144
feat: Add support tags to additional IAM modules #144
Conversation
Looks good, but please update versions.tf in each module and example affected with the correct minimum version of the AWS provider. |
Hello @antonbabenko, I think there was a problem with this merge, I didn't find these changes in the master |
@edgarsandi I merged |
… iam-assumable-role
af82313
to
49fbd72
Compare
Hi @antonbabenko! Have any further reviews pending in this PR? []'s |
Thanks @edgarsandi ! v4.1.0 has been just released. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Add
tags
variable:aws_iam_instance_profile
released in TerraformAWS provider v3.34 on PR #17962aws_iam_policy
released in terraform-aws-provider v3.35 on PR #18276Motivation and Context
I need to tag all (or at least I would like that) resources provisioned, Its help me with cost management and organization
How Has This Been Tested?
examples/*
projects