Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Orlov committed Nov 6, 2024
1 parent 0fdf995 commit 644e7e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/os_project_with_user/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ resource "selectel_vpc_project_v2" "project_1" {
}

resource "random_password" "serviceuser_1_password" {
length = 24
special = false
min_numeric = 1
min_lower = 1
min_upper = 1
length = 24
special = false
min_numeric = 1
min_lower = 1
min_upper = 1
}

resource "selectel_iam_serviceuser_v1" "serviceuser_1" {
Expand Down

0 comments on commit 644e7e3

Please sign in to comment.