Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Revert "fix: Exclude unsupported special characters from passwords (#141
Browse files Browse the repository at this point in the history
)"

This reverts commit 0765d6f.
  • Loading branch information
migara authored Jul 5, 2022
1 parent bfaf9f9 commit db68193
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/panorama/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ resource "random_password" "this" {
min_numeric = 1
min_special = 1
min_upper = 1
special = true
override_special = "_%@"
}

Expand Down
1 change: 0 additions & 1 deletion examples/transit_vnet_common/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ resource "random_password" "this" {
min_numeric = 1
min_special = 1
min_upper = 1
special = true
override_special = "_%@"
}

Expand Down
1 change: 0 additions & 1 deletion examples/transit_vnet_dedicated/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ resource "random_password" "this" {
min_numeric = 1
min_special = 1
min_upper = 1
special = true
override_special = "_%@"
}

Expand Down
1 change: 0 additions & 1 deletion examples/vmseries/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ resource "random_password" "this" {
min_numeric = 1
min_special = 1
min_upper = 1
special = true
override_special = "_%@"
}

Expand Down
1 change: 0 additions & 1 deletion examples/vmseries_scaleset/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ resource "random_password" "this" {
min_numeric = 1
min_special = 1
min_upper = 1
special = true
override_special = "_%@"
}

Expand Down

0 comments on commit db68193

Please sign in to comment.