You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google/services/gkeonprem/resource_gkeonprem_vmware_admin_cluster.go
+26-5Lines changed: 26 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -401,6 +401,12 @@ full access to the cluster.`,
401
401
Optional: true,
402
402
Description: `A human readable description of this VMware admin cluster.`,
403
403
},
404
+
"enable_advanced_cluster": {
405
+
Type: schema.TypeBool,
406
+
Computed: true,
407
+
Optional: true,
408
+
Description: `If set, the advanced cluster feature is enabled.`,
409
+
},
404
410
"image_type": {
405
411
Type: schema.TypeString,
406
412
Computed: true,
@@ -762,11 +768,6 @@ indicate real problems requiring user intervention.`,
762
768
Description: `All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through Terraform, other clients and services.`,
763
769
Elem: &schema.Schema{Type: schema.TypeString},
764
770
},
765
-
"enable_advanced_cluster": {
766
-
Type: schema.TypeBool,
767
-
Computed: true,
768
-
Description: `If set, the advanced cluster feature is enabled.`,
769
-
},
770
771
"endpoint": {
771
772
Type: schema.TypeString,
772
773
Computed: true,
@@ -981,6 +982,12 @@ func resourceGkeonpremVmwareAdminClusterCreate(d *schema.ResourceData, meta inte
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through Terraform, other clients and services.
0 commit comments