File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,24 +77,24 @@ func resourceTencentcloudEksCluster() *schema.Resource {
7777 Schema : map [string ]* schema.Schema {
7878 "cluster_name" : {
7979 Type : schema .TypeString ,
80- Optional : true ,
80+ Required : true ,
8181 Description : "Name of EKS cluster." ,
8282 },
8383 "k8s_version" : {
8484 Type : schema .TypeString ,
85- Optional : true ,
85+ Required : true ,
8686 ForceNew : true ,
8787 Description : "Kubernetes version of EKS cluster." ,
8888 },
8989 "vpc_id" : {
9090 Type : schema .TypeString ,
91- Optional : true ,
91+ Required : true ,
9292 ForceNew : true ,
9393 Description : "Vpc Id of EKS cluster." ,
9494 },
9595 "subnet_ids" : {
9696 Type : schema .TypeList ,
97- Optional : true ,
97+ Required : true ,
9898 Description : "Subnet Ids for EKS cluster." ,
9999 Elem : & schema.Schema {Type : schema .TypeString },
100100 },
You can’t perform that action at this time.
0 commit comments