You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,12 +212,12 @@ An effective naming convention assembles resource names by using important resou
212
212
`random_password_length`|The desired length of random password created by this module|string|`24`
213
213
`subnet_id`|The resource ID of the subnet|string|`null`
214
214
`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`
218
218
`postgresql_server_settings`|PostgreSQL server settings|object({})|`{}`
219
219
`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`
221
221
`restore_point_in_time`|When `create_mode` is `PointInTimeRestore`, specifies the point in time to restore from `creation_source_server_id`|string|`null`
222
222
`storage_account_name`|The name of the storage account name|string|`null`
223
223
`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
228
228
firewall_rules|Range of IP addresses to allow firewall connections|map(object({}))|`null`
229
229
`ad_admin_login_name`|The login name of the principal to set as the server administrator|string|`null`
230
230
`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"]`
232
231
`Tags` | A map of tags to add to all resources | map | `{}`
0 commit comments