@@ -364,7 +364,6 @@ func clusterGKEConfigV2NodePoolConfigFields() map[string]*schema.Schema {
364
364
Type : schema .TypeList ,
365
365
Optional : true ,
366
366
Computed : true ,
367
- ForceNew : true ,
368
367
MaxItems : 1 ,
369
368
Description : "The GKE node pool node config" ,
370
369
Elem : & schema.Resource {
@@ -421,7 +420,6 @@ func clusterGKEConfigV2Fields() map[string]*schema.Schema {
421
420
"name" : {
422
421
Type : schema .TypeString ,
423
422
Required : true ,
424
- ForceNew : true ,
425
423
Description : "The GKE cluster name" ,
426
424
},
427
425
"google_credential_secret" : {
@@ -433,7 +431,6 @@ func clusterGKEConfigV2Fields() map[string]*schema.Schema {
433
431
"project_id" : {
434
432
Type : schema .TypeString ,
435
433
Required : true ,
436
- ForceNew : true ,
437
434
Description : "The GKE project id" ,
438
435
},
439
436
"cluster_addons" : {
@@ -450,28 +447,24 @@ func clusterGKEConfigV2Fields() map[string]*schema.Schema {
450
447
Type : schema .TypeString ,
451
448
Optional : true ,
452
449
Computed : true ,
453
- ForceNew : true ,
454
450
Description : "The GKE ip v4 cidr block" ,
455
451
},
456
452
"description" : {
457
453
Type : schema .TypeString ,
458
454
Optional : true ,
459
455
Computed : true ,
460
- ForceNew : true ,
461
456
Description : "The GKE cluster description" ,
462
457
},
463
458
"enable_kubernetes_alpha" : {
464
459
Type : schema .TypeBool ,
465
460
Optional : true ,
466
461
Computed : true ,
467
- ForceNew : true ,
468
462
Description : "Enable Kubernetes alpha" ,
469
463
},
470
464
"ip_allocation_policy" : {
471
465
Type : schema .TypeList ,
472
466
Optional : true ,
473
467
Computed : true ,
474
- ForceNew : true ,
475
468
MaxItems : 1 ,
476
469
Description : "The GKE ip allocation policy" ,
477
470
Elem : & schema.Resource {
@@ -482,7 +475,6 @@ func clusterGKEConfigV2Fields() map[string]*schema.Schema {
482
475
Type : schema .TypeBool ,
483
476
Optional : true ,
484
477
Default : false ,
485
- ForceNew : true ,
486
478
Description : "Is GKE cluster imported?" ,
487
479
},
488
480
"kubernetes_version" : {
@@ -522,7 +514,6 @@ func clusterGKEConfigV2Fields() map[string]*schema.Schema {
522
514
Type : schema .TypeList ,
523
515
Optional : true ,
524
516
Computed : true ,
525
- ForceNew : true ,
526
517
MaxItems : 1 ,
527
518
Description : "The GKE cluster master authorized networks config" ,
528
519
Elem : & schema.Resource {
@@ -539,7 +530,6 @@ func clusterGKEConfigV2Fields() map[string]*schema.Schema {
539
530
Type : schema .TypeString ,
540
531
Optional : true ,
541
532
Computed : true ,
542
- ForceNew : true ,
543
533
Description : "The GKE cluster network" ,
544
534
},
545
535
"network_policy_enabled" : {
@@ -561,7 +551,6 @@ func clusterGKEConfigV2Fields() map[string]*schema.Schema {
561
551
Type : schema .TypeList ,
562
552
Optional : true ,
563
553
Computed : true ,
564
- ForceNew : true ,
565
554
MaxItems : 1 ,
566
555
Description : "The GKE private cluster config" ,
567
556
Elem : & schema.Resource {
@@ -572,21 +561,18 @@ func clusterGKEConfigV2Fields() map[string]*schema.Schema {
572
561
Type : schema .TypeString ,
573
562
Optional : true ,
574
563
Computed : true ,
575
- ForceNew : true ,
576
564
Description : "The GKE cluster region. Required if `zone` is empty" ,
577
565
},
578
566
"subnetwork" : {
579
567
Type : schema .TypeString ,
580
568
Optional : true ,
581
569
Computed : true ,
582
- ForceNew : true ,
583
570
Description : "The GKE cluster subnetwork" ,
584
571
},
585
572
"zone" : {
586
573
Type : schema .TypeString ,
587
574
Optional : true ,
588
575
Computed : true ,
589
- ForceNew : true ,
590
576
Description : "The GKE cluster zone. Required if `region` is empty" ,
591
577
},
592
578
}
0 commit comments