# README
Terraform-Provider-CustomVault
Includes the following
- Support TencentCloud Vault Secret Engine
- Check Current Access Token
How to Develop
- Clone Repository
git clone https://github.com/pubg/terraform-provider-customvault
- Run as Debug Mode
# https://www.terraform.io/plugin/sdkv2/debugging#starting-a-provider-in-debug-mode
go run main.go --debug
- Test Provider
export VAULT_TOKEN="my-token"
export VAULT_ADDR="my-vault-addr"
go test ./...
Publish to Terraform Registry
- Tag specific git commit(like "v3.0.0") and push.
- Build pipeline will run and upload artifacts to Github Releases.
- Wait until Terraform Registry receive release create event.
If not published a long time, Click Resync
Button in Registry settings menu.
# Packages
No description provided by the author