Skip to content

Commit

Permalink
✨ IF-8191 Add Sensitive Member for Password of VNA (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugimo-s authored Aug 3, 2022
1 parent 4cc06d2 commit 30be24a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ecl/resource_ecl_vna_appliance_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ func resourceVNAApplianceV1() *schema.Resource {
},

"password": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Type: schema.TypeString,
Optional: true,
Sensitive: true,
},

"default_gateway": &schema.Schema{
Expand Down

0 comments on commit 30be24a

Please sign in to comment.