This repository was archived by the owner on Jan 15, 2024. It is now read-only.
Commit 80e79a9
authored
Add
* Add `WithOrgID` function to Grafana client
Issue: grafana/terraform-provider-grafana#747
This will allow the Terraform provider to use a different Org ID for each resource.
Currently, the client is configured once for each `provider` block
One caveat is that this feature can only be used with basic auth since API keys are org-scoped
* Fix lintingWithOrgID function to Grafana client (#130)1 parent 0e0d9a2 commit 80e79a9
1 file changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
66 | 74 | | |
67 | 75 | | |
68 | 76 | | |
| |||
153 | 161 | | |
154 | 162 | | |
155 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
156 | 167 | | |
157 | 168 | | |
158 | 169 | | |
159 | 170 | | |
| 171 | + | |
160 | 172 | | |
161 | 173 | | |
162 | 174 | | |
| |||
0 commit comments