hashicorp / terraform-provider-vault

Terraform Vault provider
https://www.terraform.io/docs/providers/vault/
Mozilla Public License 2.0
458 stars 538 forks source link

Add iam_tags to vault_aws_secret_backend_role resource #2087

Closed pporee closed 4 months ago

pporee commented 10 months ago

Description

Fix https://github.com/hashicorp/terraform-provider-vault/issues/1073

Relates OR Closes #0000

Checklist

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note

hashicorp-cla commented 10 months ago

CLA assistant check
All committers have signed the CLA.

Shocktrooper commented 5 months ago

Hello! I am interested in this because it will allow us to use AWS policy variables in our IAM policies. Without this we cannot do that and thus cannot use AWS Policy variables based off of tags

Shocktrooper commented 5 months ago

@thyton Can you check this code again and see if there are any other changes needed other than what you have reviewed since its a few months old now. if @pporee cannot complete this I can go ahead and try to finish it with a new MR

thyton commented 4 months ago

@Shocktrooper Thank you for your patience! I've created a WIP #2231 to finish the remaining work and close this PR. I'm expecting to close #2231 within 2 weeks.

Shocktrooper commented 4 months ago

Thank you for picking this up! @thyton Let me know if there is anything I can do

thyton commented 4 months ago

@pporee @Shocktrooper This feature will be out in release 4.3.0. Thank you again for your patience!