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

add namespaces data source #2212

Closed fairclothjm closed 3 months ago

fairclothjm commented 3 months ago

Description

Piggy backs on the work from #1769 to add a data source to fetch the list of namespaces

Closes #1769 Closes https://github.com/hashicorp/terraform-provider-vault/issues/995

Checklist

vinay-gopalan commented 3 months ago

FYI, some tests are failing in branches against Vault CE (unrelated to this PR) since they need to be Enterprise only. They should be fixed in main once the Secrets Sync PR (#2202) goes in. Here is the commit that fixes the tests. Pulling in main after the above PR is merged should fix the CI pipeline!