hashicorp / terraform-provider-vault

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

[Enhancement]: Add use_annotations_as_alias_metadata to the vault_kubernetes_auth_backend_config #2224

Open c0deaddict opened 2 months ago

c0deaddict commented 2 months ago

Description

In Vault 1.16 the field use_annotations_as_alias_metadata was added to the vault_kubernetes_auth_backend_config resource. This field is missing from the Terraform resource making it very hard to configure it since the resource can't be edited in the Vault UI.

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

No response

References

No response

Would you like to implement a fix?

Yes, see PR.