You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Mark the global `org_id` as deprecated
Reasons:
- `org_id` does not work with all resources. Ex: `grafana_user` is not org-scoped, alerting resources have their own `org_id` attribute and the API is different where the global attribute does NOT work. This is very confusing for users
- This allows us to make the docs lighter. Less options is simpler for users
* Remove `provider-organization.tf` docs
-`insecure_skip_verify` (Boolean) Skip TLS certificate verification. May alternatively be set via the `GRAFANA_INSECURE_SKIP_VERIFY` environment variable.
220
201
-`oncall_access_token` (String, Sensitive) A Grafana OnCall access token. May alternatively be set via the `GRAFANA_ONCALL_ACCESS_TOKEN` environment variable.
221
202
-`oncall_url` (String) An Grafana OnCall backend address. May alternatively be set via the `GRAFANA_ONCALL_URL` environment variable.
222
-
-`org_id` (Number) The default organization id to operate on within grafana. For resources that have an `org_id`attribute, the resource-level attribute has priority. May alternatively be set via the `GRAFANA_ORG_ID` environment variable.
203
+
-`org_id` (Number, Deprecated) Deprecated: Use the `org_id`attributes on resources instead.
223
204
-`retries` (Number) The amount of retries to use for Grafana API and Grafana Cloud API calls. May alternatively be set via the `GRAFANA_RETRIES` environment variable.
224
205
-`retry_status_codes` (Set of String) The status codes to retry on for Grafana API and Grafana Cloud API calls. Use `x` as a digit wildcard. Defaults to 429 and 5xx. May alternatively be set via the `GRAFANA_RETRY_STATUS_CODES` environment variable.
225
206
-`sm_access_token` (String, Sensitive) A Synthetic Monitoring access token. May alternatively be set via the `GRAFANA_SM_ACCESS_TOKEN` environment variable.
Description: "The default organization id to operate on within grafana. For resources that have an `org_id` attribute, the resource-level attribute has priority. May alternatively be set via the `GRAFANA_ORG_ID` environment variable.",
202
+
Description: "Deprecated: Use the `org_id` attributes on resources instead.",
0 commit comments