hashicorp / terraform-provider-vault

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

approle: handle 404 on state refresh #2204

Closed fairclothjm closed 6 months ago

fairclothjm commented 6 months ago

Description

This should tell TF to remove the entry from state and prevent an error when the approle secret ID has expired.

Checklist

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note