https://github.com/form3tech-oss/terraform-provider-auth0
A terraform provider for Auth0
https://github.com/form3tech-oss/terraform-provider-auth0
Last synced: about 1 year ago
JSON representation
A terraform provider for Auth0
- Host: GitHub
- URL: https://github.com/form3tech-oss/terraform-provider-auth0
- Owner: form3tech-oss
- License: apache-2.0
- Created: 2018-02-15T09:40:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T09:57:32.000Z (about 3 years ago)
- Last Synced: 2025-04-12T07:03:37.029Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 14.9 MB
- Stars: 4
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# terraform-provider-auth0 [](https://travis-ci.org/kevholditch/terraform-provider-auth0)
A terraform provider for Auth0
# Debugging
In order to debug the provider, first make sure the target workspace is running at least terraform v0.14. Execute following steps:
* run `./debug.sh` script in this repo root and init target workspace (`terraform init`)
* attach with your debugger to port `2345`, this will also print required gRPC debug info to stdout
* note the env variable from the above output (you'll need it in the next step)
* set breakpoints in code and run a plan (`TF_REATTACH_PROVIDERS='{...}' terraform plan`)
* re-run the above command as many times as needed (provider process keeps running after the plan has finished)
You may also want to edit your delve config to increase string truncation limit in the debugger (set `max-string-len` in `~/.config/dlv/config.yml`)