hashicorp / terraform-provider-vault

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

normalize resource model name across CRUD operations #2118

Closed fairclothjm closed 8 months ago

fairclothjm commented 8 months ago

Description

This is a small change to make the resource model naming the same for all CRUD operations.

Hopefully this will make the code easier to understand for new TFVP developers.