Skip to content

Commit

Permalink
fix: use longer password for opensearch user
Browse files Browse the repository at this point in the history
  • Loading branch information
kangasta committed Sep 29, 2023
1 parent 2f46d98 commit 1030bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ resource "upcloud_managed_database_user" "db_user_3" {
resource "upcloud_managed_database_user" "db_user_4" {
service = upcloud_managed_database_opensearch.o1.id
username = "somename"
password = "Superpass123"
password = "Superpass12345"
opensearch_access_control {
rules {
index = ".opensearch-observability"
Expand Down

0 comments on commit 1030bec

Please sign in to comment.