File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
google-beta/services/gkeonprem Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ ```release-note: bug
2+ gkeonprem: fixed by marking `vcenter` field in `google_gkeonprem_vmware_cluster` as default from api to ignore the diffs for update
3+ ```
Original file line number Diff line number Diff line change @@ -638,6 +638,7 @@ Enabled by default.`,
638638 },
639639 "vcenter" : {
640640 Type : schema .TypeList ,
641+ Computed : true ,
641642 Optional : true ,
642643 Description : `VmwareVCenterConfig specifies vCenter config for the user cluster.
643644Inherited from the admin cluster.` ,
@@ -646,36 +647,43 @@ Inherited from the admin cluster.`,
646647 Schema : map [string ]* schema.Schema {
647648 "ca_cert_data" : {
648649 Type : schema .TypeString ,
650+ Computed : true ,
649651 Optional : true ,
650652 Description : `Contains the vCenter CA certificate public key for SSL verification.` ,
651653 },
652654 "cluster" : {
653655 Type : schema .TypeString ,
656+ Computed : true ,
654657 Optional : true ,
655658 Description : `The name of the vCenter cluster for the user cluster.` ,
656659 },
657660 "datacenter" : {
658661 Type : schema .TypeString ,
662+ Computed : true ,
659663 Optional : true ,
660664 Description : `The name of the vCenter datacenter for the user cluster.` ,
661665 },
662666 "datastore" : {
663667 Type : schema .TypeString ,
668+ Computed : true ,
664669 Optional : true ,
665670 Description : `The name of the vCenter datastore for the user cluster.` ,
666671 },
667672 "folder" : {
668673 Type : schema .TypeString ,
674+ Computed : true ,
669675 Optional : true ,
670676 Description : `The name of the vCenter folder for the user cluster.` ,
671677 },
672678 "resource_pool" : {
673679 Type : schema .TypeString ,
680+ Computed : true ,
674681 Optional : true ,
675682 Description : `The name of the vCenter resource pool for the user cluster.` ,
676683 },
677684 "storage_policy_name" : {
678685 Type : schema .TypeString ,
686+ Computed : true ,
679687 Optional : true ,
680688 Description : `The name of the vCenter storage policy for the user cluster.` ,
681689 },
You can’t perform that action at this time.
0 commit comments