hashicorp / terraform-provider-vault

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

identity/group: fix bug with inconsistent plan on upgrade #2032

Closed fairclothjm closed 1 year ago

fairclothjm commented 1 year ago

Description

Good description of the problem here: https://github.com/hashicorp/terraform-provider-vault/issues/1690#issuecomment-1382953551

Closes #1690

Checklist

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note

fairclothjm commented 1 year ago

I am not exactly sure how to write automated tests in CI for this since it requires different versions of the provider as far as I know.

vinay-gopalan commented 1 year ago

Going to close this in favor of #2043 after discussion 🙏🏼