Includes the following
- Support TencentCloud Vault Secret Engine
- Check Current Access Token
- 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 ./...
- Tag specific git commit(like "v3.0.0") and push.
- Github Actions pipeline will run and upload artifacts to Github Releases.
- Wait until Terraform Registry receive new release event.
If not published a long time, Click Resync
Button in Registry settings menu.