Skip to content

Commit 35cb80d

Browse files
committed
updating documentation and graph
1 parent 34e8e08 commit 35cb80d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@ An effective naming convention assembles resource names by using important resou
212212
`random_password_length`|The desired length of random password created by this module|string|`24`
213213
`subnet_id`|The resource ID of the subnet|string|`null`
214214
`postgresql_server_name`|PostgreSQL server Name|string|`""`
215-
`admin_username`|The username of the local administrator used for the SQL Server|string|`"postgresadmin"`
216-
`admin_password`|The Password which should be used for the local-administrator on this SQL Server|string|`null`
217-
`identity`|If you want your SQL Server to have an managed identity. Defaults to false|string|`false`
215+
`admin_username`|The username of the local administrator used for the PostgreSQL Server|string|`"postgresadmin"`
216+
`admin_password`|The Password which should be used for the local-administrator on this PostgreSQL Server|string|`null`
217+
`identity`|If you want your PostgreSQL Server to have an managed identity. Defaults to false|string|`false`
218218
`postgresql_server_settings`|PostgreSQL server settings|object({})|`{}`
219219
`create_mode`|The creation mode. Can be used to restore or replicate existing servers. Possible values are `Default`, `Replica`, `GeoRestore`, and `PointInTimeRestore`|string|`Default`
220-
`creation_source_server_id`|For creation modes other than `Default`, the source server ID to use|string|`null`
220+
`creation_source_server_id`|For creation modes ot her than `Default`, the source server ID to use|string|`null`
221221
`restore_point_in_time`|When `create_mode` is `PointInTimeRestore`, specifies the point in time to restore from `creation_source_server_id`|string|`null`
222222
`storage_account_name`|The name of the storage account name|string|`null`
223223
`enable_threat_detection_policy`|Threat detection policy configuration, known in the API as Server Security Alerts Policy|string|`false`
@@ -228,7 +228,6 @@ An effective naming convention assembles resource names by using important resou
228228
firewall_rules|Range of IP addresses to allow firewall connections|map(object({}))|`null`
229229
`ad_admin_login_name`|The login name of the principal to set as the server administrator|string|`null`
230230
`key_vault_key_id`|The URL to a Key Vault custom managed key|string|`null`
231-
`extaudit_diag_logs`|Database Monitoring Category details for Azure Diagnostic setting|list(string)|`["PostgreSQLLogs", "QueryStoreRuntimeStatistics", "QueryStoreWaitStatistics"]`
232231
`Tags` | A map of tags to add to all resources | map | `{}`
233232

234233
## Outputs

graph.png

322 KB
Loading

0 commit comments

Comments
 (0)