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: docs/io.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@
56
56
| resource\_group\_name | A container that holds related resources for an Azure solution |`string`|`""`| no |
57
57
| rotation\_policy | The rotation policy for azure key vault key | <pre>map(object({<br> time_before_expiry = string<br> expire_after = string<br> notify_before_expiry = string<br> }))</pre> |`null`| no |
58
58
| server\_configurations | PostgreSQL server configurations to add. |`map(string)`|`{}`| no |
59
+
| server\_custom\_name | User defined name for the PostgreSQL flexible server |`string`|`null`| no |
59
60
| size | Size for PostgreSQL Flexible server sku : https://docs.microsoft.com/en-us/azure/postgresql/flexible-server/concepts-compute-storage.|`string`|`"D2ds_v4"`| no |
60
61
| source\_server\_id | The resource ID of the source PostgreSQL Flexible Server to be restored. Required when create\_mode is PointInTimeRestore, GeoRestore, and Replica. Changing this forces a new PostgreSQL Flexible Server to be created. |`string`|`null`| no |
61
62
| storage\_account\_id | Storage account id to pass it to destination details of diagnosys setting of NSG. |`string`|`null`| no |
0 commit comments