provider/aws: Add sensitive attribute in master_password (#11584)

This commit is contained in:
KOJIMA Kazunori 2017-02-01 20:10:51 +09:00 committed by Paul Stack
parent bd5a5b0b29
commit 427b0042bb
1 changed files with 3 additions and 2 deletions

View File

@ -125,8 +125,9 @@ func resourceAwsRDSCluster() *schema.Resource {
},
"master_password": {
Type: schema.TypeString,
Optional: true,
Type: schema.TypeString,
Optional: true,
Sensitive: true,
},
"snapshot_identifier": {