File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/PostgreSQL_Server Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module "postgresql-db" {
3333 sku_name = "GP_Gen5_8"
3434 storage_mb = 640000
3535 version = "9.6"
36- # default admin user `sqladmin ` and can be specified as per the choice here
36+ # default admin user `postgresadmin ` and can be specified as per the choice here
3737 # by default random password created by this module. required password can be specified here
3838 admin_username = "postgresadmin"
3939 admin_password = "H@Sh1CoR3!"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ module "postgresql-db" {
2424 sku_name = "GP_Gen5_8"
2525 storage_mb = 640000
2626 version = "9.6"
27- # default admin user `sqladmin ` and can be specified as per the choice here
27+ # default admin user `postgresadmin ` and can be specified as per the choice here
2828 # by default random password created by this module. required password can be specified here
2929 admin_username = "postgresadmin"
3030 admin_password = "H@Sh1CoR3!"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ module "postgresql-db" {
1818 sku_name = " GP_Gen5_8"
1919 storage_mb = 640000
2020 version = " 9.6"
21- # default admin user `sqladmin ` and can be specified as per the choice here
21+ # default admin user `postgresadmin ` and can be specified as per the choice here
2222 # by default random password created by this module. required password can be specified here
2323 admin_username = " postgresadmin"
2424 admin_password = " H@Sh1CoR3!"
You can’t perform that action at this time.
0 commit comments