mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
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
Block a user