Skip to content

Commit

Permalink
set computed
Browse files Browse the repository at this point in the history
  • Loading branch information
joshRooz committed Jul 24, 2024
1 parent 8d44c35 commit 55e5aa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vault/resource_database_secrets_mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ func getCommonDatabaseSchema() schemaMap {
"password_policy": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: "The name of the password policy to use when generating passwords for this database.",
},
"data": {
Expand Down

0 comments on commit 55e5aa4

Please sign in to comment.