hashicorp / terraform-provider-vault

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

[help] vault_pki_secret_backend_intermediate_set_signed wants to be recreated when upgrade from 3 to 4 #2342

Open zoezhangmattr opened 1 month ago

zoezhangmattr commented 1 month ago

Description

hey there, trying to understand if there is any risk when doing version upgrade 3 to 4, and need some help or advice please. i went through the upgrade guide https://registry.terraform.io/providers/hashicorp/vault/latest/docs/guides/version_4_upgrade

when i try to upgrade, do a plan the only diff thing is concerning is vault_pki_secret_backend_intermediate_set_signed this resource, will need to be recreated, only diff i can see is it has 2 new fields import_keys, and import_issuers

our pki is in use

i was wonder if its ok to apply the change, does it impact the current pki

References

No response

Would you like to implement a fix?

None