Skip to content

Instantly share code, notes, and snippets.

@haarchri
Created August 1, 2023 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haarchri/1e490a715f4aa1e91cf1cc88539ff426 to your computer and use it in GitHub Desktop.
Save haarchri/1e490a715f4aa1e91cf1cc88539ff426 to your computer and use it in GitHub Desktop.
debug config for upjet doc generation
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "debug",
"cwd": "/provider-aws/apis",
"program": "${workspaceFolder}/cmd/scraper/main.go",
"args": [
"-n",
"hashicorp/terraform-provider-aws",
"-r",
"../.work/terraform-provider-aws/website/docs/r",
"-o",
"../config/provider-metadata.yaml"
],
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment