Skip to content

Commit 601bd1f

Browse files
committed
correct azure db names for tf
1 parent 04d016a commit 601bd1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/azure/terraform.tfvars

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ tags = {} # for example: { "owner|email" = "<you>@<domain>.<com>", "key1" = "val
2626
postgres_servers = {
2727
default = {
2828
# **************** REQUIRED VARIABLES ****************
29-
administrator_login = "<admin-username>"
30-
administrator_password = "<admin-password>"
29+
administrator_login = "ram_admin"
30+
administrator_password = "1tsAB3aut1fulDay"
3131
# **************** REQUIRED VARIABLES ***************
3232
# Small Deployment DB Size
33-
sku_name = "Standard_D4ds_v5"
33+
sku_name = "GP_Standard_D4ds_v5"
3434

3535
# Medium Deployment DB Size
36-
# sku_name = "Standard_D8ds_v5"
36+
# sku_name = "GP_Standard_D8ds_v5"
3737

3838
# Large Deployment DB Size
39-
# sku_name = "Standard_D16ds_v5"
39+
# sku_name = "GP_Standard_D16ds_v5"
4040

4141
version = "15"
4242
# Necessary extensions for RAM to function

0 commit comments

Comments
 (0)