hashicorp / terraform-provider-vault

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

chore: move generated resources to vault package #2068

Closed fairclothjm closed 1 year ago

fairclothjm commented 1 year ago

Description

All resources under the “generated” directory need to be moved to the vault package to solve an issue with circular dependencies that occurs when moving to a multiplexed provider. These "generated" resources are no longer being maintained by the generation tooling but are under manual maintenance now.

I tried to maintain the code exactly as-is except for any required renamed variables to avoid collision in the vault package. This means I intentionally did not move to use the CreateContext, etc functions. That work is out of scope for this task.