vishesh92 commented on code in PR #57:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/57#discussion_r1513890780


##########
cloudstack/provider.go:
##########
@@ -84,13 +84,12 @@ func Provider() terraform.ResourceProvider {
                ResourcesMap: map[string]*schema.Resource{
                        "cloudstack_affinity_group":       
resourceCloudStackAffinityGroup(),
                        "cloudstack_autoscale_vm_profile": 
resourceCloudStackAutoScaleVMProfile(),
+                       "cloudstack_configuration":        
resourceCloudStackConfiguration(),
                        "cloudstack_disk":                 
resourceCloudStackDisk(),
                        "cloudstack_egress_firewall":      
resourceCloudStackEgressFirewall(),
                        "cloudstack_firewall":             
resourceCloudStackFirewall(),
                        "cloudstack_instance":             
resourceCloudStackInstance(),
                        "cloudstack_ipaddress":            
resourceCloudStackIPAddress(),
-                       "cloudstack_kubernetes_cluster":   
resourceCloudStackKubernetesCluster(),

Review Comment:
   why is it required to remove this?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to