Skip to content

Commit 635aa5a

Browse files
authored
Merge pull request #2 from kumarvna/develop
updating examples
2 parents 2ecb3af + 1c7e5d3 commit 635aa5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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!"

examples/PostgreSQL_Server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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!"

examples/PostgreSQL_Server/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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!"

0 commit comments

Comments
 (0)