This commit is contained in:
2023-06-01 17:40:47 +03:00
parent caf7213bca
commit 371bb0d90f
8 changed files with 25 additions and 30 deletions

View File

@@ -335,7 +335,7 @@ func flattenResourceK8s(d *schema.ResourceData, k8s k8s.RecordK8S, masters []com
func flattenWg(d *schema.ResourceData, wg k8s.ItemK8SGroup, computes []compute.RecordCompute) {
labels := make([]string, 0)
for _, label := range wg.Labels {
if strings.HasPrefix(label, "workerGroupName") {
if strings.HasPrefix(label, "workersGroupName") {
continue
}