Skip to content

Commit

Permalink
Mark IaaS password as sensitive (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
zulh-civo authored Aug 13, 2021
1 parent dabc895 commit 6ced375
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions civo/resource_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ func resourceInstance() *schema.Resource {
Computed: true,
},
"initial_password": {
Type: schema.TypeString,
Computed: true,
Type: schema.TypeString,
Computed: true,
Sensitive: true,
},
"private_ip": {
Type: schema.TypeString,
Expand Down

0 comments on commit 6ced375

Please sign in to comment.