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

performance improvements on mount fetch #2152

Closed fairclothjm closed 7 months ago

fairclothjm commented 7 months ago

Description

This PR is a follow up to #2145. Here we make similar improvements across the remaining resources that were superfluously calling LIST instead of GET.

Checklist

fairclothjm commented 7 months ago

Merging to the base branch