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


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

Review Comment:
   Username is the username of the user created inside the account. and the 
username can be updated for the user. We shouldn't be recreating the account in 
this case.



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