provider/aws: Add sensitive attribute in master_password (#11584)
This commit is contained in:
parent
bd5a5b0b29
commit
427b0042bb
|
@ -125,8 +125,9 @@ func resourceAwsRDSCluster() *schema.Resource {
|
|||
},
|
||||
|
||||
"master_password": {
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Sensitive: true,
|
||||
},
|
||||
|
||||
"snapshot_identifier": {
|
||||
|
|
Loading…
Reference in New Issue