Skip to content

Commit dc0493d

Browse files
authored
feat(k8s): capitalize private network (#2150)
1 parent 2f91ca5 commit dc0493d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway/resource_k8s_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ func resourceScalewayK8SClusterRead(ctx context.Context, d *schema.ResourceData,
554554
diags = append(diags, diag.Diagnostic{
555555
Severity: diag.Warning,
556556
Summary: "Public clusters are deprecated",
557-
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.",
557+
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.",
558558
})
559559
}
560560

0 commit comments

Comments
 (0)