Skip to content

Commit 35a5904

Browse files
Move optional parameter to example block in CONFIG-VARS.md
Signed-off-by: PhanikumarThodupunoori <[email protected]>
1 parent ec31da3 commit 35a5904

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/CONFIG-VARS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,9 @@ Here is an example of the `postgres_servers` variable with the `default` server
298298
postgres_servers = {
299299
default = {
300300
administrator_password = "D0ntL00kTh1sWay"
301+
server_version = "" # Specify PostgreSQL version here
302+
machine_type = "" # Specify the machine type here
303+
edition = "" # Specify the edition here (e.g., ENTERPRISE, ENTERPRISE_PLUS)
301304
},
302305
cds-postgres = {
303306
machine_type = "db-custom-4-16384"

examples/sample-input.tfvars

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ tags = {} # e.g., { "key1" = "value1", "key2" = "value2" }
2424
# block below.
2525
postgres_servers = {
2626
default = {
27-
server_version = "" # Specify PostgreSQL version here
28-
machine_type = "" # Specify the machine type here
29-
edition = "" # Specify the edition here (e.g., ENTERPRISE, ENTERPRISE_PLUS)
27+
3028
}
3129
},
3230

0 commit comments

Comments
 (0)