Skip to content

Commit

Permalink
provider/aws: Add sensitive attribute in master_password (#11584)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmkznr authored and stack72 committed Feb 1, 2017
1 parent bd5a5b0 commit 427b004
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions builtin/providers/aws/resource_aws_rds_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ func resourceAwsRDSCluster() *schema.Resource {
},

"master_password": {
Type: schema.TypeString,
Optional: true,
Type: schema.TypeString,
Optional: true,
Sensitive: true,
},

"snapshot_identifier": {
Expand Down

0 comments on commit 427b004

Please sign in to comment.