From dc0493db6b720ee1c6d51474fc00a65dc04918af Mon Sep 17 00:00:00 2001 From: Mia-Cross Date: Mon, 9 Oct 2023 12:03:51 +0200 Subject: [PATCH] feat(k8s): capitalize private network (#2150) --- scaleway/resource_k8s_cluster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaleway/resource_k8s_cluster.go b/scaleway/resource_k8s_cluster.go index cc9757178..6c3b290ab 100644 --- a/scaleway/resource_k8s_cluster.go +++ b/scaleway/resource_k8s_cluster.go @@ -554,7 +554,7 @@ func resourceScalewayK8SClusterRead(ctx context.Context, d *schema.ResourceData, diags = append(diags, diag.Diagnostic{ Severity: diag.Warning, Summary: "Public clusters are deprecated", - Detail: "Important: Harden your cluster's security by enabling a free private network ASAP. Full public clusters are deprecated and will reach End of Support in Q1 2024.", + Detail: "Important: Harden your cluster's security by enabling a free Private Network ASAP. Full public clusters are deprecated and will reach End of Support in Q1 2024.", }) }