This repository was archived by the owner on Feb 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ resource "random_id" "id" {
1717resource "random_password" "password" {
1818 length = 16
1919 special = true
20- override_special = " _%@ "
20+ override_special = " #%*+,-./:=?@[]^_~ "
2121}
2222
2323#
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ resource "random_id" "id" {
1515resource "random_password" "password" {
1616 length = 16
1717 special = true
18- override_special = " _%@ "
18+ override_special = " #%*+,-./:=?@[]^_~ "
1919}
2020
2121#
@@ -127,8 +127,8 @@ module bigip {
127127 module . web_server_secure_sg . this_security_group_id
128128 ]
129129
130- vpc_public_subnet_ids = module. vpc . public_subnets
131- vpc_mgmt_subnet_ids = module. vpc . database_subnets
130+ vpc_public_subnet_ids = module. vpc . public_subnets
131+ vpc_mgmt_subnet_ids = module. vpc . database_subnets
132132}
133133
134134#
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ resource "random_id" "id" {
1515resource "random_password" "password" {
1616 length = 16
1717 special = true
18- override_special = " _%@ "
18+ override_special = " #%*+,-./:=?@[]^_~ "
1919}
2020
2121#
You can’t perform that action at this time.
0 commit comments