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
~> **Important:** The resource `scaleway_cockpit` has been deprecated and will no longer be supported after January 1st, 2025. Instead, use the new specialized resources:
9
+
10
+
-`scaleway_cockpit_source` for managing data sources (metrics, logs, traces)
11
+
-`scaleway_cockpit_alert_manager` for managing alert manager
12
+
-`scaleway_cockpit_grafana_user` for managing Grafana users
13
+
14
+
For detailed migration instructions, see the [Cockpit Migration Guide](../guides/migration_guide_cockpit_plan.md).
15
+
8
16
-> **Note:**
9
17
As of September 2024, Cockpit has introduced [regionalization](https://www.scaleway.com/en/docs/observability/cockpit/concepts/#region) to offer more flexibility and resilience.
10
18
If you have created customized dashboards with data for your Scaleway resources before April 2024, you will need to update your queries in Grafana, with the new regionalized [data sources](../resources/cockpit_source.md).
-`plan` - (Deprecated) Name of the plan to use. Available plans are: free, premium, and custom.
75
83
~> **Important:** The plan field is deprecated. Any modification or selection will have no effect.
76
84
85
+
~> **Warning:** This entire resource is deprecated and will be removed after January 1st, 2025. Please migrate to the new specialized resources as described in the [Cockpit Migration Guide](../guides/migration_guide_cockpit_plan.md).
86
+
77
87
## Attributes Reference
78
88
89
+
~> **Warning:** This entire resource is deprecated and will be removed after January 1st, 2025. All attributes below are deprecated and will no longer be available.
90
+
79
91
In addition to all arguments above, the following attributes are exported:
80
92
81
93
-`plan_id` - (Deprecated) The ID of the current pricing plan.
@@ -86,10 +98,20 @@ In addition to all arguments above, the following attributes are exported:
86
98
-`grafana_url` - (Deprecated) URL for Grafana.
87
99
-`traces_url` - (Deprecated) URL for [traces](https://www.scaleway.com/en/docs/observability/cockpit/concepts/#traces) to retrieve in the [Data sources tab](https://console.scaleway.com/cockpit/dataSource) of the Scaleway console.
88
100
101
+
## Migration
102
+
103
+
This resource is deprecated and will be removed after January 1st, 2025. To migrate to the new infrastructure, please refer to the [Cockpit Migration Guide](../guides/migration_guide_cockpit_plan.md) which provides step-by-step instructions for transitioning to:
104
+
105
+
-`scaleway_cockpit_source` for managing data sources (metrics, logs, traces)
106
+
-`scaleway_cockpit_alert_manager` for managing alert manager
107
+
-`scaleway_cockpit_grafana_user` for managing Grafana users
108
+
89
109
## Import
90
110
91
111
This section explains how to import a Cockpit using its `{project_id}`.
Copy file name to clipboardExpand all lines: docs/resources/container_namespace.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ The following arguments are supported:
40
40
41
41
-`secret_environment_variables` - (Optional) The secret environment variables of the namespace.
42
42
43
-
-`activate_vpc_integration` - (Optional) Activates VPC integration for the namespace. Containers of a namespace with VPC integration activated will be able to connect to a Private Network.
43
+
-`activate_vpc_integration` - (Deprecated) Activates VPC integration for the namespace. Containers of a namespace with VPC integration activated will be able to connect to a Private Network.
44
44
45
-
~> **Important**Updates to `activate_vpc_integration`will recreate the namespace.
45
+
~> **Important:**VPC integration is now available on all namespaces, so this field is not configurable anymore and its value will always be "true".
Copy file name to clipboardExpand all lines: docs/resources/function_namespace.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ The following arguments are supported:
40
40
41
41
-`secret_environment_variables` - (Optional) The secret environment variables of the namespace.
42
42
43
-
-`activate_vpc_integration` - (Optional) Activates VPC integration for the namespace. Functions of a namespace with VPC integration activated will be able to connect to a Private Network.
43
+
-`activate_vpc_integration` - (Deprecated) Activates VPC integration for the namespace. Functions of a namespace with VPC integration activated will be able to connect to a Private Network.
44
44
45
-
~> **Important**Updates to `activate_vpc_integration`will recreate the namespace.
45
+
~> **Important:**VPC integration is now available on all namespaces, so this field is not configurable anymore and its value will always be "true".
0 commit comments