sureshanaparti commented on code in PR #268:
URL: 
https://github.com/apache/cloudstack-terraform-provider/pull/268#discussion_r3794378397


##########
cloudstack/resource_cloudstack_disk.go:
##########
@@ -92,13 +92,19 @@ func resourceCloudStackDisk() *schema.Resource {
                                ForceNew: true,
                        },
 
-                       "tags": tagsSchema(),
-
                        "reattach_on_change": {
                                Type:     schema.TypeBool,
                                Optional: true,
                                Default:  false,
                        },
+
+                       "delete_protection": {

Review Comment:
   Should delete_protection have Default set?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to