Skip to content

Commit

Permalink
Add update_password field to Hashicorp fps
Browse files Browse the repository at this point in the history
  • Loading branch information
Baruch Odem committed Mar 18, 2024
1 parent 2d6bf66 commit 5891b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/generate/config/rules/hashicorp.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func HashicorpField() *config.Rule {
`password = "rootpasswd"`, // entropy too low
"administrator_login_password = var.db_password",
`password = "${aws_db_instance.default.password}"`,
`update_password: "on_create"`,
// `const TagPassword = "dgu6ju90k71r"`, indeed it is a password, but it is not a terraform password field
}
return validate(r, tps, fps)
Expand Down

0 comments on commit 5891b4c

Please sign in to comment.