subcategory | page_title |
---|---|
Cockpit |
Scaleway: scaleway_cockpit |
~> Important: The data source scaleway_cockpit
has been deprecated and will no longer be supported. Instead, use resource scaleway_cockpit
.
-> Note: As of April 2024, Cockpit has introduced regionalization to offer more flexibility and resilience. If you have customized dashboards in Grafana for monitoring Scaleway resources, please update your queries to accommodate the new regionalized data sources.
Gets information about the Scaleway Cockpit.
For more information consult the documentation.
// Get default project's cockpit
data "scaleway_cockpit" "main" {}
// Get a specific project's cockpit
data "scaleway_cockpit" "main" {
project_id = "11111111-1111-1111-1111-111111111111"
}
project_id
- (Defaults to providerproject_id
) The ID of the project the cockpit is associated with.
In addition to all arguments above, the following attributes are exported:
plan_id
- (Deprecated) The ID of the current planendpoints
- (Deprecated) Endpointsmetrics_url
- (Deprecated) The metrics URLlogs_url
- (Deprecated) The logs URLalertmanager_url
- (Deprecated) The alertmanager URLgrafana_url
- (Deprecated) The grafana URL