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


##########
cloudstack/resource_cloudstack_account.go:
##########
@@ -47,16 +47,19 @@ func resourceCloudStackAccount() *schema.Resource {
                                Required: true,
                        },
                        "password": {
-                               Type:     schema.TypeString,
-                               Required: true,
+                               Type:      schema.TypeString,
+                               Required:  true,
+                               Sensitive: true,
                        },
                        "username": {
                                Type:     schema.TypeString,
                                Required: true,
+                               ForceNew: true,
                        },
                        "account_type": {
                                Type:     schema.TypeInt,
                                Required: true,
+                               ForceNew: true,

Review Comment:
   AFAIK, this is updated as per the role of the account.



-- 
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