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

Refactor base package for more reusability #2116

Closed fairclothjm closed 8 months ago

fairclothjm commented 8 months ago

Description

This PR modifies the base package to include the helpers ResourceWithConfigure and WithImportByID which can be embedded in Framework Resources so that there is less boilerplate.